public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txaio/
Date: Wed,  2 Mar 2016 16:53:51 +0000 (UTC)	[thread overview]
Message-ID: <1456937567.a063c35d99ca49c5eccca5584657ee9d9410c16f.patrick@gentoo> (raw)

commit:     a063c35d99ca49c5eccca5584657ee9d9410c16f
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 16:52:31 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 16:52:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a063c35d

dev-python/txaio: Bump

Package-Manager: portage-2.2.27

 dev-python/txaio/Manifest           |  1 +
 dev-python/txaio/txaio-2.2.1.ebuild | 49 +++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest
index 570690e..2edb0b0 100644
--- a/dev-python/txaio/Manifest
+++ b/dev-python/txaio/Manifest
@@ -1,2 +1,3 @@
 DIST txaio-1.0.0.zip 33656 SHA256 4b38afc5d416b23426ed4e7f582d949317df5173c50efec999f2cc97ed368a57 SHA512 7ca543721139e3da96e86d3d2feafbd0901df7a48585f43f46407a17c226e24bbd18841c50bf911c3f208d614c9e32bfc0a7bee37b03b9ddea87a8a47e940572 WHIRLPOOL d11ea36f27d26566a5dcce83751a723ac2e33c51ecc7019b95d66014850e94fc820ae44b36cbbe3c5a3f5b86de666a2b59cec29194ca3d4b9d39908bb47b2556
 DIST txaio-2.2.0.tar.gz 33225 SHA256 5aa536f69d7a52bfe528863e783f20a70138269ed97d134222fdab6afa0dfe14 SHA512 13c4345fa0e64e86cecfa56e3cfa02ed088eed37dee582cc62b35b9e0984041a458ee837cdcb4ae56966e102f504b0cce8750d5ba8240c83815ca076d2deb979 WHIRLPOOL e75c5fc76f294d17e156b58fe69bb4719bc36a3966367b5e930bb9fef8e026d9a107ea0d883e1f7be569f4dfd0d85b472500a87c51fc012987c80f6d9352e774
+DIST txaio-2.2.1.tar.gz 35208 SHA256 6eee00c397d8193d15313dfc36da3eac8d64edf0b92fe3b67cd5a735ffc3074b SHA512 63a1d1a5807efc6b46821f77448c5b82cc5f2aca0b2e374c9c35baedee84903d400939698578d15428c4b1d2ad0471f5c7b17a6c815d020e4df8b4a85d787671 WHIRLPOOL 2edc46918e8f6ff7b6cd7282897a81e8dd31089bb6da722c5718e7cddd719dfb296231876222e0678f0eb570b12c83cd011acdbd9b027c7a8004e4beff6a46c9

diff --git a/dev-python/txaio/txaio-2.2.1.ebuild b/dev-python/txaio/txaio-2.2.1.ebuild
new file mode 100644
index 0000000..ebf436d
--- /dev/null
+++ b/dev-python/txaio/txaio-2.2.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="a helper library for writing code unmodified on both Twisted and asyncio"
+HOMEPAGE="https://github.com/tavendo/txaio"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+	>=dev-python/pep8-1.6.2[${PYTHON_USEDEP}]"
+
+DEPEND="app-arch/unzip
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
+		dev-python/alabaster[${PYTHON_USEDEP}] )
+	test? ( >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
+		>=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}] )"
+
+python_prepare() {
+	# https://github.com/tavendo/txaio/issues/3
+	cp -r "${FILESDIR}"/util.py test || die
+
+	distutils-r1_python_prepare
+}
+
+python_compile_all() {
+	use doc && emake -C doc html
+}
+
+python_test() {
+	py.test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+	use doc && HTML_DOCS=( doc/_build/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2016-03-02 16:53 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-02 16:53 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05  8:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/txaio/ Michał Górny
2024-06-20  9:50 Petr Vaněk
2024-01-26 21:21 Arthur Zamarin
2023-03-17 15:58 Michał Górny
2023-03-17 15:54 Arthur Zamarin
2023-03-04  6:37 Arthur Zamarin
2023-01-16  6:11 Michał Górny
2022-05-19 15:23 Michał Górny
2022-04-15 15:12 Arthur Zamarin
2022-04-15 15:11 Arthur Zamarin
2022-03-14 10:32 Yixun Lan
2022-02-23 21:30 Michał Górny
2021-09-16  4:53 Arthur Zamarin
2021-03-30 19:12 Michał Górny
2021-03-30 17:35 Sam James
2021-02-26  8:30 Michał Górny
2021-01-18 14:44 Michał Górny
2021-01-18 14:10 Sam James
2021-01-18 12:01 Michał Górny
2020-12-27  3:40 Sam James
2020-12-19 22:17 Michał Górny
2020-12-19 22:17 Michał Górny
2020-07-20 11:45 Sam James
2020-05-21  8:06 Agostino Sarubbo
2020-05-21  7:57 Agostino Sarubbo
2020-05-21  7:53 Agostino Sarubbo
2020-05-09  0:51 Brian Dolbec
2020-04-26 15:51 Michał Górny
2020-03-17  8:08 Michał Górny
2020-02-06  6:18 Michał Górny
2019-12-02 10:57 Mikle Kolyada
2019-11-14 15:41 Agostino Sarubbo
2019-11-14 12:30 Agostino Sarubbo
2019-06-25 12:09 Michael Haubenwallner
2019-06-25  9:05 Michael Haubenwallner
2019-05-21 14:54 Stephen Klimaszewski
2018-10-15 23:37 Virgil Dupras
2018-10-15 23:37 Virgil Dupras
2018-10-15 23:37 Virgil Dupras
2018-08-11 23:11 Virgil Dupras
2018-03-13 23:56 Brian Dolbec
2018-01-06 14:13 Michał Górny
2017-09-28 13:42 Michael Palimaka
2017-09-20 20:11 Brian Dolbec
2017-09-08 20:53 Markus Meier
2017-08-01 18:52 Brian Dolbec
2017-07-31  9:33 Tobias Klausmann
2017-04-15 20:37 Patrice Clement
2016-10-07 18:11 Brian Dolbec
2016-09-23 18:52 Brian Dolbec
2016-08-31  1:18 Brian Dolbec
2016-04-20  7:52 Patrick Lauer
2016-01-03 16:08 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=1456937567.a063c35d99ca49c5eccca5584657ee9d9410c16f.patrick@gentoo \
    --to=patrick@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