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/raet/
Date: Thu, 10 Aug 2017 13:14:23 +0000 (UTC)	[thread overview]
Message-ID: <1502370840.9293e5599aac4a81708f52173a33fb8d04671d2b.mrueg@gentoo> (raw)

commit:     9293e5599aac4a81708f52173a33fb8d04671d2b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 13:13:30 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 13:14:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9293e559

dev-python/raet: Version bump to 0.6.8

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/raet/Manifest          |  1 +
 dev-python/raet/raet-0.6.8.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/raet/Manifest b/dev-python/raet/Manifest
index eca85287f17..b3c434f1590 100644
--- a/dev-python/raet/Manifest
+++ b/dev-python/raet/Manifest
@@ -1 +1,2 @@
 DIST raet-0.6.7.tar.gz 806490 SHA256 d1b30e59bfeae1144f319baef4e9a3d5f5f9aaae4a92b9f301a5a3e8c5814870 SHA512 a6148424a18d216ab787801ef6cbc73431321ebe0b360808661b67159f895f351918c3f8a6922aacc560f7e610c1db90ee554823460120148eb493970b90c957 WHIRLPOOL 2c64c7576680ae36e4b5df1ea9e9fe8f1fb69e39719f77ad1b5232c908bc04156dbd83a7bbc3b6e9d99bdf56683b0712858aaa5b1ea82ec482039db2b758868a
+DIST raet-0.6.8.tar.gz 807419 SHA256 0643a8d3565d543b192f3fd50f00c93ceeb3b8a4a5c968fb5d0d5b98b4ba71a6 SHA512 01279e7414ec3edc9f2bc0641cb9e0606ebf5700b5ce37a05fd5919f3274b3b43aad64110baf4c4b1fda3843cb1a87b6be4ab592a8f62e82b3a716a86ae61b20 WHIRLPOOL fbaf66432a06d3b9dfc7fc23153024f7b6db00c674525b69b54e01ebd26cdabb86c3c43b7fa12785134b295ef405abdea618938593755dbb8e24065c7493732a

diff --git a/dev-python/raet/raet-0.6.8.ebuild b/dev-python/raet/raet-0.6.8.ebuild
new file mode 100644
index 00000000000..d249e5a2341
--- /dev/null
+++ b/dev-python/raet/raet-0.6.8.ebuild
@@ -0,0 +1,34 @@
+# 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="Reliable Asynchronous Event Transport Protocol"
+HOMEPAGE="https://github.com/RaetProtocol/raet"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+	>=dev-python/libnacl-1.4.3[${PYTHON_USEDEP}]
+	>=dev-python/ioflo-1.5[${PYTHON_USEDEP}]
+	python_targets_python2_7? ( >=dev-python/enum34-1.0.4[$(python_gen_usedep 'python2*')] )"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+	sed -i -e "/setuptools_git/d" setup.py || die
+}
+
+python_test() {
+	pushd "${BUILD_DIR}"/lib || die
+	${EPYTHON} ${PN}/test/__init__.py || die "tests failed for ${EPYTHON}"
+	popd || die
+}


             reply	other threads:[~2017-08-10 13:14 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-10 13:14 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-30 16:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/raet/ Michał Górny
2024-03-30 15:28 Michał Górny
2024-03-30 15:28 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-12 21:39 Patrick McLean
2023-11-24 16:55 Sam James
2023-03-25  5:18 Michał Górny
2023-03-25  1:43 Sam James
2023-03-24 20:44 Arthur Zamarin
2023-02-22 19:10 Michał Górny
2023-01-10 14:15 Michał Górny
2022-05-31  7:16 Jakov Smolić
2022-05-06 20:38 Michał Górny
2022-05-06 19:59 Arthur Zamarin
2022-05-06 19:58 Arthur Zamarin
2022-04-16  8:43 Jakov Smolić
2022-04-02  8:45 Arthur Zamarin
2022-04-02  8:28 Arthur Zamarin
2022-03-31  2:03 Patrick McLean
2022-03-31  2:03 Patrick McLean
2022-03-31  1:28 Patrick McLean
2022-01-03 22:30 Michał Górny
2022-01-03 19:23 Jakov Smolić
2022-01-03 19:23 Jakov Smolić
2021-12-04  2:48 Sam James
2021-07-12 22:17 Sam James
2021-07-08  7:46 Michał Górny
2021-07-05 13:42 Michał Górny
2021-07-05 13:25 Michał Górny
2021-06-21  2:25 Sam James
2021-06-10 18:14 Sam James
2020-10-31  6:30 Patrick McLean
2020-10-31  1:36 Patrick McLean
2020-06-20 14:20 Thomas Deutschmann
2020-05-13 14:52 Agostino Sarubbo
2020-02-05 14:38 Michał Górny
2017-05-15 13:49 Manuel Rüger
2017-03-15 16:17 Manuel Rüger
2017-02-01 14:10 Manuel Rüger
2016-03-02  9:53 Patrick Lauer

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=1502370840.9293e5599aac4a81708f52173a33fb8d04671d2b.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