public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vcversioner/
Date: Wed,  2 Sep 2015 11:05:37 +0000 (UTC)	[thread overview]
Message-ID: <1441191934.f4f9802c2e10ad0d7f650ad142ad3e8850355093.jlec@gentoo> (raw)

commit:     f4f9802c2e10ad0d7f650ad142ad3e8850355093
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 10:53:11 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 11:05:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f9802c

dev-python/vcversioner: Add pypy support

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/vcversioner/vcversioner-2.14.0.0.ebuild | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
index 5638db2..c2c3399 100644
--- a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
@@ -4,15 +4,27 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Use version control tags to discover version numbers"
-HOMEPAGE="https://github.com/habnabit/vcversioner"
+HOMEPAGE="https://github.com/habnabit/vcversioner https://pypi.python.org/pypi/vcversioner"
 SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+	"
+
+# not included
+RESTRICT=test
+
+python_test() {
+	py.test || die
+}


             reply	other threads:[~2015-09-02 11:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-02 11:05 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-05 19:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/vcversioner/ Patrice Clement
2015-09-29 20:57 Markus Meier
2016-02-05 19:45 Justin Lecher
2016-04-29 20:35 Manuel Rüger
2016-06-06  8:30 Tobias Klausmann
2016-09-25 18:50 Jeroen Roovers
2016-10-09  8:42 Jeroen Roovers
2016-11-06 21:39 Matt Thode
2017-03-16  8:36 Michael Weber
2017-07-23 11:40 Manuel Rüger
2017-07-23 11:54 Michael Palimaka
2018-02-21 17:20 Michał Górny
2018-06-22 14:57 Mikle Kolyada
2019-07-18 13:33 Agostino Sarubbo
2019-07-18 13:35 Agostino Sarubbo
2020-03-29 11:27 Sergei Trofimovich
2020-08-02  9:33 Michał Górny

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=1441191934.f4f9802c2e10ad0d7f650ad142ad3e8850355093.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