public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libnacl/
Date: Thu, 19 Oct 2017 12:25:48 +0000 (UTC)	[thread overview]
Message-ID: <1508415934.6be62b70d00369735e314439d6786d0a522976dc.mrueg@gentoo> (raw)

commit:     6be62b70d00369735e314439d6786d0a522976dc
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 12:25:34 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 12:25:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be62b70

dev-python/libnacl: Version bump to 1.6.0

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-python/libnacl/Manifest             |  1 +
 dev-python/libnacl/libnacl-1.6.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/libnacl/Manifest b/dev-python/libnacl/Manifest
index 6d561296b1e..daa4da7b1b4 100644
--- a/dev-python/libnacl/Manifest
+++ b/dev-python/libnacl/Manifest
@@ -2,3 +2,4 @@ DIST libnacl-1.4.4.tar.gz 30965 SHA256 f2ee401a78dc693fcbc2051befcee2f76bb13ce75
 DIST libnacl-1.5.0.tar.gz 47386 SHA256 1af2bc9fab80bd264ed224d9c4cacb0514db2f202eca5a4d90da3b06ba2000de SHA512 72c6041e14bf705d6d3b0fd0b77b1b1c7f4a86653113f56fed6b4e20369ff8b79ee1ea23179661299c51f13602dbc3f33e98bab0f6b8080d40ad75253137391f WHIRLPOOL 97795c28cd6437736e94a2e9faaac79a71c21e6b19ec5d652a2fb0616177f25ceab57bc8cdb4bdf7a0a20588f8dbe4d7f6808be4f905628ed1bf39e47ffa7855
 DIST libnacl-1.5.1.tar.gz 49383 SHA256 e44e9436e7245b0d8b7322bef67750cb7757834d7ccdb7eb7b723b4813df84fb SHA512 8bc5e0e15b35814249b69b6c1270fdf2c45af808c3315a6499b25a4861f0b21fe1840630a08cf808c8dc840f417736dee9d020d21d5d1d697b8644bc2645b12e WHIRLPOOL 0b4ec73546e3976a9fbca79db6e5bcbea5f90de202e3f83041c7b271f9f95d23980fe8020eb3505e8339c3b03d1dbc4f11b649f9b61979d5e86a9fdb4dbc6d46
 DIST libnacl-1.5.2.tar.gz 49573 SHA256 c58390b0d191db948fc9ab681f07fdfce2a573cd012356bada47d56795d00ee2 SHA512 f5d0827b621c0ddcb61041c3bb665d2c70f5fa400691128134d519fe454439648e7b2e36ab73b0cc827032461ad611e0834655c2f75e3cb3b53063c33aba8c1d WHIRLPOOL 926b6ced7bff0411ae3a4d060459f255fcc4af0eaa3fb41fc9cf60c7b93a0b8fb8128715ec2eb7160904e9e32267bcb3bd57ad91791229da8d906e0c07a6c92a
+DIST v1.6.0.tar.gz 39711 SHA256 5bee7374bcba132ae312928c3ad8049239e7c54bb745780c82634eb479f3c2ce SHA512 6f5202ca50bf30526bc51e2c528fe86aa412eff4b912d0b09da7f019de2929d2be2a9a8f80340849cf77b3593eae4fa96f2c0920b5201c5786f5009ad5f32c34 WHIRLPOOL 38f4b9dd1478376a48035270cae0480360b59daac24c43b0437103a92093c2edbbc74106155a226d9649deab58875f5a762730f70c8101942d9e030762b3034b

diff --git a/dev-python/libnacl/libnacl-1.6.0.ebuild b/dev-python/libnacl/libnacl-1.6.0.ebuild
new file mode 100644
index 00000000000..b263cddf791
--- /dev/null
+++ b/dev-python/libnacl/libnacl-1.6.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+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"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-libs/libsodium"
+
+python_test() {
+	${EPYTHON} tests/runtests.py || die
+}


             reply	other threads:[~2017-10-19 12:25 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-19 12:25 Manuel Rüger [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-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-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=1508415934.6be62b70d00369735e314439d6786d0a522976dc.mrueg@gentoo \
    --to=mrueg@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