diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-09-30 16:55:58 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-09-30 16:55:58 +0100 |
commit | 838c439fc761d92b3a064024d958e163b3609b0a (patch) | |
tree | 139b768526ad8c7b2bab6bd3591640fb43fd8498 /dev-python | |
parent | sys-apps/firejail: Bump version (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/selectors34/Manifest | 1 | ||||
-rw-r--r-- | dev-python/selectors34/selectors34-1.2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/selectors34/Manifest b/dev-python/selectors34/Manifest index d5b0ff50a78c..bc640aac1546 100644 --- a/dev-python/selectors34/Manifest +++ b/dev-python/selectors34/Manifest @@ -1 +1,2 @@ DIST selectors34-1.1.tar.gz 10525 SHA256 84b3743b9046461aebbcd13c15e79ab91e79acfb6e030b54a0ec6360ae0bbc52 SHA512 3c9cae461d7bc629a5ac2f17e7a5967d4a2865528b34e94e1164521e9d720381cca2c395ba62c0f67a4b9db34644dd031c2576a5017282bf4791c805c467408a WHIRLPOOL 67d07956c9c35e3a43e41033254b4ddff86271376f9d72a2503d9bc5e1f8ee5900384a5a71472a77c5c51e9025d7873d57c8f4797ab2035d7cd22e7ba99c0af8 +DIST selectors34-1.2.tar.gz 10145 SHA256 09f5066337f8a76fb5233f267873f89a27a17c10bf79575954894bb71686451c SHA512 66fd545d5163ee3cf7e160e428a36f70d43c5a6a8a5adcd6a3028fe67ca818911bc3de934d862d06806dcf051516856baf34b99d9e2a062c214eca667fdff65d WHIRLPOOL 22f8eb70e2fb5d2ae7fb6abea45faa7e41a6d2f9f2a2f98754c7415831b7d8becf08c6c06d45497bde4c0dc07951e14745c0b5b5b74f40a19248c6d5a2aa7ada 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}]" |