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, 10 Aug 2017 12:47:38 +0000 (UTC)	[thread overview]
Message-ID: <1502369240.c9aa6a642d54ba0e23512e432a26095e78be3e26.mrueg@gentoo> (raw)

commit:     c9aa6a642d54ba0e23512e432a26095e78be3e26
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 12:46:17 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 12:47:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9aa6a64

dev-python/libnacl: Version bump to 1.5.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-python/libnacl/Manifest b/dev-python/libnacl/Manifest
index d1f8b100964..6d561296b1e 100644
--- a/dev-python/libnacl/Manifest
+++ b/dev-python/libnacl/Manifest
@@ -1,3 +1,4 @@
 DIST libnacl-1.4.4.tar.gz 30965 SHA256 f2ee401a78dc693fcbc2051befcee2f76bb13ce75a933420646abfa47a39a6db SHA512 dbcf16b308bad85195a96d538a116a915876a049efcd2e4a333d16a57cc59dc28fe85b2cc2c6ab036360bfd0b93ce4d1a1c0323046281dc35d290e9f12253470 WHIRLPOOL 02468a4dda407df3fd958c4dd9fc8f288a990899d6571a7b7454eb44da55e74ffd058f443dbf4764de42da87020759245b15acf4a3d7fc345508a64f7447a8f6
 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

diff --git a/dev-python/libnacl/libnacl-1.5.2.ebuild b/dev-python/libnacl/libnacl-1.5.2.ebuild
new file mode 100644
index 00000000000..1b4f8c2b8d0
--- /dev/null
+++ b/dev-python/libnacl/libnacl-1.5.2.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="mirror://pypi/${PN:0:1}/${PN}/${P}.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-08-10 12:47 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-10 12:47 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/libnacl/ Sam James
2024-12-13 20:15 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-06-29 11:17 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-10-19 12:25 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=1502369240.c9aa6a642d54ba0e23512e432a26095e78be3e26.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