diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest deleted file mode 100644 index ea28164a6..000000000 --- a/dev-python/construct/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST construct-2.8.10.tar.gz 719537 BLAKE2B 410fa23995d30ca4a05033ee834e5c7826ea52a1aa9a016749f2cbb58a14ec3697412a713f89fee1ef148a62de81a874cf57c4f93fa5f0e4ea710a8ae9b28e1c SHA512 97a81b1be9ffb32eae98cc0e194c3667ade0405f9a21867cb850ee4e4cb80cb78bda157bb08304e01559d542ddd9b0a52fbfac2b493d2cabd5d0c62df9f76439 diff --git a/dev-python/construct/construct-2.8.10.ebuild b/dev-python/construct/construct-2.9.45.ebuild similarity index 100% rename from dev-python/construct/construct-2.8.10.ebuild rename to dev-python/construct/construct-2.9.45.ebuild diff --git a/dev-python/django-filter/Manifest b/dev-python/django-filter/Manifest index 7593ea397..d7b477a14 100644 --- a/dev-python/django-filter/Manifest +++ b/dev-python/django-filter/Manifest @@ -1 +1,2 @@ DIST django-filter-0.15.3.tar.gz 189002 BLAKE2B 5fa54a44da2fdcc209ed2626e2a80a3eda7db067074b75b2775572f25197ee6360e55ba943579698b2491affa868e6264fe7d1fd37e44ab9c38b4890f92905ee SHA512 be16652aca563e98e0a8c8f4adaad396f48593c4fe8574c72f3627baf5f1f8cb2577872e958a003da76e65397890c2d43f69543f4da763385238f7be024e7a94 +DIST django-filter-2.0.0.tar.gz 142039 BLAKE2B e0461af5f5280ab71c66b5e0a4fc5d28cbc35f62b6a01a4e45addc2ca796a310b6122075d048606c21857b721be379b05c4cc8f886b987ce719df55c7743f5a9 SHA512 d12edda69f3771de640ed51e6e0dd2cd09c24d30a5dbb4bcf81934b76d804f9a165434f9bdf37ecda3c9a5023b30f5521c525f5afd882609d9bf35e9e26ebba3 diff --git a/dev-python/django-filter/django-filter-2.0.0.ebuild b/dev-python/django-filter/django-filter-2.0.0.ebuild new file mode 100644 index 000000000..2bd25723e --- /dev/null +++ b/dev-python/django-filter/django-filter-2.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="A generic system for filtering Django QuerySets based on user selections" +HOMEPAGE="https://github.com/alex/django-filter https://django-filter.readthedocs.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +CDEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]" +RDEPEND="${CDEPEND}" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + rm -rfv "${S}"/tests/rest_framework || die + sed -i -e 's/.*rest_framework.*//g' "${S}"/tests/settings.py || die + ${EPYTHON} runtests.py || die +} + +python_prepare_all() { + use test || rm -rvf "${S}"/tests + distutils-r1_python_prepare_all +} diff --git a/dev-python/editorconfig/Manifest b/dev-python/editorconfig/Manifest index f8070df80..25dc35a62 100644 --- a/dev-python/editorconfig/Manifest +++ b/dev-python/editorconfig/Manifest @@ -1 +1,2 @@ DIST EditorConfig-0.12.1.tar.gz 19282 BLAKE2B baee598b125d92129925d5e4bc25ab73e96a97f0211331a10bafd5557e2024f573658b6384bebe01624fb0e33f413cdee14f32ce459ee421c32bc76047df3b1e SHA512 d31abc261c3f2e17582d3c5ef549fd2f2292588d8a4549eb98d80693cf94a50078047d95892164a71043375f6c5596152ac62e04e854d78458cfb1183030669f +DIST EditorConfig-0.12.2.tar.gz 13485 BLAKE2B 11408c8aa2b1bd31588d1f58dc22a409802642ba09d20a138f441465155eaec01df058e17c08844e4f7c6a5bb549548235584e15ee19f7a7ef937065cd0da0eb SHA512 15648904683e04b68966651ebf2046b60473a47a408dff257d64d06b6c0cc6765882ebf5ec0e0ccaf5dc7e78e93b5f9bdf129ae0e2a23f7f489cb50c9ae3ff16 diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7-r1.ebuild b/dev-python/editorconfig/editorconfig-0.12.2.ebuild similarity index 52% rename from dev-python/sortedcontainers/sortedcontainers-1.5.7-r1.ebuild rename to dev-python/editorconfig/editorconfig-0.12.2.ebuild index 0cc340f17..f8830f6aa 100644 --- a/dev-python/sortedcontainers/sortedcontainers-1.5.7-r1.ebuild +++ b/dev-python/editorconfig/editorconfig-0.12.2.ebuild @@ -8,14 +8,19 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 -DESCRIPTION="Python Sorted Container Types: SortedList, SortedDict, and SortedSet" -HOMEPAGE="https://github.com/grantjenks/sorted_containers" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +MY_PN=EditorConfig +MY_P=${MY_PN}-${PV} -LICENSE="Apache-2.0" +DESCRIPTION="EditorConfig File Locator and Interpreter for Python" +HOMEPAGE="https://pypi.python.org/pypi/EditorConfig" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="PSF-2.4" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" + +S=${WORKDIR}/${MY_P} diff --git a/dev-python/h11/Manifest b/dev-python/h11/Manifest deleted file mode 100644 index 3df93cf26..000000000 --- a/dev-python/h11/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST h11-0.7.0.zip 105979 SHA256 1c0fbb1cba6f809fe3e6b27f8f6d517ca171f848922708871403636143d530d9 SHA512 abf9b8f7f12870804539049c3bfebbbe476e394636aed9967aa725d501fff983f28c7f14b4b882c17914d00fe3e74417ff8922128d0e4e07bf042a7db6d0b100 WHIRLPOOL d67bb91c75ebab0d93f809185191457b57772e1494b379721970a46c1477b6c1547c0eecf12692e6a5ee148b095c659cc303327dcf4a20bb9a844bb1a629cb1d diff --git a/dev-python/h11/h11-0.7.0.ebuild b/dev-python/h11/h11-0.8.1.ebuild similarity index 100% rename from dev-python/h11/h11-0.7.0.ebuild rename to dev-python/h11/h11-0.8.1.ebuild diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest deleted file mode 100644 index 1bc324dd0..000000000 --- a/dev-python/ldap3/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ldap3-2.4.1.tar.gz 345220 BLAKE2B bcf2ea46d483fd4fbfa7ba48e2a2e72061e82b56ac5bcad0e28aec0d52a723d5e5b2aad1f1c335977edeb260264a5603aa2a2bb726c08fd46a0215c46ad2f287 SHA512 716671c2d07c53d1953aab4668562a1b59a1e642b19d50f3cf05d44c74b6848a34b4197aa2c77f5b1d6b556ec0ca473b0495c24da74e2395aa20dffc8a0a360d -DIST ldap3-2.5.tar.gz 349672 BLAKE2B dd1209d5cfc6f4a628d820672a988c43830f01303b8fd5177338fb9a9a68a3d42fb07853a7eef5fb85f00eb2a7d47f2d25acc571c315ec6dc2610312226f559d SHA512 300c7243283f574e3db7a2f486d377a983963b847a2b20a2a0dbfd1b3b124418922eddb448364174dba692897146e0ce52e1343e2103074d25b0ffa2633b99b8 diff --git a/dev-python/ldap3/ldap3-2.4.1.ebuild b/dev-python/ldap3/ldap3-2.4.1.ebuild deleted file mode 100644 index 7deb834c7..000000000 --- a/dev-python/ldap3/ldap3-2.4.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client" -HOMEPAGE="https://github.com/cannatag/ldap3 https://pypi.python.org/pypi/ldap3" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -# The tests are a mess, and the test config is not included in the -# PyPi tarball (see https://travis-ci.org/cannatag/ldap3 and -# https://github.com/cannatag/ldap3/blob/master/test/config.py). -RESTRICT="test" - -RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) - " - -python_test() { - nosetests -v -s test || die -} diff --git a/dev-python/ldap3/ldap3-2.5.ebuild b/dev-python/ldap3/ldap3-2.5.ebuild deleted file mode 100644 index 7deb834c7..000000000 --- a/dev-python/ldap3/ldap3-2.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client" -HOMEPAGE="https://github.com/cannatag/ldap3 https://pypi.python.org/pypi/ldap3" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -# The tests are a mess, and the test config is not included in the -# PyPi tarball (see https://travis-ci.org/cannatag/ldap3 and -# https://github.com/cannatag/ldap3/blob/master/test/config.py). -RESTRICT="test" - -RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) - " - -python_test() { - nosetests -v -s test || die -} diff --git a/dev-python/ldap3/metadata.xml b/dev-python/ldap3/metadata.xml deleted file mode 100644 index 3e6256f8c..000000000 --- a/dev-python/ldap3/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - python@gentoo.org - Python - - - ldap3 is a strictly RFC 4511 conforming LDAP V3 pure Python client. The same codebase works with Python, Python 3, PyPy and PyPy3. - This project was formerly named python3-ldap. The name has been changed to avoid confusion with the python-ldap library. - - - ldap3 - cannatag/ldap3 - - diff --git a/dev-python/phply/Manifest b/dev-python/phply/Manifest index 72300269b..035c1ad85 100644 --- a/dev-python/phply/Manifest +++ b/dev-python/phply/Manifest @@ -1 +1,2 @@ -DIST phply-0.9.1.tar.gz 30640 SHA256 6afe997a3b0ab3dbc2d5d8769d9c9e10d1fd9812e416d2deaf6ba56fd2565ed8 SHA512 c57f1b735fcb0dcf7ffce61a7cbe5f2d06285ddf6fc97c6989498c17ddb30e6e58980d237b66b3fa923f987d4f95d243f32e59b10a6ac23f19156371fae867d9 WHIRLPOOL 038a4bb4cabd197a5df442cae62b5e99ca8c642ae7e61451456352e93c6d9f55bce71f07fe60ac8ad39ddc8366dc801f339f5b0bf3b7329c3b7c9e0a597e9c53 +DIST phply-0.9.1.tar.gz 30640 BLAKE2B e686b3074fc976264137b155e4ee31cd3ac27b70f098e73effd2d0d63971852814189cc8a782905d7d78841e45a0a0c2d12535b4e7e72f6a6f4210f30229fde5 SHA512 c57f1b735fcb0dcf7ffce61a7cbe5f2d06285ddf6fc97c6989498c17ddb30e6e58980d237b66b3fa923f987d4f95d243f32e59b10a6ac23f19156371fae867d9 +DIST phply-1.2.5.tar.gz 71144 BLAKE2B 0eeb685aedc0ec12f84c27a1de4735c415e90425f9aaf7b1ce2c79d514234f520e865e79173087f46234b1eee8af5a4ab6da849b3784f0209c9c70c204f2de55 SHA512 24e12bad4d7e44b3354717ff59ca751c337a1083f6d576af9c334fc53afd3921a3714f594cabcf107526b423ce9039fc5ed5d5713a6be208477e7ff41da114da diff --git a/dev-python/phply/metadata.xml b/dev-python/phply/metadata.xml deleted file mode 100644 index 301d2207c..000000000 --- a/dev-python/phply/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - python - diff --git a/dev-python/phply/phply-0.9.1-r1.ebuild b/dev-python/phply/phply-0.9.1-r1.ebuild index b264294d5..4376b486a 100644 --- a/dev-python/phply/phply-0.9.1-r1.ebuild +++ b/dev-python/phply/phply-0.9.1-r1.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ EAPI=5 diff --git a/dev-python/phply/phply-9999.ebuild b/dev-python/phply/phply-1.2.5.ebuild similarity index 64% rename from dev-python/phply/phply-9999.ebuild rename to dev-python/phply/phply-1.2.5.ebuild index b8d8eba56..5ccc95b3a 100644 --- a/dev-python/phply/phply-9999.ebuild +++ b/dev-python/phply/phply-1.2.5.ebuild @@ -1,30 +1,22 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 -[[ ${PV} == 9999* ]] && inherit git-2 DESCRIPTION="Parser for PHP written using PLY" HOMEPAGE="https://github.com/ramen/phply" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + LICENSE="BSD" SLOT="0" IUSE="test" +KEYWORDS="~amd64 ~x86" -EGIT_REPO_URI="https://github.com/andresriancho/phply.git" -if ! [[ ${PV} == 9999* ]]; then - KEYWORDS="~amd64" - EGIT_COMMIT="435f523918145437e22d43712abcb4956e106178" -else - KEYWORDS="" -fi - -DEPEND=" - dev-python/ply +DEPEND="dev-python/ply test? ( dev-python/nose ) " RDEPEND="${DEPEND}" diff --git a/dev-python/pyasn1-modules/Manifest b/dev-python/pyasn1-modules/Manifest deleted file mode 100644 index 63510b823..000000000 --- a/dev-python/pyasn1-modules/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pyasn1-modules-0.0.11.tar.gz 63610 SHA256 60d5c80bfee9b79b492d5d8a934b3ecfc523f2f83aaab4ffafa2bbb651d3c67a SHA512 0c9943f1fe49453a97ede8aa14248340dc1e331d0d80fa948b507743d3f30fe61d99323b99ca43930d22c863611ae4a2bd9859726620756f345ff2d5873efb8d WHIRLPOOL 7f2ada3cfd13c3cca8baf6d2f3b5169c8629ef8fe9dd436a44ceee135c101d3505eeeb77e189696fb3ccd7e8e31f2ff6f3809fa6cfae48aa5bed1638d90d8f74 -DIST pyasn1-modules-0.1.4.tar.gz 65552 SHA256 b07c17bdb34d6f64aafea6269f2e8fb306a57473f0f38d9a6ca389d6ab30ac4a SHA512 29467aa9fff15b7a7ef999389db01fe696350e29910397f0c867685689a9fa8e5df8128a7703ae0de095804ae20c3759b24656467cec8d086d07a1014ccf5d65 WHIRLPOOL 99ff13b3d4b5749360f9ae9845ccce228e6c1835b3cf692216c4dee49b0ab834ae11aef256e869b18a3517114707ae5eb1b13aaf068c1610bf5c5ad8102a0467 -DIST pyasn1-modules-0.1.5.tar.gz 65690 SHA256 1d303eed5aa54cafeca209d16b8c7ea2c6064735fb61f1bee2e0ed63a0816988 SHA512 0d7f631fdbcb4c89ccf65b91c106483f536daadd099f5b3fb9b144bbcfcb0619bf818fa18715b8f61baf10699421a1af80f003781a5ebac28ebb4f4e7f677c1a WHIRLPOOL 24f1f20b23bca1327ed554463f5dca5d3ed374878a0cc60327050c46c01918980401f7569039660e515d508de61136e1117a1fefa3801f1919b8c9d1d45df1d9 diff --git a/dev-python/pyasn1-modules/metadata.xml b/dev-python/pyasn1-modules/metadata.xml deleted file mode 100644 index c99bbe94f..000000000 --- a/dev-python/pyasn1-modules/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - Python - - - pyasn1-modules - pyasn1 - - diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.0.11.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.0.11.ebuild deleted file mode 100644 index e417c9997..000000000 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.0.11.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="pyasn1 modules" -HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1-modules" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - echoit() { echo "$@"; "$@"; } - local exit_status=0 test - cd tools || die - for test in ../test/*.sh; do - echoit sh "${test}" || exit_status=1 - done - return ${exit_status} -} - -python_install_all() { - distutils-r1_python_install_all - insinto /usr/share/${P} - doins -r tools -} diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.1.4.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.1.4.ebuild deleted file mode 100644 index e417c9997..000000000 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.1.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="pyasn1 modules" -HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1-modules" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - echoit() { echo "$@"; "$@"; } - local exit_status=0 test - cd tools || die - for test in ../test/*.sh; do - echoit sh "${test}" || exit_status=1 - done - return ${exit_status} -} - -python_install_all() { - distutils-r1_python_install_all - insinto /usr/share/${P} - doins -r tools -} diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild deleted file mode 100644 index e417c9997..000000000 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="pyasn1 modules" -HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1-modules" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - echoit() { echo "$@"; "$@"; } - local exit_status=0 test - cd tools || die - for test in ../test/*.sh; do - echoit sh "${test}" || exit_status=1 - done - return ${exit_status} -} - -python_install_all() { - distutils-r1_python_install_all - insinto /usr/share/${P} - doins -r tools -} diff --git a/dev-python/pyasn1/Manifest b/dev-python/pyasn1/Manifest deleted file mode 100644 index e857499e6..000000000 --- a/dev-python/pyasn1/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pyasn1-0.3.2.tar.gz 112391 SHA256 973ababe407bd60084b9692b6b058c5e7f2d92e019e09fce8353918ffe027d51 SHA512 575e8ddf3193a07446a721cec5849e25801f59350c1f14d70d43e17e94e5c93203254397c75e0863e41479c8b77dc7d1d49c373fe3c8f40b19cbf49415b9c00f WHIRLPOOL 275f2edaf5eca6ed0d16e8f44099af65a8de6f1a5cf043ffbe58cfd8588591b07c72128cfde91ce3bc99e16014ea3604a5d1682c705bdc12f3277137a68595ea -DIST pyasn1-0.3.6.tar.gz 117506 SHA256 3a263cea3e15f459b1e97b1f7d3840b890eeb29eddaf480203a2929a651c5968 SHA512 0857b957bd29f999858869e02ee84ec86aae6362229da14b47f4c54f1358632d161e417325e0e2cec8a3fa293f52156d703481dac872e7f323e317cf14197dce WHIRLPOOL 84fe36d176482ea296e9434ae17faf6b1bc58667fb7102855e51c8427da81777e80ad3306e50d35ef95b03f15460ff1cf38c83e5adbe436f5588778a023f57f7 -DIST pyasn1-0.3.7.tar.gz 117643 SHA256 0d7d36536c593f5043949cc073bc721c6db3ec01915c6babc61851fb79c3e7aa SHA512 85735ecb5b83979e51c9f663e2e0dcfbc317ba7e22474d78998f97c40a3487fd06ade9a259d1a4a8de5f4e70e5521a060af127799b92931ceb26abd384ec5807 WHIRLPOOL fc0099a114e207edcc35f9858dce50cbc20246d8060143496a206c206abbc55180dd313ce0b48109918bece4205ccd1400ca4b81d3737b6d572b05f659e1b695 diff --git a/dev-python/pyasn1/metadata.xml b/dev-python/pyasn1/metadata.xml deleted file mode 100644 index 570a2abfe..000000000 --- a/dev-python/pyasn1/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - pyasn1 - pyasn1 - etingof/pyasn1 - - diff --git a/dev-python/pyasn1/pyasn1-0.3.2.ebuild b/dev-python/pyasn1/pyasn1-0.3.2.ebuild deleted file mode 100644 index 912f39013..000000000 --- a/dev-python/pyasn1/pyasn1-0.3.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="ASN.1 library for Python" -HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1" -SRC_URI="https://github.com/etingof/pyasn1/archive/v${PV}.tar.gz -> ${P}.tar.gz" -# The required doc/source/conf.py file is missing from the pypi: -# https://github.com/etingof/pyasn1/issues/35 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test || die "Tests fail with ${EPYTHON}" -} - -src_compile() { - if use doc; then - python_setup - esetup.py build_sphinx - fi - distutils-r1_src_compile -} - -src_install() { - local HTML_DOCS - use doc && HTML_DOCS=( build/sphinx/html/. ) - - distutils-r1_src_install -} diff --git a/dev-python/pyasn1/pyasn1-0.3.6.ebuild b/dev-python/pyasn1/pyasn1-0.3.6.ebuild deleted file mode 100644 index 912f39013..000000000 --- a/dev-python/pyasn1/pyasn1-0.3.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="ASN.1 library for Python" -HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1" -SRC_URI="https://github.com/etingof/pyasn1/archive/v${PV}.tar.gz -> ${P}.tar.gz" -# The required doc/source/conf.py file is missing from the pypi: -# https://github.com/etingof/pyasn1/issues/35 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test || die "Tests fail with ${EPYTHON}" -} - -src_compile() { - if use doc; then - python_setup - esetup.py build_sphinx - fi - distutils-r1_src_compile -} - -src_install() { - local HTML_DOCS - use doc && HTML_DOCS=( build/sphinx/html/. ) - - distutils-r1_src_install -} diff --git a/dev-python/pyasn1/pyasn1-0.3.7.ebuild b/dev-python/pyasn1/pyasn1-0.3.7.ebuild deleted file mode 100644 index 912f39013..000000000 --- a/dev-python/pyasn1/pyasn1-0.3.7.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="ASN.1 library for Python" -HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1" -SRC_URI="https://github.com/etingof/pyasn1/archive/v${PV}.tar.gz -> ${P}.tar.gz" -# The required doc/source/conf.py file is missing from the pypi: -# https://github.com/etingof/pyasn1/issues/35 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test || die "Tests fail with ${EPYTHON}" -} - -src_compile() { - if use doc; then - python_setup - esetup.py build_sphinx - fi - distutils-r1_src_compile -} - -src_install() { - local HTML_DOCS - use doc && HTML_DOCS=( build/sphinx/html/. ) - - distutils-r1_src_install -} diff --git a/dev-python/pyperclip/Manifest b/dev-python/pyperclip/Manifest deleted file mode 100644 index 7a40c0d47..000000000 --- a/dev-python/pyperclip/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyperclip-1.6.0.tar.gz 14273 BLAKE2B e91f198d23eb0791dc610e4b9af940694f0857243fbf5caf46d485882a588e3ab537e2a190a1b40e0d9ff4821c8bf977da19559a5b33694d106a68f1001f61a9 SHA512 faf1cd8568a911b263c167fedace8f5f6756e108e3a2484dffa8d3da441311fb3277fd703d5eaea662181250d7b2cc975e9f8ca484dfa2d1cd4470171bbb972d diff --git a/dev-python/pyperclip/pyperclip-1.6.0.ebuild b/dev-python/pyperclip/pyperclip-1.6.0.ebuild deleted file mode 100644 index ad6d509f5..000000000 --- a/dev-python/pyperclip/pyperclip-1.6.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Cross-platform clipboard module" -HOMEPAGE="https://github.com/asweigart/pyperclip https://pypi.python.org/pypi/pyperclip" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - app-arch/unzip - test? ( - || ( x11-misc/xsel - x11-misc/xclip - dev-python/PyQt4[${PYTHON_USEDEP}] ) - )" -RDEPEND="${DEPEND}" - -RESTRICT="test" -# tests are not part of the pypi tarball and there are no tags on github - -python_compile() { - unset DISPLAY - distutils-r1_python_compile -} - -python_test() { - virtx esetup.py test -} diff --git a/dev-python/pytest-asyncio/Manifest b/dev-python/pytest-asyncio/Manifest index fbaab5b4f..8e3f42224 100644 --- a/dev-python/pytest-asyncio/Manifest +++ b/dev-python/pytest-asyncio/Manifest @@ -1 +1,2 @@ DIST pytest-asyncio-0.8.0.tar.gz 11310 BLAKE2B f45f6ebeac7845637efaf67037597e5b10bc32acfd177810dbcb834d0125b091aead6cdc5a216f59e5b9a36238cb01c79a192a4f01ca3374c8d717fca621afa7 SHA512 ffae02204356ad8c936dca7d3982eda220d886d3f75619696e3146e6aacacdfc1212eed096613f9d1b3f7aa002ce9aeb8fb1a97341877c01018b59a38f05b196 +DIST pytest-asyncio-0.9.0.tar.gz 7220 BLAKE2B 7a272c674b5507a96201e8f4134d77dc047c16291c5d6c8d526c2276dbbc4cccef402d6d2c4de656e2e02a8a49d424a20a584e8cde89981b62cc1cfbf2f67e7f SHA512 129dc6129a93856eb32a5ca8c90ea71397bd5293f66b5b3682efbfcd7c0444471c98aa2f95bca89e6a34dd1f3571aa4a2b9b7831c4cd0e124eb2f69ad3a7fa73 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.9.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.9.0.ebuild new file mode 100644 index 000000000..883dca248 --- /dev/null +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.9.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Pytest support for asyncio" +HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=">=dev-python/pytest-3.0.6[${PYTHON_USEDEP}]" +# >=dev-python/async_generator-1.3[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/coverage[${PYTHON_USEDEP}] + >=dev-python/async_generator-1.3[${PYTHON_USEDEP}] + )" diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest deleted file mode 100644 index 0f94d96dc..000000000 --- a/dev-python/pytest-xdist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-xdist-1.22.2.tar.gz 57866 BLAKE2B 356f9dccb7d970e6073dc724233013503939d92072c3fab47626e9ed36778ab73499a990a6f50271ae93b82891a09be811843907c18ae64bf93f76510338c29b SHA512 69a0a233fe52ead13cadd46c134c67e4d0fdcd2a77929aea3da2530cd54c283d46c6d416a1450016ba7e9127b30bd85add99b562d9ec0a49bbe1c08b7828df68 diff --git a/dev-python/pytest-xdist/metadata.xml b/dev-python/pytest-xdist/metadata.xml deleted file mode 100644 index c1976c171..000000000 --- a/dev-python/pytest-xdist/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - pxml - metagriffin/pxml - pytest-dev/pytest-xdist - - diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild deleted file mode 100644 index f2e4b6fb8..000000000 --- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="Distributed testing and loop-on-failing modes" -HOMEPAGE="https://pypi.org/project/pytest-xdist/ https://github.com/pytest-dev/pytest-xdist" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -IUSE="test" - -RDEPEND=" - >=dev-python/execnet-1.1[${PYTHON_USEDEP}] - >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}] - dev-python/pytest-forked[${PYTHON_USEDEP}] - >=dev-python/py-1.4.22[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] -" - -python_test() { - distutils_install_for_testing - py.test -vv || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/qtpy/Manifest b/dev-python/qtpy/Manifest index 96e535a1f..e5dbb271c 100644 --- a/dev-python/qtpy/Manifest +++ b/dev-python/qtpy/Manifest @@ -1 +1,2 @@ DIST qtpy-0.6.9.tar.gz 24878 BLAKE2B 37fa5e8b620f0e7acc91d10141e9fa13aacbd1847a519b9030dde76fac7159a85fd555516726325df439036988046c337d6c1a4f585b39e3f9b4c5ef60d6f0e8 SHA512 9578fb2adb54bdb3a27a161485d8b791971636947a8fd6f6e93ca82eba69bd9906555824fc43197a7953208b7ae6c04ff6e926cf733941f309324dcf44a7c217 +DIST qtpy-1.1.0.tar.gz 52383 BLAKE2B d38376635b52bed364e9e826046e02543733e5416f9a85069ec82419d75fb210459e37314953dd76397408bdb10e6440e01331165d4c7ca02e8a1c1dfe899a73 SHA512 603090c3a20b8b9db1771b7b1a4328228d6e9aa529208b18704174b1fde241bedd1ce2090410c0dea4f6ec68653c3ec807486cfa113a8a649daa7430e9a291f3 diff --git a/dev-python/qtpy/qtpy-9999.ebuild b/dev-python/qtpy/qtpy-1.1.0.ebuild similarity index 100% rename from dev-python/qtpy/qtpy-9999.ebuild rename to dev-python/qtpy/qtpy-1.1.0.ebuild diff --git a/dev-python/ruamel-ordereddict/Manifest b/dev-python/ruamel-ordereddict/Manifest index 3d20fa9f3..1713518cf 100644 --- a/dev-python/ruamel-ordereddict/Manifest +++ b/dev-python/ruamel-ordereddict/Manifest @@ -1 +1,2 @@ -DIST ruamel.ordereddict-0.4.9.tar.gz 53707 SHA256 7058c470f131487a3039fb9536dda9dd17004a7581bdeeafa836269a36a2b3f6 SHA512 556988c457b60b8763b4eeffad4a8f44d96c22f8aca702ac6f883bd9ddf13af38aa46f804f95e256b900f9f25e473beb1c86a62f6da66d19ca770878dc8ca3ca WHIRLPOOL 7e442d946fb378ed46be3b7b695166708e83bfbc1d28867ef8f902b7c64417d3512c18a19b5a0d63b83c23d6016d1e3f2358956f67fb8246934d6fa97a39ac18 +DIST ruamel.ordereddict-0.4.13.tar.gz 57711 BLAKE2B 188a86afde0c0b4867de6e8e40e48c71326b8c8fb16c90d8c6437aac941ae5a08626d051e86316be2aa6f04d1f0bc0bcb832d8580f5b42630f97e81fcfabe861 SHA512 d345e3e388618c76323605497c104cc2c8fc1f14f8cd6ba2bc942a9f034135a5be25b46ff5e0cdf94a5b496991ae3af4d1c34a8dd7314dddd5bc952148f01ede +DIST ruamel.ordereddict-0.4.9.tar.gz 53707 BLAKE2B 960954c749f734fa4bb9eeba7b7ef17325d1e76176181aeded16d1d591c87f7c59f2e77ceebb3791c8fc8f4c571ab41c147847e2e97f3283080fc1f6a363c754 SHA512 556988c457b60b8763b4eeffad4a8f44d96c22f8aca702ac6f883bd9ddf13af38aa46f804f95e256b900f9f25e473beb1c86a62f6da66d19ca770878dc8ca3ca diff --git a/dev-python/ruamel-ordereddict/ruamel-ordereddict-0.4.13.ebuild b/dev-python/ruamel-ordereddict/ruamel-ordereddict-0.4.13.ebuild new file mode 100644 index 000000000..857042ed9 --- /dev/null +++ b/dev-python/ruamel-ordereddict/ruamel-ordereddict-0.4.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +MY_P="ruamel.ordereddict-${PV}" + +inherit distutils-r1 + +DESCRIPTION="An ordered dictionary with KIO/KVIO" +HOMEPAGE="https://bitbucket.org/ruamel/ordereddict" +SRC_URI="mirror://pypi/r/ruamel.ordereddict/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}/${MY_P}" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/ruamel-ordereddict/ruamel-ordereddict-0.4.9.ebuild b/dev-python/ruamel-ordereddict/ruamel-ordereddict-0.4.9.ebuild index f7857835c..5aaf2e6ae 100644 --- a/dev-python/ruamel-ordereddict/ruamel-ordereddict-0.4.9.ebuild +++ b/dev-python/ruamel-ordereddict/ruamel-ordereddict-0.4.9.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest deleted file mode 100644 index b94e4b6db..000000000 --- a/dev-python/ruamel-yaml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruamel-yaml-0.13.7.tar.bz2 240913 BLAKE2B 797c654a7852def5886c723541c72ffd20f0efcbcf0aa53370b539f81ffdbd3c64dbfd4742742860c30b06eb4792a8603a2577e384ca229bdc72b7d93fa17674 SHA512 a42ab9d2b9cd2a59705f99486841da6f2f940a4370719003eb46c4239a4efcd732738a4c3b8a07077ceeeea146755248152a1888a8414f64031f6268cc93cb12 diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.13.7.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.13.7.ebuild deleted file mode 100644 index b3a4e1d6c..000000000 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.13.7.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation" -HOMEPAGE="https://pypi.python.org/pypi/ruamel.yaml" -SRC_URI="https://bitbucket.org/ruamel/yaml/get/${PV}.tar.bz2 -> ${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libyaml test" -REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( libyaml )" -# ^ tests can't be properly unbundled from the libyaml c-extension - -# dev-python/ruamel-base[${PYTHON_USEDEP}] -RDEPEND="${PYTHON_DEPS} - virtual/python-typing[${PYTHON_USEDEP}] - libyaml? ( dev-libs/libyaml ) - $(python_gen_cond_dep 'dev-python/ruamel-ordereddict[${PYTHON_USEDEP}]' python2_7)" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - libyaml? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*') ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_configure_all() { - if ! use libyaml ; then - sed -i -e 's|\(ext_modules\)|no_\1|' __init__.py || die - fi -} - -python_install() { - distutils-r1_python_install --single-version-externally-managed -} - -python_test() { - py.test -v _test/test_*.py || die -} diff --git a/dev-python/sortedcontainers/Manifest b/dev-python/sortedcontainers/Manifest deleted file mode 100644 index dc0af7e94..000000000 --- a/dev-python/sortedcontainers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sortedcontainers-1.5.7.tar.gz 11970881 BLAKE2B 0ffdc19a9be82481e71a7ef59391166e19c44d7fc4eac7696d153cac707fdc4beb84a36039e3f1e194c43dc9e956eaae5dfd909f24ef12db4ea99c8548475cab SHA512 a9f2ba152c47eddfda6ad8ef7ecfbfa5d51b17afb4042b0b1e6d8b3dbc6caf6f8281af415dfcf1e356aaf80aa3212865ba926fe0d6e08961c8fbbc68adb34108 diff --git a/dev-python/stopit/Manifest b/dev-python/stopit/Manifest index 66b5c0b90..6dc22481f 100644 --- a/dev-python/stopit/Manifest +++ b/dev-python/stopit/Manifest @@ -1 +1,2 @@ DIST stopit-1.1.1.tar.gz 18009 BLAKE2B a28e8b974b807dc9b814bf675a278051df787d3af3321e956fdb9dffad0d0c7599f1481a75123a09a14099290c79cca76d64e9bf748c788e7f93ac50335bdf7e SHA512 bfa5e8e0a2e4f1682bfa7c4ce9b2793ce295b96dd4d0858b2415b7fa094d555472025ff859f6c9b8b0a427de0569f058430d70f29fe65afc3c3ebd0ed7359ec1 +DIST stopit-1.1.2.tar.gz 18281 BLAKE2B 500c4c60f7a1ae65231f546c28c6406bb1b01c48b43ac97757b87db1c6cfe460b9fb96543a46ec4ff36640e6aa758dbea543f75628bf7bf237e1f76acd54e62e SHA512 5ddf93c12ac19e2a2bf52a22838de13da1cf50f1a4d2ef8958dc3ddccd1884b7edaa629edc29121071ba231bfc1e3188bfa089da6e8fc994364c134f0c7aa0c8 diff --git a/dev-python/tld/tld-0.7.9-r1.ebuild b/dev-python/stopit/stopit-1.1.2.ebuild similarity index 50% rename from dev-python/tld/tld-0.7.9-r1.ebuild rename to dev-python/stopit/stopit-1.1.2.ebuild index bba15d29c..08e8a2ad0 100644 --- a/dev-python/tld/tld-0.7.9-r1.ebuild +++ b/dev-python/stopit/stopit-1.1.2.ebuild @@ -7,14 +7,15 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 -DESCRIPTION="Extract the top level domain (TLD) from the URL given" -HOMEPAGE="https://github.com/barseghyanartur/tld" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +DESCRIPTION="Timeout control decorator and context managers" +HOMEPAGE="https://pypi.python.org/pypi/stopit" +SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/tblib/Manifest b/dev-python/tblib/Manifest deleted file mode 100644 index f76ee88d4..000000000 --- a/dev-python/tblib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tblib-1.2.0.tar.gz 15340 BLAKE2B 44c84ec5a9f1a674637a1a9d4ebeafd44fc9df763f66c479197fbce999a1de11e51a7d9a41e9b61f19ed02f1d7a3206b1d39e76f4a03ea0df90b7ede8449e1ae SHA512 7649f938e504784045a1cdfc30f7dce1243b1c4bad84cddb6a57aa720bc21d6f207bf6eb6a4d44d82bc59547d5bc4919447af2f9fde1ebab343e0b27799cd4ec diff --git a/dev-python/tblib/tblib-1.2.0.ebuild b/dev-python/tblib/tblib-1.2.0.ebuild deleted file mode 100644 index a5d87d949..000000000 --- a/dev-python/tblib/tblib-1.2.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Traceback fiddling library" -HOMEPAGE="https://github.com/ionelmc/python-tblib" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/ionelmc/python-tblib" - KEYWORDS="" - inherit git-r3 -else - SRC_URI="https://github.com/ionelmc/python-tblib/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/python-${P}" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest deleted file mode 100644 index efd9de05b..000000000 --- a/dev-python/tld/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST tld-0.7.8.tar.gz 146853 SHA256 b4fbd778715a04485ddbcf8db1521359feeff1e147dd237e364ba3a038766d38 SHA512 79ec250eeed0031e088d4bd663706933aec7fba5b1239d508c2b308696bd2f49bb69bf91a7fc9d227a897ca5f122f86d09b23cd0ca52b9d86bf546cf931f11a2 WHIRLPOOL 044264d27f4d843b603c44b1fd3892a4380548fdf57cbdf85cdc404c074c59ba72eb26eaf5518b983cf84dbec3026d2c793aa6483a90ed1936080c3b945b088d -DIST tld-0.7.9.tar.gz 147753 SHA256 e78e31ee3d48af1c0473110f6c477c01244f2106d77186f56f027977a5b760a2 SHA512 6fdfd33efdb5d712c7e8eb4b7f65cf152602ed9c767a011384ece732b0c5e5f0faa76df0f300cdf9ebdb8c9901e95425fbeab1a5deead06f8eacb1071bd693ca WHIRLPOOL 1ef904c6e335daef4c18ba0ffc14bd4e60bfc27cc2abeca959affaa557422a0851e5d3d3f908a7e47ed8549873d624fc0e159dbd47ceafd2a4642961284c401d diff --git a/dev-python/tld/tld-0.7.8.ebuild b/dev-python/tld/tld-0.7.8.ebuild deleted file mode 100644 index 5f3194770..000000000 --- a/dev-python/tld/tld-0.7.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Extract the top level domain (TLD) from the URL given" -HOMEPAGE="https://github.com/barseghyanartur/tld" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" diff --git a/dev-python/tornado/Manifest b/dev-python/tornado/Manifest index 6ae4d34b3..1c9d715ec 100644 --- a/dev-python/tornado/Manifest +++ b/dev-python/tornado/Manifest @@ -1 +1,2 @@ +DIST tornado-5.1.1.tar.gz 516819 BLAKE2B d0c20d34be67f8f3cb146a3107995efacb20c713e8920b5204a969ef1fa378ab0e108c83db61c065bcd232aba61e4625994b263db7394f6c07f483d2c6dbeae4 SHA512 f9ecedb20c055981f482c9a2a8bb30082dcc479674f75f6c8654afcf40f2ce5a45e82c7e2b5a6ce5d1c9da7896e865e78c7d29a64b6b1d28d6e74a718be62dc7 DIST tornado-5.1.tar.gz 516359 BLAKE2B 1ff6e6ced124b7b0df0e476eac555de20e4ac86f01369ee484e33bf5d749c269a81dd11a0b4c8b3169db6fd9f7a1b4e3c3551d46474c53a1fed8e342660c57f9 SHA512 8f45e5bbee5453a4225f05840a9fa80dd574c5a9cac9ec4d787f11c3f86f347c66d39c984a8bbe96dbb41f599e25102f1a3dad1c55b479bebee7d856aaca764a diff --git a/dev-python/tornado/tornado-5.1.1.ebuild b/dev-python/tornado/tornado-5.1.1.ebuild new file mode 100644 index 000000000..c057f13d5 --- /dev/null +++ b/dev-python/tornado/tornado-5.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) + +inherit distutils-r1 + +DESCRIPTION="Web framework and asynchronous networking library" +HOMEPAGE="http://www.tornadoweb.org/en/stable/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/tornado/tornado-5.1.ebuild b/dev-python/tornado/tornado-5.1.ebuild index 0537ed45d..c057f13d5 100644 --- a/dev-python/tornado/tornado-5.1.ebuild +++ b/dev-python/tornado/tornado-5.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{2_7,3_6,3_7} )