diff --git a/dev-python/selectors34/Manifest b/dev-python/selectors34/Manifest new file mode 100644 index 0000000000000..d5b0ff50a78ce --- /dev/null +++ b/dev-python/selectors34/Manifest @@ -0,0 +1 @@ +DIST selectors34-1.1.tar.gz 10525 SHA256 84b3743b9046461aebbcd13c15e79ab91e79acfb6e030b54a0ec6360ae0bbc52 SHA512 3c9cae461d7bc629a5ac2f17e7a5967d4a2865528b34e94e1164521e9d720381cca2c395ba62c0f67a4b9db34644dd031c2576a5017282bf4791c805c467408a WHIRLPOOL 67d07956c9c35e3a43e41033254b4ddff86271376f9d72a2503d9bc5e1f8ee5900384a5a71472a77c5c51e9025d7873d57c8f4797ab2035d7cd22e7ba99c0af8 diff --git a/dev-python/selectors34/metadata.xml b/dev-python/selectors34/metadata.xml new file mode 100644 index 0000000000000..bdff5728dcb7f --- /dev/null +++ b/dev-python/selectors34/metadata.xml @@ -0,0 +1,16 @@ + + + + + python@gentoo.org + Python + + + aidecoe@gentoo.org + Amadeusz Żołnowski + + + selectors34 + berkerpeksag/selectors34 + + diff --git a/dev-python/selectors34/selectors34-1.1.ebuild b/dev-python/selectors34/selectors34-1.1.ebuild new file mode 100644 index 0000000000000..61c7b2ce10042 --- /dev/null +++ b/dev-python/selectors34/selectors34-1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_3 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 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"