Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysha3/, dev-python/pyblake2/, profiles/
Date: Thu, 17 Sep 2020 22:20:37
Message-Id: 1600381208.023f68cd5c16cb95994f43b5c355c9f8fbb77502.bman@gentoo
1 commit: 023f68cd5c16cb95994f43b5c355c9f8fbb77502
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 22:19:07 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 22:20:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023f68cd
7
8 package.mask: drop last-rited dev-python/{pyblake2,pysha3}
9
10 Closes: https://bugs.gentoo.org/737712
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/pyblake2/Manifest | 1 -
14 dev-python/pyblake2/metadata.xml | 15 ---------------
15 dev-python/pyblake2/pyblake2-1.1.2.ebuild | 22 ---------------------
16 dev-python/pysha3/Manifest | 1 -
17 dev-python/pysha3/metadata.xml | 15 ---------------
18 dev-python/pysha3/pysha3-1.0.2-r1.ebuild | 32 -------------------------------
19 profiles/package.mask | 7 -------
20 7 files changed, 93 deletions(-)
21
22 diff --git a/dev-python/pyblake2/Manifest b/dev-python/pyblake2/Manifest
23 deleted file mode 100644
24 index 70a3de46e66..00000000000
25 --- a/dev-python/pyblake2/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST pyblake2-1.1.2.tar.gz 126693 BLAKE2B 01690ec32a07b7ea59d7d040523ce8cb523f18927044f2d38c0a143a344fde661498e1a4b35a0f161be7b761a324677f80e88c4a0045dc324f0d588997e884f2 SHA512 26297d788208a80c8102602135332d5ee1424711d9c693828af232b5546301c5d144680367a954d8d9765998a23b82046b157b0072fdc63305ff0088feb16e55
29
30 diff --git a/dev-python/pyblake2/metadata.xml b/dev-python/pyblake2/metadata.xml
31 deleted file mode 100644
32 index 98aa90fe67a..00000000000
33 --- a/dev-python/pyblake2/metadata.xml
34 +++ /dev/null
35 @@ -1,15 +0,0 @@
36 -<?xml version="1.0" encoding="UTF-8"?>
37 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 -<pkgmetadata>
39 - <maintainer type="person">
40 - <email>mgorny@g.o</email>
41 - <name>Michał Górny</name>
42 - </maintainer>
43 - <maintainer type="project">
44 - <email>python@g.o</email>
45 - </maintainer>
46 - <upstream>
47 - <remote-id type="github">dchest/pyblake2</remote-id>
48 - <remote-id type="pypi">pyblake2</remote-id>
49 - </upstream>
50 -</pkgmetadata>
51
52 diff --git a/dev-python/pyblake2/pyblake2-1.1.2.ebuild b/dev-python/pyblake2/pyblake2-1.1.2.ebuild
53 deleted file mode 100644
54 index 6c303729332..00000000000
55 --- a/dev-python/pyblake2/pyblake2-1.1.2.ebuild
56 +++ /dev/null
57 @@ -1,22 +0,0 @@
58 -# Copyright 1999-2020 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -
63 -PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
64 -inherit distutils-r1
65 -
66 -DESCRIPTION="BLAKE2 hash function extension module"
67 -HOMEPAGE="https://github.com/dchest/pyblake2 https://pypi.org/project/pyblake2/"
68 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
69 -
70 -# pyblake2 itself allows more licenses but blake2 allows the following three
71 -LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
72 -SLOT="0"
73 -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"
74 -
75 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
76 -
77 -python_test() {
78 - "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"
79 -}
80
81 diff --git a/dev-python/pysha3/Manifest b/dev-python/pysha3/Manifest
82 deleted file mode 100644
83 index 5f0014d630a..00000000000
84 --- a/dev-python/pysha3/Manifest
85 +++ /dev/null
86 @@ -1 +0,0 @@
87 -DIST pysha3-1.0.2.tar.gz 829192 BLAKE2B ff0c0e1cc35f5e2efc0a7d3074022aaa1e05fa72cc151560180fe08958c8f83ec2b0f50f9e1bf772fd386647f3d44e8b4139f5593f6d0d678412eabe4829e939 SHA512 57476d24b9d399471cf56c8c1413f58dbc863c16d4fe9ebd2cf65df8092e139e2505252605e3fccd68978f5ee3fffdfeeedee6788aab38a54c918a452fc19720
88
89 diff --git a/dev-python/pysha3/metadata.xml b/dev-python/pysha3/metadata.xml
90 deleted file mode 100644
91 index 410617d33dc..00000000000
92 --- a/dev-python/pysha3/metadata.xml
93 +++ /dev/null
94 @@ -1,15 +0,0 @@
95 -<?xml version="1.0" encoding="UTF-8"?>
96 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
97 -<pkgmetadata>
98 - <maintainer type="person">
99 - <email>mgorny@g.o</email>
100 - <name>Michał Górny</name>
101 - </maintainer>
102 - <maintainer type="project">
103 - <email>python@g.o</email>
104 - </maintainer>
105 - <upstream>
106 - <remote-id type="github">tiran/pysha3</remote-id>
107 - <remote-id type="pypi">pysha3</remote-id>
108 - </upstream>
109 -</pkgmetadata>
110
111 diff --git a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild
112 deleted file mode 100644
113 index 791d4c5a4c9..00000000000
114 --- a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild
115 +++ /dev/null
116 @@ -1,32 +0,0 @@
117 -# Copyright 1999-2020 Gentoo Authors
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=6
121 -
122 -PYTHON_COMPAT=( python{3_6,3_7} )
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="SHA-3 (Keccak) for Python 2.7 - 3.5"
126 -HOMEPAGE="https://github.com/tiran/pysha3 https://pypi.org/project/pysha3/"
127 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
128 -
129 -LICENSE="CC0-1.0 PSF-2"
130 -SLOT="0"
131 -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"
132 -IUSE=""
133 -
134 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
135 -
136 -python_prepare_all() {
137 - # Remove meaningless AttributeError checks. They don't really test
138 - # the implementation but Python implementation behavior, and they
139 - # fail with PyPy. Oh yes, and this doesn't affect correctly written
140 - # programs.
141 - sed -i -e '/AttributeError/d' tests.py || die
142 -
143 - distutils-r1_python_prepare_all
144 -}
145 -
146 -python_test() {
147 - esetup.py test
148 -}
149
150 diff --git a/profiles/package.mask b/profiles/package.mask
151 index 7c0129f176f..1fd339523b1 100644
152 --- a/profiles/package.mask
153 +++ b/profiles/package.mask
154 @@ -600,13 +600,6 @@ dev-haskell/regex-tdfa-rc
155 # Bug #736248.
156 dev-haskell/testpack
157
158 -# Michał Górny <mgorny@g.o> (2020-08-18)
159 -# Backports of hash algorithms that are built-in since Python 3.6.
160 -# No reverse dependencies left.
161 -# Removal in 30 days. Bug #737712.
162 -dev-python/pyblake2
163 -dev-python/pysha3
164 -
165 # Kent Fredric <kentnl@g.o> (2020-08-17)
166 # No reverse dependencies, and gtk2 support is becoming
167 # obsolete in Gentoo