From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-abc/
Date: Tue, 10 Nov 2015 10:54:20 +0000 (UTC) [thread overview]
Message-ID: <1447152849.88bd7178c17314c9945b4f8fccf04b9292fa8b19.jlec@gentoo> (raw)
commit: 88bd7178c17314c9945b4f8fccf04b9292fa8b19
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 09:16:13 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 10:54:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bd7178
dev-python/backports-abc: New package written by me
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/backports-abc/Manifest | 1 +
dev-python/backports-abc/backports-abc-0.4.ebuild | 28 +++++++++++++++++++++++
dev-python/backports-abc/metadata.xml | 5 ++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/backports-abc/Manifest b/dev-python/backports-abc/Manifest
new file mode 100644
index 0000000..a00eaa5
--- /dev/null
+++ b/dev-python/backports-abc/Manifest
@@ -0,0 +1 @@
+DIST backports_abc-0.4.tar.gz 5593 SHA256 8b3e4092ba3d541c7a2f9b7d0d9c0275b21c6a01c53a61c731eba6686939d0a5 SHA512 0b7f9cc1d12db16a0c0eaf658fd874bf9fe09959fab65d1b0104d337fb20cceb2e3e9213be895df5951876846eccac85012c270e34197d625ce128b688e847ae WHIRLPOOL acc7b78e0dae1f533778513a5a92cc03ebd42906e84a5f4266fbe911fa54b56ca0e65e670730b2afab2d48cbea26a8ea1207ff5bccae56aa20191aaebd9b00d9
diff --git a/dev-python/backports-abc/backports-abc-0.4.ebuild b/dev-python/backports-abc/backports-abc-0.4.ebuild
new file mode 100644
index 0000000..772b67d
--- /dev/null
+++ b/dev-python/backports-abc/backports-abc-0.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Backport of Python 3.5's 'collections.abc' module"
+HOMEPAGE="https://github.com/cython/backports_abc https://pypi.python.org/pypi/backports_abc/"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+# https://github.com/cython/backports_abc/issues/4
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+ PYTHONPATH="${BUILD_DIR}/lib" "${PYTHON}" tests.py || die "tests failed with ${EPYTHON}"
+}
diff --git a/dev-python/backports-abc/metadata.xml b/dev-python/backports-abc/metadata.xml
new file mode 100644
index 0000000..ee7e8b2
--- /dev/null
+++ b/dev-python/backports-abc/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+</pkgmetadata>
next reply other threads:[~2015-11-10 10:54 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-10 10:54 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-10 10:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-abc/ Justin Lecher
2015-11-10 11:49 Justin Lecher
2015-11-13 9:37 Justin Lecher
2015-11-18 15:40 Justin Lecher
2015-11-19 10:16 Agostino Sarubbo
2015-11-22 5:38 Jeroen Roovers
2015-11-24 9:37 Jeroen Roovers
2015-11-26 19:20 Markus Meier
2015-12-25 18:19 Agostino Sarubbo
2015-12-26 12:03 Agostino Sarubbo
2016-01-10 11:22 Agostino Sarubbo
2016-01-11 9:56 Agostino Sarubbo
2016-02-28 7:08 Matt Thode
2016-11-25 16:18 Michał Górny
2016-11-30 13:54 Lars Wendler
2017-05-19 13:37 Michael Weber
2018-02-21 22:11 Michał Górny
2018-06-23 14:26 Louis Sautier
2018-06-23 14:26 Louis Sautier
2018-06-29 22:10 Sergei Trofimovich
2018-06-30 14:45 Sergei Trofimovich
2018-06-30 18:03 Mart Raudsepp
2018-06-30 19:03 Sergei Trofimovich
2018-07-01 9:24 Sergei Trofimovich
2018-07-01 15:19 Pacho Ramos
2018-07-11 13:32 Mikle Kolyada
2019-03-16 18:58 Mikle Kolyada
2020-04-20 15:49 Michał Górny
2020-09-02 7:52 Mikle Kolyada
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=1447152849.88bd7178c17314c9945b4f8fccf04b9292fa8b19.jlec@gentoo \
--to=jlec@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