summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2017-09-30 16:55:58 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2017-09-30 16:55:58 +0100
commit838c439fc761d92b3a064024d958e163b3609b0a (patch)
tree139b768526ad8c7b2bab6bd3591640fb43fd8498 /dev-python/selectors34/selectors34-1.2.ebuild
parentsys-apps/firejail: Bump version (diff)
downloadgentoo-838c439fc761d92b3a064024d958e163b3609b0a.tar.gz
gentoo-838c439fc761d92b3a064024d958e163b3609b0a.tar.bz2
gentoo-838c439fc761d92b3a064024d958e163b3609b0a.zip
dev-python/selectors34: Bump version
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/selectors34/selectors34-1.2.ebuild')
-rw-r--r--dev-python/selectors34/selectors34-1.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/selectors34/selectors34-1.2.ebuild b/dev-python/selectors34/selectors34-1.2.ebuild
new file mode 100644
index 000000000000..67bbcfc2fdc6
--- /dev/null
+++ b/dev-python/selectors34/selectors34-1.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Backport of the selectors module from Python 3.4"
+HOMEPAGE="https://github.com/berkerpeksag/selectors34"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"