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/pynacl/
Date: Wed, 05 Aug 2020 15:10:43
Message-Id: 1596640142.21a7167f8babba5b5e7a7396a4a3acd8b7111328.mgorny@gentoo
1 commit: 21a7167f8babba5b5e7a7396a4a3acd8b7111328
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 15:09:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 15:09:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a7167f
7
8 dev-python/pynacl: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pynacl/Manifest | 2 --
13 dev-python/pynacl/pynacl-1.2.1.ebuild | 39 -----------------------------------
14 dev-python/pynacl/pynacl-1.3.0.ebuild | 36 --------------------------------
15 3 files changed, 77 deletions(-)
16
17 diff --git a/dev-python/pynacl/Manifest b/dev-python/pynacl/Manifest
18 index 3676176d5df..443a16ab549 100644
19 --- a/dev-python/pynacl/Manifest
20 +++ b/dev-python/pynacl/Manifest
21 @@ -1,3 +1 @@
22 -DIST pynacl-1.2.1.tar.gz 3302051 BLAKE2B 96278368427c2b5f1d9508a5d9a36853a9c50390ee3ada20d6344e4f7f67fb3f1285c45794b863f129b48feff8a5a3d4a20796f69e832cec2aef26f27961d925 SHA512 15a3a84fed4d002072c185ca346c708ed0fb397ca3a8d0144caced635cc2e00e19603767cf9fcedc571cb4bf32c546141094ce44536dd117c3775efb2fc589b9
23 -DIST pynacl-1.3.0.tar.gz 3405949 BLAKE2B e6a6444eed2cbf134ee6060ef382981f6bfb8396fbae30dc1e16f7702a559b7ea56889d9889adfea09ac6644732fafb98e07da99e3a41392303b6a45f0b494b1 SHA512 815c31a2069cbee1091d7e0ebf0b5572875c4a537311af561b5bce0b9d8051028e367a516b46481453d9780e60e9e7e2a4640d320164059c3974b0319d1cf96d
24 DIST pynacl-1.4.0.tar.gz 46396758 BLAKE2B 9575bca05ecaf33e798f2abfee7a1af26bbb10b5dbd4e7ca70af8032866e26b88736c2a2ff52e4496e4862f92042fb125df7cd1f1427b16a2313926162466343 SHA512 2a11a623452cea60199cdff83db6f5922698237267c11f055f2fd7768e0875a819dcc08c477113ad89461797ab36d66e0b9c7700eee335eb6b16af6b378b9e88
25
26 diff --git a/dev-python/pynacl/pynacl-1.2.1.ebuild b/dev-python/pynacl/pynacl-1.2.1.ebuild
27 deleted file mode 100644
28 index 9c06b3ad7e2..00000000000
29 --- a/dev-python/pynacl/pynacl-1.2.1.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{6,7})
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python binding to the Networking and Cryptography (NaCl) library"
42 -HOMEPAGE="https://github.com/pyca/pynacl/ https://pypi.org/project/PyNaCl/"
43 -SRC_URI="https://github.com/pyca/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - dev-python/six[${PYTHON_USEDEP}]
53 - >=dev-python/cffi-1.4.1[${PYTHON_USEDEP}]
54 - dev-libs/libsodium:0/23
55 -"
56 -DEPEND="${RDEPEND}
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - test? ( >=dev-python/hypothesis-3.27.0[${PYTHON_USEDEP}]
59 - >=dev-python/pytest-3.2.1[${PYTHON_USEDEP}] )
60 -"
61 -
62 -src_prepare() {
63 - # For not using the bundled libsodium
64 - export SODIUM_INSTALL=system
65 - distutils-r1_python_prepare_all
66 -}
67 -
68 -python_test() {
69 - py.test -v || die "Tests failed under ${EPYTHON}"
70 -}
71
72 diff --git a/dev-python/pynacl/pynacl-1.3.0.ebuild b/dev-python/pynacl/pynacl-1.3.0.ebuild
73 deleted file mode 100644
74 index dfc8f7da7cd..00000000000
75 --- a/dev-python/pynacl/pynacl-1.3.0.ebuild
76 +++ /dev/null
77 @@ -1,36 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=7
82 -
83 -PYTHON_COMPAT=( python2_7 python3_{6..9})
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="Python binding to the Networking and Cryptography (NaCl) library"
88 -HOMEPAGE="https://github.com/pyca/pynacl/ https://pypi.org/project/PyNaCl/"
89 -SRC_URI="https://github.com/pyca/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
90 -
91 -LICENSE="Apache-2.0"
92 -SLOT="0"
93 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
94 -
95 -RDEPEND="
96 - dev-python/six[${PYTHON_USEDEP}]
97 - >=dev-python/cffi-1.4.1[${PYTHON_USEDEP}]
98 - dev-libs/libsodium:0/23
99 -"
100 -DEPEND="${RDEPEND}
101 - dev-python/setuptools[${PYTHON_USEDEP}]
102 - test? ( >=dev-python/hypothesis-3.27.0[${PYTHON_USEDEP}] )
103 -"
104 -
105 -distutils_enable_tests pytest
106 -
107 -PATCHES=( "${FILESDIR}/${P}-hypothesis-4.patch" )
108 -
109 -src_prepare() {
110 - # For not using the bundled libsodium
111 - export SODIUM_INSTALL=system
112 - distutils-r1_python_prepare_all
113 -}