public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xdis/
Date: Sun, 13 Nov 2016 19:36:00 +0000 (UTC)	[thread overview]
Message-ID: <1479065743.dc49084ca0705816c68226d633cfe0a046668f51.dolsen@gentoo> (raw)

commit:     dc49084ca0705816c68226d633cfe0a046668f51
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 18:09:49 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 19:35:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc49084c

dev-python/xdis: Fix setup.py unconditional test dep bug 596510

Fix metadata.py pypi id

Package-Manager: portage-2.3.2_p3

 dev-python/xdis/metadata.xml      | 2 +-
 dev-python/xdis/xdis-2.3.1.ebuild | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/xdis/metadata.xml b/dev-python/xdis/metadata.xml
index 2cb4b24..d8d220e 100644
--- a/dev-python/xdis/metadata.xml
+++ b/dev-python/xdis/metadata.xml
@@ -14,7 +14,7 @@
 			<email>rb@dustyfeet.com</email>
 			<name>Rocky Bernstein</name>
 		</maintainer>
-		<remote-id type="pypi">spark_parser</remote-id>
+		<remote-id type="pypi">xdis</remote-id>
 	</upstream>
 	<longdescription>This Python module allows you to disassemble bytecode from
 		different versions of Python than you are running on. It can marshal

diff --git a/dev-python/xdis/xdis-2.3.1.ebuild b/dev-python/xdis/xdis-2.3.1.ebuild
index e017b93..b44fc17 100644
--- a/dev-python/xdis/xdis-2.3.1.ebuild
+++ b/dev-python/xdis/xdis-2.3.1.ebuild
@@ -20,6 +20,7 @@ RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
 DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? (
+		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
 		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pytest[${PYTHON_USEDEP}]
 	)
@@ -28,6 +29,10 @@ DEPEND="
 python_prepare_all() {
 	# Remove the 3.3 specific code from being run
 	rm -R "test_unit/3.3" || die
+	# Remove an unconditional test only dep
+	sed \
+		-e "s/setup_requires/tests_require/" \
+		-i setup.py
 	distutils-r1_python_prepare_all
 }
 


             reply	other threads:[~2016-11-13 19:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-13 19:36 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-06  7:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/xdis/ Michał Górny
2017-11-10 18:49 Brian Dolbec
2017-11-10 18:49 Brian Dolbec
2017-06-09 18:19 Brian Dolbec
2017-01-04  4:49 Brian Dolbec
2016-11-13 19:36 Brian Dolbec
2016-10-22  1:26 Brian Dolbec
2016-10-07 18:11 Brian Dolbec

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=1479065743.dc49084ca0705816c68226d633cfe0a046668f51.dolsen@gentoo \
    --to=dolsen@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