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: Mon, 12 Jul 2021 22:57:44
Message-Id: 1626130610.e9c26af2677b25a63a59e23321d4a63a8be459f9.mgorny@gentoo
1 commit: e9c26af2677b25a63a59e23321d4a63a8be459f9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:56:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:56:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c26af2
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 | 2 --
13 dev-python/jwcrypto/jwcrypto-0.8.0.ebuild | 28 --------------------------
14 dev-python/jwcrypto/jwcrypto-0.9.0.ebuild | 33 -------------------------------
15 3 files changed, 63 deletions(-)
16
17 diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest
18 index 4ad2c6f67f9..ab5aa48b939 100644
19 --- a/dev-python/jwcrypto/Manifest
20 +++ b/dev-python/jwcrypto/Manifest
21 @@ -1,3 +1 @@
22 -DIST jwcrypto-0.8.0.tar.gz 81782 BLAKE2B a3cfb04f099a747c365f870c53d75574cdfaf8b98373f37cc107ebca956b414b7d7cb78f8fcd6d3964528d3bc8a217e5c645bf6e82531e951dfdd9ca03472111 SHA512 784134d27ff7abd31e1069763969513ed45f81fd2c242b7ff7036413c35ef374d535eae0123f5561a8e4eb2630cee40056d1c66454288e1310c4cbedecaac210
23 -DIST jwcrypto-0.9.0.tar.gz 83891 BLAKE2B 873f6764d13ea80e8c4e1709fcf4e2a70cb59834521154b35cb94a51ce5cbfa7f4e2d079a3c096b013eef6f3a6adc4935cd3416b22f20b9edce01e95dc1910fb SHA512 6a2670aad8a3db926c4a6e54a62f3b698b717a8bc1726ba8f13e2415f574202e205cab76c79564280dcb2b3b4002a7c03c172d20761c70f76dc007a1ae26dad5
24 DIST jwcrypto-0.9.1.tar.gz 86363 BLAKE2B d5920b9471870855bc131c171dc5515cc23fb9b94c38b33ce4894bcbe6fb5d0fa87e8b88f6470b8d1c1a1bc158d0dd09f51ace50baab03c8a8df59adc6e7e11d SHA512 245221d5e570918c1db9abdad72a0b03fb3fbdbb4db46ece441cbd75d43246b1b35bfd75e20718b8fa125bcaa85088cd776a7c204dd68e51e63818ae438848eb
25
26 diff --git a/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild b/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild
27 deleted file mode 100644
28 index 428fcc14e89..00000000000
29 --- a/dev-python/jwcrypto/jwcrypto-0.8.0.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"
42 -
43 -HOMEPAGE="https://github.com/latchset/jwcrypto"
44 -SRC_URI="https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="LGPL-3+"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86"
49 -
50 -RDEPEND=">=dev-python/cryptography-2.3[${PYTHON_USEDEP}]"
51 -
52 -distutils_enable_sphinx docs/source
53 -distutils_enable_tests pytest
54 -
55 -python_prepare_all() {
56 - # Do not install doc in non-standard paths
57 - sed -i "\|data_files = \[('share/doc/jwcrypto|d" setup.py || die
58 - distutils-r1_python_prepare_all
59 -}
60
61 diff --git a/dev-python/jwcrypto/jwcrypto-0.9.0.ebuild b/dev-python/jwcrypto/jwcrypto-0.9.0.ebuild
62 deleted file mode 100644
63 index a3d021af572..00000000000
64 --- a/dev-python/jwcrypto/jwcrypto-0.9.0.ebuild
65 +++ /dev/null
66 @@ -1,33 +0,0 @@
67 -# Copyright 1999-2021 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -
72 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"
77 -
78 -HOMEPAGE="https://github.com/latchset/jwcrypto"
79 -SRC_URI="
80 - https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz
81 - -> ${P}.tar.gz"
82 -
83 -LICENSE="LGPL-3+"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~arm64 ~x86"
86 -
87 -RDEPEND="
88 - >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
89 - dev-python/deprecated[${PYTHON_USEDEP}]
90 - dev-python/six[${PYTHON_USEDEP}]"
91 -
92 -distutils_enable_sphinx docs/source
93 -distutils_enable_tests pytest
94 -
95 -python_prepare_all() {
96 - # Do not install doc in non-standard paths
97 - sed -i "\|data_files = \[('share/doc/jwcrypto|d" setup.py || die
98 - distutils-r1_python_prepare_all
99 -}