From c57dac6a35497a948da5faf810bfc8eb561c71ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 25 Mar 2020 13:53:22 +0100 Subject: [PATCH] dev-python/itsdangerous: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/itsdangerous/Manifest | 1 - .../itsdangerous/itsdangerous-0.24-r1.ebuild | 28 ------------------- .../itsdangerous/itsdangerous-0.24.ebuild | 28 ------------------- 3 files changed, 57 deletions(-) delete mode 100644 dev-python/itsdangerous/itsdangerous-0.24-r1.ebuild delete mode 100644 dev-python/itsdangerous/itsdangerous-0.24.ebuild diff --git a/dev-python/itsdangerous/Manifest b/dev-python/itsdangerous/Manifest index 186c8965f797..7ed710feb2f2 100644 --- a/dev-python/itsdangerous/Manifest +++ b/dev-python/itsdangerous/Manifest @@ -1,2 +1 @@ -DIST itsdangerous-0.24.tar.gz 46541 BLAKE2B 835a459128188083ea048fa26ecfba1e01b67618838230f9cc53b93afe540a38856b48d6deb404f19564fe79390d109bc3c7eb8738e83ba828f21a33aa94b050 SHA512 2863b6e5fda178db59bd214c6d24d04422c1021bb41bf11598aba1cbc43053aff3bb1e0539940b5769de04b68c03e8bd01d728dcbfc4bd0ba05867688574a297 DIST itsdangerous-1.1.0.tar.gz 53219 BLAKE2B 6ad74dacb9728e77d57ac5e364e79e3cc749be206fa03e82a407cdd77b5b72ddb4861bf181772915e684539e6404c6a45f6081c7c8e17a33a2d532b4fc3fed80 SHA512 61bab3fce5f87a3b5fc8fad61e735a63df6aa039416ee3494e1c99a2a1162b4fb72793bc5dc949de0985724c40121810b159513606c4c3976a7666dba3a1b93d diff --git a/dev-python/itsdangerous/itsdangerous-0.24-r1.ebuild b/dev-python/itsdangerous/itsdangerous-0.24-r1.ebuild deleted file mode 100644 index b09cf1aea0d4..000000000000 --- a/dev-python/itsdangerous/itsdangerous-0.24-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Various helpers to pass trusted data to untrusted environments and back" -HOMEPAGE="https://pythonhosted.org/itsdangerous/ https://pypi.org/project/itsdangerous/" -SRC_URI="mirror://pypi/${P: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 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -# Required for running tests.py -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - if python_is_python3; then - 2to3 -f unicode -nw --no-diffs tests.py - fi - "${PYTHON}" tests.py || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild deleted file mode 100644 index 2a6ce1110d46..000000000000 --- a/dev-python/itsdangerous/itsdangerous-0.24.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Various helpers to pass trusted data to untrusted environments and back" -HOMEPAGE="https://pythonhosted.org/itsdangerous/ https://pypi.org/project/itsdangerous/" -SRC_URI="mirror://pypi/${P: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 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -# Required for running tests.py -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - if python_is_python3; then - 2to3 -f unicode -nw --no-diffs tests.py - fi - "${PYTHON}" tests.py || die "Tests failed under ${EPYTHON}" -} -- 2.26.2