diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-17 18:19:07 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-17 18:20:08 -0400 |
commit | 023f68cd5c16cb95994f43b5c355c9f8fbb77502 (patch) | |
tree | 9140465ac344af1469974704cb06fba37b3a9690 | |
parent | package.mask: drop last-rited *block* packages (diff) | |
download | gentoo-023f68cd5c16cb95994f43b5c355c9f8fbb77502.tar.gz gentoo-023f68cd5c16cb95994f43b5c355c9f8fbb77502.tar.bz2 gentoo-023f68cd5c16cb95994f43b5c355c9f8fbb77502.zip |
package.mask: drop last-rited dev-python/{pyblake2,pysha3}
Closes: https://bugs.gentoo.org/737712
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | dev-python/pyblake2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyblake2/metadata.xml | 15 | ||||
-rw-r--r-- | dev-python/pyblake2/pyblake2-1.1.2.ebuild | 22 | ||||
-rw-r--r-- | dev-python/pysha3/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pysha3/metadata.xml | 15 | ||||
-rw-r--r-- | dev-python/pysha3/pysha3-1.0.2-r1.ebuild | 32 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
7 files changed, 0 insertions, 93 deletions
diff --git a/dev-python/pyblake2/Manifest b/dev-python/pyblake2/Manifest deleted file mode 100644 index 70a3de46e66f..000000000000 --- a/dev-python/pyblake2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyblake2-1.1.2.tar.gz 126693 BLAKE2B 01690ec32a07b7ea59d7d040523ce8cb523f18927044f2d38c0a143a344fde661498e1a4b35a0f161be7b761a324677f80e88c4a0045dc324f0d588997e884f2 SHA512 26297d788208a80c8102602135332d5ee1424711d9c693828af232b5546301c5d144680367a954d8d9765998a23b82046b157b0072fdc63305ff0088feb16e55 diff --git a/dev-python/pyblake2/metadata.xml b/dev-python/pyblake2/metadata.xml deleted file mode 100644 index 98aa90fe67ab..000000000000 --- a/dev-python/pyblake2/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="github">dchest/pyblake2</remote-id> - <remote-id type="pypi">pyblake2</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pyblake2/pyblake2-1.1.2.ebuild b/dev-python/pyblake2/pyblake2-1.1.2.ebuild deleted file mode 100644 index 6c3037293320..000000000000 --- a/dev-python/pyblake2/pyblake2-1.1.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="BLAKE2 hash function extension module" -HOMEPAGE="https://github.com/dchest/pyblake2 https://pypi.org/project/pyblake2/" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -# pyblake2 itself allows more licenses but blake2 allows the following three -LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pysha3/Manifest b/dev-python/pysha3/Manifest deleted file mode 100644 index 5f0014d630a9..000000000000 --- a/dev-python/pysha3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pysha3-1.0.2.tar.gz 829192 BLAKE2B ff0c0e1cc35f5e2efc0a7d3074022aaa1e05fa72cc151560180fe08958c8f83ec2b0f50f9e1bf772fd386647f3d44e8b4139f5593f6d0d678412eabe4829e939 SHA512 57476d24b9d399471cf56c8c1413f58dbc863c16d4fe9ebd2cf65df8092e139e2505252605e3fccd68978f5ee3fffdfeeedee6788aab38a54c918a452fc19720 diff --git a/dev-python/pysha3/metadata.xml b/dev-python/pysha3/metadata.xml deleted file mode 100644 index 410617d33dce..000000000000 --- a/dev-python/pysha3/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="github">tiran/pysha3</remote-id> - <remote-id type="pypi">pysha3</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild deleted file mode 100644 index 791d4c5a4c99..000000000000 --- a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{3_6,3_7} ) -inherit distutils-r1 - -DESCRIPTION="SHA-3 (Keccak) for Python 2.7 - 3.5" -HOMEPAGE="https://github.com/tiran/pysha3 https://pypi.org/project/pysha3/" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="CC0-1.0 PSF-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_prepare_all() { - # Remove meaningless AttributeError checks. They don't really test - # the implementation but Python implementation behavior, and they - # fail with PyPy. Oh yes, and this doesn't affect correctly written - # programs. - sed -i -e '/AttributeError/d' tests.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py test -} diff --git a/profiles/package.mask b/profiles/package.mask index 7c0129f176fe..1fd339523b13 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -600,13 +600,6 @@ dev-haskell/regex-tdfa-rc # Bug #736248. dev-haskell/testpack -# Michał Górny <mgorny@gentoo.org> (2020-08-18) -# Backports of hash algorithms that are built-in since Python 3.6. -# No reverse dependencies left. -# Removal in 30 days. Bug #737712. -dev-python/pyblake2 -dev-python/pysha3 - # Kent Fredric <kentnl@gentoo.org> (2020-08-17) # No reverse dependencies, and gtk2 support is becoming # obsolete in Gentoo |