Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycryptodome/
Date: Sat, 28 Mar 2020 17:22:04
Message-Id: 1585415596.e1b6fae7d6ff8c8ab9f91f82752bf9b426e2e42b.mgorny@gentoo
1 commit: e1b6fae7d6ff8c8ab9f91f82752bf9b426e2e42b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:13:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 17:13:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b6fae7
7
8 dev-python/pycryptodome: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pycryptodome/Manifest | 4 ----
13 dev-python/pycryptodome/pycryptodome-3.4.6.ebuild | 27 ----------------------
14 dev-python/pycryptodome/pycryptodome-3.4.7.ebuild | 27 ----------------------
15 dev-python/pycryptodome/pycryptodome-3.7.3.ebuild | 28 -----------------------
16 dev-python/pycryptodome/pycryptodome-3.8.2.ebuild | 28 -----------------------
17 5 files changed, 114 deletions(-)
18
19 diff --git a/dev-python/pycryptodome/Manifest b/dev-python/pycryptodome/Manifest
20 index 31352feff6b..7644216efda 100644
21 --- a/dev-python/pycryptodome/Manifest
22 +++ b/dev-python/pycryptodome/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST pycryptodome-3.4.6.tar.gz 6968560 BLAKE2B f066199a9d05bd046303be62c43835908c90a4545caf7681d2c13db78ce345858b8565daa26ccd4a328eb944de469b943cdd0bb3f58591de4e2a09e130f7381f SHA512 40c9ea4cf7fca06bd7cd3a100e1d602e0130fbdcc75544ff1353ced2fae8925d29286200561832f2524a0f3db155a6924bb653d964408d4486aab694bf275cdc
25 -DIST pycryptodome-3.4.7.tar.gz 6483140 BLAKE2B 02368e2af0a12686cf2e635cca8e2c279f7c3b147a66f99e97cf04d829aa66eca5629f7cc8e76420970a4fa5ca5f97e7d2a04438b3a2ac5feb980fa96998b3ff SHA512 a328df1f3b2cfeccbb5984aca4c5cbd59e8a352c817e82411d2876b2494476027f63e61200b0cc87e9420e8b47e91fffe71865fb2c23a66da0276814641eaab0
26 DIST pycryptodome-3.6.6.tar.gz 7137656 BLAKE2B 72a3dffa22ca4a90a6515ce0bb6939d4c11aab31793ca330523feb08f6529cbfdf3dee01b1caa4577caed1818c0227961e7f25d855b2dcfb09757beb3e0790b4 SHA512 ce03d9940c23ce59e19bcd795c300dbddeddd49756a4bfcc6933da66dfb8b7bedb8d6eaa2b01727c53e72c8e84dfcab2961d1580a188afa9c9451bd2099bdc61
27 -DIST pycryptodome-3.7.3.tar.gz 9285823 BLAKE2B 6f215a3bb0337f5b7469d92bd2d5b5a19ab4e2c6a8f119411c3a5bcdcf93307752d99113866268b5066cceda6470bd0fbe81b1b2f9e30b5e5e569c77ede087f3 SHA512 b5e09c08cd252cad4d76249be84ce29e16a9bba4f2c5e81594c24d9a39df0f3fc67822698497eb9daa4cb6a43311c5d5a2543f187a5d5f801288596c2941f08f
28 -DIST pycryptodome-3.8.2.tar.gz 12441359 BLAKE2B 857b77ce23bafe8a296d6fc2402914491818b51142d2a08aa882a0d4e15899bc2b18a6b69ffa904cad406fb3ce8bf029404ea178532cd4580ce118ec03311cd2 SHA512 361909d479b3478b72f2723f2c94cafd4e9d50c2d4156535d217f0566c534dc27435f64e9ba0cdb8215c2c3d3800ad1e0befde95d9999eed481f33f9ed2ba318
29 DIST pycryptodome-3.9.4.tar.gz 11575825 BLAKE2B c153fe71179d633a5722480c4c42cc133100f524a8ba9d3cd9380b7e172564c276b70b97ef36437fa3a149c418903802f410c9d1807d5d72345dffb0aa568223 SHA512 d99e4e431d77856ce3ae33526984cadf2fa6aa82b1f692a2ad0ae893f6a1e9538e6d71d281578e6bd733a816664d1683364c64441196cbc6ee1278f9d6eac62c
30
31 diff --git a/dev-python/pycryptodome/pycryptodome-3.4.6.ebuild b/dev-python/pycryptodome/pycryptodome-3.4.6.ebuild
32 deleted file mode 100644
33 index ca2e4bbe3e9..00000000000
34 --- a/dev-python/pycryptodome/pycryptodome-3.4.6.ebuild
35 +++ /dev/null
36 @@ -1,27 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
43 -PYTHON_REQ_USE="threads(+)"
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="A self-contained cryptographic library for Python"
48 -HOMEPAGE="https://github.com/Legrandin/pycryptodome"
49 -SRC_URI="https://github.com/Legrandin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 -
51 -LICENSE="BSD-2 Unlicense"
52 -SLOT="0"
53 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 -IUSE=""
55 -
56 -RDEPEND="dev-libs/gmp:0
57 - virtual/python-cffi[${PYTHON_USEDEP}]
58 - !dev-python/pycrypto"
59 -DEPEND="${RDEPEND}"
60 -
61 -python_test() {
62 - esetup.py test
63 -}
64
65 diff --git a/dev-python/pycryptodome/pycryptodome-3.4.7.ebuild b/dev-python/pycryptodome/pycryptodome-3.4.7.ebuild
66 deleted file mode 100644
67 index 0f37040bf1c..00000000000
68 --- a/dev-python/pycryptodome/pycryptodome-3.4.7.ebuild
69 +++ /dev/null
70 @@ -1,27 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
77 -PYTHON_REQ_USE="threads(+)"
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="A self-contained cryptographic library for Python"
82 -HOMEPAGE="https://www.pycryptodome.org https://github.com/Legrandin/pycryptodome https://pypi.org/project/pycryptodome/"
83 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
84 -
85 -LICENSE="BSD-2 Unlicense"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
88 -IUSE=""
89 -
90 -RDEPEND="dev-libs/gmp:0
91 - virtual/python-cffi[${PYTHON_USEDEP}]
92 - !dev-python/pycrypto"
93 -DEPEND="${RDEPEND}"
94 -
95 -python_test() {
96 - esetup.py test
97 -}
98
99 diff --git a/dev-python/pycryptodome/pycryptodome-3.7.3.ebuild b/dev-python/pycryptodome/pycryptodome-3.7.3.ebuild
100 deleted file mode 100644
101 index e07797edc91..00000000000
102 --- a/dev-python/pycryptodome/pycryptodome-3.7.3.ebuild
103 +++ /dev/null
104 @@ -1,28 +0,0 @@
105 -# Copyright 1999-2020 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=7
109 -
110 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
111 -PYTHON_REQ_USE="threads(+)"
112 -
113 -inherit distutils-r1
114 -
115 -DESCRIPTION="A self-contained cryptographic library for Python"
116 -HOMEPAGE="https://www.pycryptodome.org https://github.com/Legrandin/pycryptodome https://pypi.org/project/pycryptodome/"
117 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
118 -
119 -LICENSE="BSD-2 Unlicense"
120 -SLOT="0"
121 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
122 -IUSE=""
123 -
124 -RDEPEND="dev-libs/gmp:0
125 - virtual/python-cffi[${PYTHON_USEDEP}]
126 - !dev-python/pycrypto"
127 -DEPEND="${RDEPEND}
128 - dev-python/setuptools[${PYTHON_USEDEP}]"
129 -
130 -python_test() {
131 - esetup.py test
132 -}
133
134 diff --git a/dev-python/pycryptodome/pycryptodome-3.8.2.ebuild b/dev-python/pycryptodome/pycryptodome-3.8.2.ebuild
135 deleted file mode 100644
136 index e07797edc91..00000000000
137 --- a/dev-python/pycryptodome/pycryptodome-3.8.2.ebuild
138 +++ /dev/null
139 @@ -1,28 +0,0 @@
140 -# Copyright 1999-2020 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=7
144 -
145 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
146 -PYTHON_REQ_USE="threads(+)"
147 -
148 -inherit distutils-r1
149 -
150 -DESCRIPTION="A self-contained cryptographic library for Python"
151 -HOMEPAGE="https://www.pycryptodome.org https://github.com/Legrandin/pycryptodome https://pypi.org/project/pycryptodome/"
152 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
153 -
154 -LICENSE="BSD-2 Unlicense"
155 -SLOT="0"
156 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
157 -IUSE=""
158 -
159 -RDEPEND="dev-libs/gmp:0
160 - virtual/python-cffi[${PYTHON_USEDEP}]
161 - !dev-python/pycrypto"
162 -DEPEND="${RDEPEND}
163 - dev-python/setuptools[${PYTHON_USEDEP}]"
164 -
165 -python_test() {
166 - esetup.py test
167 -}