public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/
Date: Sun, 29 Jul 2018 15:40:25 +0000 (UTC)	[thread overview]
Message-ID: <1532878810.95e249b0ffdd12a5c8818e3f5e7c583ccfd04158.sbraz@gentoo> (raw)

commit:     95e249b0ffdd12a5c8818e3f5e7c583ccfd04158
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 15:34:49 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 15:40:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e249b0

dev-python/pysendfile: add tests, Python 3.7, PyPy3, EAPI=7

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
new file mode 100644
index 00000000000..6add938cfba
--- /dev/null
+++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python interface to the sendfile(2) system call"
+HOMEPAGE="https://github.com/giampaolo/pysendfile"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
+IUSE=""
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+	"${EPYTHON}" test/test_sendfile.py || die "tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2018-07-29 15:40 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-29 15:40 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-10  9:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/ Louis Sautier
2020-08-02  9:15 Michał Górny
2020-03-28 18:26 Michał Górny
2019-12-28 15:55 Mikle Kolyada
2019-12-24 14:21 Mikle Kolyada
2019-12-19 18:35 Sergei Trofimovich
2019-12-15 13:59 Agostino Sarubbo
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-12  7:05 Sergei Trofimovich
2019-12-04  6:48 Aaron Bauman
2019-11-27 13:30 Louis Sautier
2019-07-29 15:38 Aaron Bauman
2019-04-13  2:44 Aaron Bauman
2019-01-25 19:54 Sergei Trofimovich
2019-01-21 19:40 Sergei Trofimovich
2018-12-06 16:14 Mikle Kolyada
2018-10-18 11:45 Tobias Klausmann
2018-10-17  8:51 Tobias Klausmann
2018-09-16 20:25 Matt Turner
2018-08-18  3:03 Mikle Kolyada
2018-08-05 11:33 Sergei Trofimovich
2018-08-05 11:33 Sergei Trofimovich
2018-07-29 15:40 Louis Sautier
2018-07-29 15:40 Louis Sautier
2018-07-13 18:46 Sergei Trofimovich
2018-07-01  9:11 Sergei Trofimovich
2018-06-30 21:12 Sergei Trofimovich
2018-06-28 18:53 Sergei Trofimovich
2018-06-27 22:22 Sergei Trofimovich
2018-06-13 18:52 Markus Meier
2018-06-02 17:38 Sergei Trofimovich
2015-09-01 19:25 Tobias Klausmann

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=1532878810.95e249b0ffdd12a5c8818e3f5e7c583ccfd04158.sbraz@gentoo \
    --to=sbraz@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