diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-20 19:34:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-20 19:36:35 +0100 |
commit | 7e51f3be52fe8c265bc4cf513c33c377658e24be (patch) | |
tree | b818f05caf1ca1bf312517c06651fa50a5133777 /dev-python/itsdangerous | |
parent | dev-java/cortado: Stabilize 0.6.0-r2 x86, #833397 (diff) | |
download | gentoo-7e51f3be52fe8c265bc4cf513c33c377658e24be.tar.gz gentoo-7e51f3be52fe8c265bc4cf513c33c377658e24be.tar.bz2 gentoo-7e51f3be52fe8c265bc4cf513c33c377658e24be.zip |
dev-python/itsdangerous: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/itsdangerous')
-rw-r--r-- | dev-python/itsdangerous/Manifest | 2 | ||||
-rw-r--r-- | dev-python/itsdangerous/itsdangerous-2.0.1.ebuild | 21 | ||||
-rw-r--r-- | dev-python/itsdangerous/itsdangerous-2.1.0.ebuild | 22 |
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/itsdangerous/Manifest b/dev-python/itsdangerous/Manifest index e94e196e212f..74fe3cb081da 100644 --- a/dev-python/itsdangerous/Manifest +++ b/dev-python/itsdangerous/Manifest @@ -1,4 +1,2 @@ DIST itsdangerous-1.1.0.tar.gz 53219 BLAKE2B 6ad74dacb9728e77d57ac5e364e79e3cc749be206fa03e82a407cdd77b5b72ddb4861bf181772915e684539e6404c6a45f6081c7c8e17a33a2d532b4fc3fed80 SHA512 61bab3fce5f87a3b5fc8fad61e735a63df6aa039416ee3494e1c99a2a1162b4fb72793bc5dc949de0985724c40121810b159513606c4c3976a7666dba3a1b93d -DIST itsdangerous-2.0.1.tar.gz 59336 BLAKE2B 53661c31c6ac8b3db68287f52367ecf53d871c2abd8bed077b5a2039b29da96cdb1b9c717d1382d831b63aa79c421fece1afd6799f31b85df46ed4627e69f792 SHA512 bc1e51eb861c13b4e3c4c1c655a3b6f28e326d70db23679269d2bea84f0f8f94afd4fccecb745cf40f5a5956a14a336dfa42f0f5149666ae43061feb1366302b -DIST itsdangerous-2.1.0.tar.gz 56078 BLAKE2B b60e32d3199e3233e7a5686b3028d3f5ee49ae1a51dfbb1ead0f9d9c7e74a90945732ac86a44e4a53a285827189c60a012fc825cac74f28653e77fcefd4efd0e SHA512 f8b12b0cd1aa50d5fec8755125582598c467cd3f9bad5862718daf4a62395aaa0496247f29b7f492328c7f664f8c60926ca0eacb99f34559fe6a1424362faa44 DIST itsdangerous-2.1.1.tar.gz 56217 BLAKE2B 8b35b32ce0d9a5432079199165f9d7a43dee80775737bfde637820a86c6c2c4cf122914958d4e88466446b75deaf4dfe995c9cda64c254793056e5773136d07d SHA512 54ec17e540fc7c39e5880c044c1ce222260b1141355cc341dc96eefbfd8f12e3018eadd531081a00aa719736b9af437bafe147dd5fee456d8b4478f7107aacdb diff --git a/dev-python/itsdangerous/itsdangerous-2.0.1.ebuild b/dev-python/itsdangerous/itsdangerous-2.0.1.ebuild deleted file mode 100644 index a30fc6ccd3df..000000000000 --- a/dev-python/itsdangerous/itsdangerous-2.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} 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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -BDEPEND=" - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest diff --git a/dev-python/itsdangerous/itsdangerous-2.1.0.ebuild b/dev-python/itsdangerous/itsdangerous-2.1.0.ebuild deleted file mode 100644 index e9e16768e94e..000000000000 --- a/dev-python/itsdangerous/itsdangerous-2.1.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} 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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" - -BDEPEND=" - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest |