dev-python/cryptography-vectors: Remove 2.8 as well, it's not needed
authorMichał Górny <mgorny@gentoo.org>
Sun, 17 Nov 2019 14:23:03 +0000 (15:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 17 Nov 2019 14:23:53 +0000 (15:23 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cryptography-vectors/Manifest
dev-python/cryptography-vectors/cryptography-vectors-2.8.ebuild [deleted file]

index 252104915887aa5d1645b7b854e40136ae7041b6..3cec1c0230b02ba3dd60d0cbc28e4667f5e4c652 100644 (file)
@@ -1,2 +1 @@
 DIST cryptography_vectors-2.6.1.tar.gz 35097785 BLAKE2B cf5784e97d288b464d79d0aa13bcd19fed3e1c585c1589b52092d654a9988dd52e64c317c50774d4dc54f535d37296df8e5da070fbaa5f38d4eef3cade671a87 SHA512 44d318d5f983955f42791cf182dd80070a87c3c05f7353e204a520588243041fec97367c6fb6d9febcdab0ce7bcf1d135a8e6b44a7387b599752b7c87fc81d9a
-DIST cryptography_vectors-2.8.tar.gz 35102030 BLAKE2B 8e98e12bab31a2097a72c849f52ee93b9b684a8923c140722419154471bd695c6287ff4498c9fe326662c7d9a9f5d9ebaa55dc4d5a0d8180a6827ae244464006 SHA512 d328082d3a65b8036d396172d7e42c753c842e9310850a77c6ccd99c9905d48bbc3e3319d216013c1370b8439f0f8056749ae94b1abf9a5b7088435acdeed7fb
diff --git a/dev-python/cryptography-vectors/cryptography-vectors-2.8.ebuild b/dev-python/cryptography-vectors/cryptography-vectors-2.8.ebuild
deleted file mode 100644 (file)
index e7d6056..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Test vectors for the cryptography package"
-HOMEPAGE="https://pypi.org/project/cryptography-vectors/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 BSD )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}