From aebe01409a4da08ce9bf53fc9d62273b31454f01 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 7 May 2020 14:18:29 +0200 Subject: dev-python/cryptography-vectors: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/716204 Signed-off-by: Michał Górny --- dev-python/cryptography-vectors/Manifest | 1 - .../cryptography-vectors-2.6.1.ebuild | 25 ---------------------- dev-python/cryptography-vectors/metadata.xml | 11 ---------- profiles/package.mask | 7 ------ 4 files changed, 44 deletions(-) delete mode 100644 dev-python/cryptography-vectors/Manifest delete mode 100644 dev-python/cryptography-vectors/cryptography-vectors-2.6.1.ebuild delete mode 100644 dev-python/cryptography-vectors/metadata.xml diff --git a/dev-python/cryptography-vectors/Manifest b/dev-python/cryptography-vectors/Manifest deleted file mode 100644 index 3cec1c0230b0..000000000000 --- a/dev-python/cryptography-vectors/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cryptography_vectors-2.6.1.tar.gz 35097785 BLAKE2B cf5784e97d288b464d79d0aa13bcd19fed3e1c585c1589b52092d654a9988dd52e64c317c50774d4dc54f535d37296df8e5da070fbaa5f38d4eef3cade671a87 SHA512 44d318d5f983955f42791cf182dd80070a87c3c05f7353e204a520588243041fec97367c6fb6d9febcdab0ce7bcf1d135a8e6b44a7387b599752b7c87fc81d9a diff --git a/dev-python/cryptography-vectors/cryptography-vectors-2.6.1.ebuild b/dev-python/cryptography-vectors/cryptography-vectors-2.6.1.ebuild deleted file mode 100644 index 6fefe5c34efb..000000000000 --- a/dev-python/cryptography-vectors/cryptography-vectors-2.6.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{6,7} 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 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -S=${WORKDIR}/${MY_P} diff --git a/dev-python/cryptography-vectors/metadata.xml b/dev-python/cryptography-vectors/metadata.xml deleted file mode 100644 index 95a300692f26..000000000000 --- a/dev-python/cryptography-vectors/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - cryptography-vectors - - diff --git a/profiles/package.mask b/profiles/package.mask index de5ebf89d0a1..69f4024cf912 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -700,13 +700,6 @@ dev-tcltk/tcl-mccp # Masked for testing >=dev-libs/libressl-3.1.0 -# Michał Górny (2020-04-04) -# Package that used to provide test data for dev-python/cryptography. -# The modern versions fetch it via SRC_URI and the last version -# needing split vectors has been removed. -# Removal in 30 days. Bug #716204. -dev-python/cryptography-vectors - # Mikle Kolyada (2020-04-04) # py27-only vim plugins. Masked for removal in 30 days. app-vim/automatictexplugin -- cgit v1.2.3-65-gdbad