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: Wed, 1 Feb 2017 13:54:17 +0000 (UTC) [thread overview]
Message-ID: <1485957233.f0b4ed65c0afa07a1a8800ee3b3d6e461451a4cd.mrueg@gentoo> (raw)
commit: f0b4ed65c0afa07a1a8800ee3b3d6e461451a4cd
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 13:53:53 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 13:53:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b4ed65
dev-python/libnacl: Version bump to 1.5.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/libnacl/Manifest | 1 +
dev-python/libnacl/libnacl-1.5.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/libnacl/Manifest b/dev-python/libnacl/Manifest
index 41b3467..4894e44 100644
--- a/dev-python/libnacl/Manifest
+++ b/dev-python/libnacl/Manifest
@@ -1,3 +1,4 @@
DIST libnacl-1.4.0.tar.gz 28233 SHA256 fee644e684472b307e864db0d01d81915e7fc2c9fd4a64c15a35e4883102d7d5 SHA512 5f28ae4f0a2dc482ad5ea9a87431dc0fee42664a77a69ee3328265225c2e0d736869d7a9e3927f530ca00148be36d32ffb72fafe4471302c71ea7e0ff7534643 WHIRLPOOL 89ffc84ec52e676434477fe25d6133a8d4b8c7d0ecf4096ddab585f9150f506ccc4c3802ac477307ad4c6e42ae4d8ba4b4fc8ae45cabd8b5f7aac2cdfcb75349
DIST libnacl-1.4.3.tar.gz 28777 SHA256 873614913c90c4011f791a8fd1448f6bb3ab7dc8cdd329d1baaa65e7e1d1a929 SHA512 92b7d5e8856e69404e8d5b9eee9f87374a4ba251b040c00f78b4c9e8094f5306241be0632c82f7c4edd88a9dd654cdd6323674a7789392d87064bd86cfbe66f2 WHIRLPOOL b5561c233f8cf0dc4f2b979c86b9a5bb76c49a730399ee6bfc5946150523057228f1503fefed728675c5286da3afaad7649d2956d832f866576e0820d893d217
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
diff --git a/dev-python/libnacl/libnacl-1.5.0.ebuild b/dev-python/libnacl/libnacl-1.5.0.ebuild
new file mode 100644
index 00000000..0babfa3
--- /dev/null
+++ b/dev-python/libnacl/libnacl-1.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5})
+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
+}
next reply other threads:[~2017-02-01 13:54 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-01 13:54 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-08-10 12:47 Manuel Rüger
2017-07-05 11:35 Manuel Rüger
2017-04-28 15:50 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=1485957233.f0b4ed65c0afa07a1a8800ee3b3d6e461451a4cd.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