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/josepy/
Date: Sun, 18 Apr 2021 07:06:02
Message-Id: 1618729536.41e7d22f6857041041ab7d1eaa86327ca657e7c5.mgorny@gentoo
1 commit: 41e7d22f6857041041ab7d1eaa86327ca657e7c5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:48:42 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 07:05:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e7d22f
7
8 dev-python/josepy: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/josepy/Manifest | 2 --
13 dev-python/josepy/josepy-1.6.0.ebuild | 32 --------------------------------
14 dev-python/josepy/josepy-1.7.0.ebuild | 32 --------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-python/josepy/Manifest b/dev-python/josepy/Manifest
18 index bf16db11751..d192a978fda 100644
19 --- a/dev-python/josepy/Manifest
20 +++ b/dev-python/josepy/Manifest
21 @@ -1,3 +1 @@
22 -DIST josepy-1.6.0.tar.gz 54066 BLAKE2B 18afbcf47d97e9677a3b75be50a4e61dd7748326eca1a7b736c0c9edc3918b2082c1cac8b32481bb631bef106b0e9895b24be054600f22f38bb45401333a28f4 SHA512 d08eb731b1027cd0b57639ac0c3d987d99d78daa54a9fe22d86eca90c9c5ab73bd8193d3fee4f98a4c55392015d1c5ee32fbc6589f511a6951033377cc2e1168
23 -DIST josepy-1.7.0.tar.gz 57186 BLAKE2B 8bf89ab844b65057838c1b274d15d8cac7ade2af9da04fc5193e9ba99e2062913cf5f819766d16c66951622299a06bf87a6cec41079e350f460661eedff4e924 SHA512 cd3c509acfea58eb92d7e0a8d28d6138569cb42ac85b75b284a48517afa634f6c739f3d62198ee0a17bb60a159af4012cc9ffa77378db680c418d52660d39ab4
24 DIST josepy-1.8.0.tar.gz 57507 BLAKE2B d395f08db9c46d37555f2cc540ab7af79356e32b60763acfa2116cdc08a46e51d75f56e6d393dd28c7dfda5f2012db5f4d5b5cddecf74809a01ca3dfebeb598d SHA512 50cdedfa4cf67055ae65dfeef2328ba7bb369fb8b763b425e4ca73108555c9cd04f12a644309c2f2e1db50e1d227be3bdbd00037e509d2b2d82565c213b81e4e
25
26 diff --git a/dev-python/josepy/josepy-1.6.0.ebuild b/dev-python/josepy/josepy-1.6.0.ebuild
27 deleted file mode 100644
28 index 92a593dfa31..00000000000
29 --- a/dev-python/josepy/josepy-1.6.0.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2021 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 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="JOSE protocol implementation in Python"
43 -HOMEPAGE="https://github.com/certbot/josepy"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
49 -
50 -RDEPEND="
51 - >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
52 - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
53 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
56 -
57 -distutils_enable_tests pytest
58 -
59 -python_prepare_all() {
60 - # Remove coverage/flake8 options
61 - sed -i '/^addopts =/d' pytest.ini || die
62 - distutils-r1_python_prepare_all
63 -}
64
65 diff --git a/dev-python/josepy/josepy-1.7.0.ebuild b/dev-python/josepy/josepy-1.7.0.ebuild
66 deleted file mode 100644
67 index 92a593dfa31..00000000000
68 --- a/dev-python/josepy/josepy-1.7.0.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2021 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=7
75 -
76 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
77 -DISTUTILS_USE_SETUPTOOLS=rdepend
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="JOSE protocol implementation in Python"
82 -HOMEPAGE="https://github.com/certbot/josepy"
83 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
84 -
85 -LICENSE="Apache-2.0"
86 -SLOT="0"
87 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
88 -
89 -RDEPEND="
90 - >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
91 - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
92 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
93 -"
94 -BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
95 -
96 -distutils_enable_tests pytest
97 -
98 -python_prepare_all() {
99 - # Remove coverage/flake8 options
100 - sed -i '/^addopts =/d' pytest.ini || die
101 - distutils-r1_python_prepare_all
102 -}