From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pynacl/
Date: Wed, 5 Aug 2020 15:10:09 +0000 (UTC) [thread overview]
Message-ID: <1596640142.21a7167f8babba5b5e7a7396a4a3acd8b7111328.mgorny@gentoo> (raw)
commit: 21a7167f8babba5b5e7a7396a4a3acd8b7111328
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 15:09:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 15:09:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a7167f
dev-python/pynacl: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pynacl/Manifest | 2 --
dev-python/pynacl/pynacl-1.2.1.ebuild | 39 -----------------------------------
dev-python/pynacl/pynacl-1.3.0.ebuild | 36 --------------------------------
3 files changed, 77 deletions(-)
diff --git a/dev-python/pynacl/Manifest b/dev-python/pynacl/Manifest
index 3676176d5df..443a16ab549 100644
--- a/dev-python/pynacl/Manifest
+++ b/dev-python/pynacl/Manifest
@@ -1,3 +1 @@
-DIST pynacl-1.2.1.tar.gz 3302051 BLAKE2B 96278368427c2b5f1d9508a5d9a36853a9c50390ee3ada20d6344e4f7f67fb3f1285c45794b863f129b48feff8a5a3d4a20796f69e832cec2aef26f27961d925 SHA512 15a3a84fed4d002072c185ca346c708ed0fb397ca3a8d0144caced635cc2e00e19603767cf9fcedc571cb4bf32c546141094ce44536dd117c3775efb2fc589b9
-DIST pynacl-1.3.0.tar.gz 3405949 BLAKE2B e6a6444eed2cbf134ee6060ef382981f6bfb8396fbae30dc1e16f7702a559b7ea56889d9889adfea09ac6644732fafb98e07da99e3a41392303b6a45f0b494b1 SHA512 815c31a2069cbee1091d7e0ebf0b5572875c4a537311af561b5bce0b9d8051028e367a516b46481453d9780e60e9e7e2a4640d320164059c3974b0319d1cf96d
DIST pynacl-1.4.0.tar.gz 46396758 BLAKE2B 9575bca05ecaf33e798f2abfee7a1af26bbb10b5dbd4e7ca70af8032866e26b88736c2a2ff52e4496e4862f92042fb125df7cd1f1427b16a2313926162466343 SHA512 2a11a623452cea60199cdff83db6f5922698237267c11f055f2fd7768e0875a819dcc08c477113ad89461797ab36d66e0b9c7700eee335eb6b16af6b378b9e88
diff --git a/dev-python/pynacl/pynacl-1.2.1.ebuild b/dev-python/pynacl/pynacl-1.2.1.ebuild
deleted file mode 100644
index 9c06b3ad7e2..00000000000
--- a/dev-python/pynacl/pynacl-1.2.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7})
-
-inherit distutils-r1
-
-DESCRIPTION="Python binding to the Networking and Cryptography (NaCl) library"
-HOMEPAGE="https://github.com/pyca/pynacl/ https://pypi.org/project/PyNaCl/"
-SRC_URI="https://github.com/pyca/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- >=dev-python/cffi-1.4.1[${PYTHON_USEDEP}]
- dev-libs/libsodium:0/23
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( >=dev-python/hypothesis-3.27.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-3.2.1[${PYTHON_USEDEP}] )
-"
-
-src_prepare() {
- # For not using the bundled libsodium
- export SODIUM_INSTALL=system
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- py.test -v || die "Tests failed under ${EPYTHON}"
-}
diff --git a/dev-python/pynacl/pynacl-1.3.0.ebuild b/dev-python/pynacl/pynacl-1.3.0.ebuild
deleted file mode 100644
index dfc8f7da7cd..00000000000
--- a/dev-python/pynacl/pynacl-1.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6..9})
-
-inherit distutils-r1
-
-DESCRIPTION="Python binding to the Networking and Cryptography (NaCl) library"
-HOMEPAGE="https://github.com/pyca/pynacl/ https://pypi.org/project/PyNaCl/"
-SRC_URI="https://github.com/pyca/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- >=dev-python/cffi-1.4.1[${PYTHON_USEDEP}]
- dev-libs/libsodium:0/23
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( >=dev-python/hypothesis-3.27.0[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}/${P}-hypothesis-4.patch" )
-
-src_prepare() {
- # For not using the bundled libsodium
- export SODIUM_INSTALL=system
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2020-08-05 15:10 UTC|newest]
Thread overview: 93+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-05 15:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 8:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/pynacl/ Michał Górny
2023-11-17 17:37 Michał Górny
2023-09-24 14:40 Michał Górny
2023-09-14 16:36 Sam James
2023-09-14 16:36 Sam James
2023-09-14 16:36 Sam James
2023-09-14 16:36 Sam James
2023-09-14 16:36 Sam James
2023-09-14 16:28 Sam James
2023-09-14 6:05 Michał Górny
2023-07-20 10:16 WANG Xuerui
2023-05-27 13:21 Michał Górny
2023-05-04 16:30 Michał Górny
2022-11-01 3:36 Michał Górny
2022-06-17 4:54 Michał Górny
2022-06-16 23:05 Jakov Smolić
2022-06-16 10:18 Jakov Smolić
2022-06-16 10:18 Jakov Smolić
2022-06-16 10:15 Jakov Smolić
2022-06-16 10:15 Jakov Smolić
2022-06-16 9:37 Jakov Smolić
2022-06-16 9:37 Jakov Smolić
2022-05-13 13:39 Michał Górny
2022-05-13 13:39 Michał Górny
2022-02-16 20:15 Michał Górny
2022-02-16 20:03 Arthur Zamarin
2022-02-15 16:19 Sam James
2022-02-13 15:20 Sam James
2022-02-13 10:38 Agostino Sarubbo
2022-02-13 8:41 Jakov Smolić
2022-02-13 7:58 Agostino Sarubbo
2022-02-13 7:55 Agostino Sarubbo
2022-01-08 7:49 Arthur Zamarin
2021-11-30 11:06 Tobias Klausmann
2021-09-09 11:20 Marek Szuba
2021-06-04 17:58 Michał Górny
2020-12-13 1:06 Sam James
2020-08-22 9:15 Michał Górny
2020-08-04 18:57 Sergei Trofimovich
2020-08-02 11:39 Sergei Trofimovich
2020-08-01 9:01 Sergei Trofimovich
2020-07-30 21:35 Sam James
2020-07-30 19:39 Sam James
2020-06-08 17:52 Michał Górny
2020-06-08 17:52 Michał Górny
2020-05-01 8:40 Mart Raudsepp
2020-04-08 20:53 Sergei Trofimovich
2020-03-29 14:45 Sergei Trofimovich
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2019-12-04 0:51 Aaron Bauman
2019-07-29 13:04 Aaron Bauman
2019-06-25 12:09 Michael Haubenwallner
2019-06-25 9:05 Michael Haubenwallner
2019-05-21 16:25 Stephen Klimaszewski
2019-03-26 20:16 Patrick McLean
2019-01-28 20:28 Matthew Thode
2018-12-15 17:59 Sergei Trofimovich
2018-11-26 19:52 Sergei Trofimovich
2018-11-24 9:17 Mikle Kolyada
2018-11-09 18:31 Mikle Kolyada
2018-10-30 0:12 Sergei Trofimovich
2018-10-13 6:56 Tobias Klausmann
2018-10-06 23:47 Matt Turner
2018-10-06 23:47 Matt Turner
2018-10-06 21:57 Mikle Kolyada
2018-10-05 17:05 Tobias Klausmann
2018-10-05 12:25 Thomas Deutschmann
2018-08-04 1:00 Mikle Kolyada
2018-04-06 22:03 Manuel Rüger
2018-02-22 21:45 Jeroen Roovers
2018-02-22 18:28 Jeroen Roovers
2018-02-22 16:09 Michał Górny
2018-01-19 22:55 Brian Dolbec
2018-01-05 23:19 Michał Górny
2018-01-01 11:16 Sergei Trofimovich
2017-12-24 8:49 Markus Meier
2017-11-05 9:04 Justin Lecher
2017-10-05 4:36 Markus Meier
2017-09-30 0:31 Matt Thode
2017-09-28 13:42 Michael Palimaka
2017-09-10 11:43 Sergei Trofimovich
2017-09-10 11:33 Sergei Trofimovich
2017-09-08 20:53 Markus Meier
2017-08-24 7:10 Sergei Trofimovich
2017-08-23 4:55 Tim Harder
2017-07-31 9:33 Tobias Klausmann
2017-06-09 18:19 Brian Dolbec
2017-03-29 1:43 Brian Dolbec
2016-12-06 9:29 Tobias Klausmann
2016-10-22 1:26 Brian Dolbec
2016-08-31 1:18 Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596640142.21a7167f8babba5b5e7a7396a4a3acd8b7111328.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox