From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libnacl/
Date: Tue, 24 Nov 2020 14:36:58 +0000 (UTC) [thread overview]
Message-ID: <1606228613.3585493d1520273c419f8284b92d75a913d5913b.sam@gentoo> (raw)
commit: 3585493d1520273c419f8284b92d75a913d5913b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 12:50:44 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 14:36:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3585493d
dev-python/libnacl: bump to 1.7.2
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/libnacl/Manifest | 1 +
dev-python/libnacl/libnacl-1.7.2.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/libnacl/Manifest b/dev-python/libnacl/Manifest
index 8ac4bfadb5b..fa52dde3759 100644
--- a/dev-python/libnacl/Manifest
+++ b/dev-python/libnacl/Manifest
@@ -1,2 +1,3 @@
DIST libnacl-1.6.1.tar.gz 39789 BLAKE2B 7c73f67d4faec8d6e53df21eb3c394d4f36754cd9ad1dfa63ef45aab43bb1832cace7446688b2b29b9923539e00d59f3a78c719b8b8770b2c6c217db19dd2f6d SHA512 90fd9302cdfbe84acfc7dff0ac95eeb05fd1bb346cd8b220613174d5d1ae5f627be06b4d588fd4a939c49a119ca557d68a06d3cbe1c0d409a253fdca96d944ac
DIST libnacl-1.7.1.tar.gz 43232 BLAKE2B 4b6d1434280b548740c873ebbf0eec2a85ca67f1fdb5ebfaf27e2ca3673e7d9175f4427e9d3c84b210094e3ad0248d7c1c1db978ae8e977fcebaf20e6e3f719c SHA512 4beb6a5f30688ea72836512f771c566f2c0c03bbdeade4f4135b3068945a3b3e0da826f97a78f495887e852c36629ddb33e876696263404e74fac11e3b7bc9e9
+DIST libnacl-1.7.2.tar.gz 43343 BLAKE2B 4f7d03661e1385033c51821bf673c81ced11a1523b371ec7da42ed9cf75bdaadee1e679059dfae85871530652b5fea80bfb91c19a8a1eefb4ecf1b8661f11e19 SHA512 a4efbf73f73d9493ac365efa5a5bd6481f85ce4c880ad236bbf7478090bdea857e78e33e445c4e467d2a2032040863b835f32f9a942d2f1e467015bd76b0d469
diff --git a/dev-python/libnacl/libnacl-1.7.2.ebuild b/dev-python/libnacl/libnacl-1.7.2.ebuild
new file mode 100644
index 00000000000..22ed96d32aa
--- /dev/null
+++ b/dev-python/libnacl/libnacl-1.7.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python3_{6..9})
+inherit distutils-r1
+
+DESCRIPTION="Python ctypes wrapper for libsodium"
+HOMEPAGE="https://libnacl.readthedocs.org/"
+SRC_URI="https://github.com/saltstack/libnacl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/libsodium"
+BDEPEND="${RDEPEND}"
+
+python_test() {
+ "${EPYTHON}" -m unittest discover -v -p 'test_*.py' tests/ || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2020-11-24 14:37 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-24 14:36 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-29 11:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/libnacl/ Petr Vaněk
2023-11-24 15:36 Michał Górny
2023-09-08 4:53 Michał Górny
2023-09-07 19:51 Sam James
2023-09-07 19:51 Sam James
2023-08-07 2:36 Michał Górny
2023-08-05 14:53 Michał Górny
2023-08-05 5:30 Michał Górny
2022-06-22 6:58 Agostino Sarubbo
2022-06-22 6:53 Agostino Sarubbo
2022-05-20 12:03 Michał Górny
2022-03-23 23:18 Marek Szuba
2021-07-12 22:17 Sam James
2021-06-05 14:17 Michał Górny
2021-05-10 18:08 Michał Górny
2021-05-10 6:58 Agostino Sarubbo
2021-01-22 19:36 Sam James
2020-12-26 23:37 Sam James
2020-11-24 14:36 Sam James
2020-04-23 13:26 Michał Górny
2020-02-05 16:24 Michał Górny
2018-06-25 9:53 Jason Zaman
2018-01-05 9:36 Michał Górny
2017-11-07 13:07 Manuel Rüger
2017-10-19 18:10 Thomas Deutschmann
2017-10-19 12:25 Manuel Rüger
2017-08-10 12:47 Manuel Rüger
2017-07-05 11:35 Manuel Rüger
2017-04-28 15:50 Manuel Rüger
2017-02-01 13:54 Manuel Rüger
2016-03-02 9:53 Patrick Lauer
2016-01-12 18:01 Patrick McLean
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=1606228613.3585493d1520273c419f8284b92d75a913d5913b.sam@gentoo \
--to=sam@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