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/jwcrypto/
Date: Fri, 27 May 2022 19:50:15
Message-Id: 1653680932.680a90f7afe7676259b008f6c49cfcb324b2f551.mgorny@gentoo
1 commit: 680a90f7afe7676259b008f6c49cfcb324b2f551
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:48:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:48:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680a90f7
7
8 dev-python/jwcrypto: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jwcrypto/Manifest | 3 ---
13 dev-python/jwcrypto/jwcrypto-1.0.0.ebuild | 31 --------------------------
14 dev-python/jwcrypto/jwcrypto-1.1.0.ebuild | 37 -------------------------------
15 dev-python/jwcrypto/jwcrypto-1.3.0.ebuild | 37 -------------------------------
16 4 files changed, 108 deletions(-)
17
18 diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest
19 index 0107897877b1..db6ac8f0d76b 100644
20 --- a/dev-python/jwcrypto/Manifest
21 +++ b/dev-python/jwcrypto/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST jwcrypto-1.0.0.tar.gz 87000 BLAKE2B 6e85d52c26447b07c3d06387ac9e3b7adf585d5dc320c633e80ca2bc1e327f01ac95cec9a0fe2b92f7f8ed7f5650d5ad1a95de500d328b33763d604aaba1bd62 SHA512 12d270219d289041098f875f5b2b0773ffbf9044996a6189b827cafbf3e5dccfc103915275b1a11dce2d50e3510510eea476b024d19cf97fd7c66c25de5b3dbf
24 -DIST jwcrypto-1.1.0.gh.tar.gz 87344 BLAKE2B 4bc72c01e6d49d68ff8e3c89a09758a5e8a634c308926ed2b750fdc373006b30710a841df4e26e1ce3287be6e4b509674887a0b01cc3b225bc87d97588f5b7a6 SHA512 c7530f68d74247f23ad2d76def257f4f0091203a22d39f248f4a15363b17bdf79699b96775cfb7f909b5b0a99ed1dd73ff5ae30ca8bc41662f1be38933c9f3c1
25 DIST jwcrypto-1.2.0.gh.tar.gz 88369 BLAKE2B c2f03cef2130884e8a27faa5a7e204ee448ef0a2b56da414f10df34821a67898a0ed2768201d00e2dc7d14b5a3cad3e73c0bd5707910dd2cb1082d1a20a14c04 SHA512 df9073b0561b43cd92f7f1861f9b517bc736d0846f8ef1c7496a48aa5dec49755e5915285ae659c5e2bb18cd51912cd782d799c41c5c6399330f688348096fa5
26 -DIST jwcrypto-1.3.0.gh.tar.gz 91206 BLAKE2B bbc11ae9fe5a27233ad3e27e0ef38fff4bacd4d429fbf7b379b0ee61f4551cc3f8810181ef6e61c196951b971e2e49c5faf34e481b62f2caebd534bcbf26f981 SHA512 6071df4bbb735b7096fab35855534cbcf6bb2244b3e789cac81cc49d1d2f3a79112227a909074e2ee30e9a2fdf13d711f15222a2aeaedf8b7a098d8f569bcc40
27 DIST jwcrypto-1.3.1.gh.tar.gz 91903 BLAKE2B 49fb3cb9548c85d406d47074a410f6bc89cbc32f16a0244b4ac5e3fa219bc66fc1e4ed32056f5c9885608b5225c2ed3423555813938465924e60dabb8f39749b SHA512 bc43a1acdb12a4e25251a3c5f9c85286c5a4234bd098efe69b7e3bd3da9ec72e80d7239cc20b1f971e17218cce9a7febe6a92efca33da2f2e1479fe64150bb71
28
29 diff --git a/dev-python/jwcrypto/jwcrypto-1.0.0.ebuild b/dev-python/jwcrypto/jwcrypto-1.0.0.ebuild
30 deleted file mode 100644
31 index 782b19d68aaf..000000000000
32 --- a/dev-python/jwcrypto/jwcrypto-1.0.0.ebuild
33 +++ /dev/null
34 @@ -1,31 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"
44 -
45 -HOMEPAGE="https://github.com/latchset/jwcrypto"
46 -SRC_URI="
47 - https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz
48 - -> ${P}.tar.gz"
49 -
50 -LICENSE="LGPL-3+"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm64 ~riscv x86"
53 -
54 -RDEPEND="
55 - >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
56 - dev-python/deprecated[${PYTHON_USEDEP}]"
57 -
58 -distutils_enable_sphinx docs/source
59 -distutils_enable_tests pytest
60 -
61 -python_prepare_all() {
62 - # Do not install doc in non-standard paths
63 - sed -i "\|data_files = \[('share/doc/jwcrypto|d" setup.py || die
64 - distutils-r1_python_prepare_all
65 -}
66
67 diff --git a/dev-python/jwcrypto/jwcrypto-1.1.0.ebuild b/dev-python/jwcrypto/jwcrypto-1.1.0.ebuild
68 deleted file mode 100644
69 index b57976ef02c6..000000000000
70 --- a/dev-python/jwcrypto/jwcrypto-1.1.0.ebuild
71 +++ /dev/null
72 @@ -1,37 +0,0 @@
73 -# Copyright 1999-2022 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=8
77 -
78 -DISTUTILS_USE_PEP517=setuptools
79 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"
84 -HOMEPAGE="
85 - https://github.com/latchset/jwcrypto/
86 - https://pypi.org/project/jwcrypto/
87 -"
88 -SRC_URI="
89 - https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz
90 - -> ${P}.gh.tar.gz
91 -"
92 -
93 -LICENSE="LGPL-3+"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
96 -
97 -RDEPEND="
98 - >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
99 - dev-python/deprecated[${PYTHON_USEDEP}]
100 -"
101 -
102 -distutils_enable_sphinx docs/source
103 -distutils_enable_tests pytest
104 -
105 -python_prepare_all() {
106 - # Do not install doc in non-standard paths
107 - sed -i "/data_files/d" setup.py || die
108 - distutils-r1_python_prepare_all
109 -}
110
111 diff --git a/dev-python/jwcrypto/jwcrypto-1.3.0.ebuild b/dev-python/jwcrypto/jwcrypto-1.3.0.ebuild
112 deleted file mode 100644
113 index cc2a94b3af64..000000000000
114 --- a/dev-python/jwcrypto/jwcrypto-1.3.0.ebuild
115 +++ /dev/null
116 @@ -1,37 +0,0 @@
117 -# Copyright 1999-2022 Gentoo Authors
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=8
121 -
122 -DISTUTILS_USE_PEP517=setuptools
123 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
124 -
125 -inherit distutils-r1
126 -
127 -DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"
128 -HOMEPAGE="
129 - https://github.com/latchset/jwcrypto/
130 - https://pypi.org/project/jwcrypto/
131 -"
132 -SRC_URI="
133 - https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz
134 - -> ${P}.gh.tar.gz
135 -"
136 -
137 -LICENSE="LGPL-3+"
138 -SLOT="0"
139 -KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
140 -
141 -RDEPEND="
142 - >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
143 - dev-python/deprecated[${PYTHON_USEDEP}]
144 -"
145 -
146 -distutils_enable_sphinx docs/source
147 -distutils_enable_tests pytest
148 -
149 -python_prepare_all() {
150 - # Do not install doc in non-standard paths
151 - sed -i "/data_files/d" setup.py || die
152 - distutils-r1_python_prepare_all
153 -}