public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/PyGitUp/
Date: Wed, 17 Dec 2014 15:50:47 +0000 (UTC)	[thread overview]
Message-ID: <1418831442.a10c5833c092e47d1219e6fd5e090353e792bf97.dev-zero@gentoo> (raw)

commit:     a10c5833c092e47d1219e6fd5e090353e792bf97
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 15:50:42 2014 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 15:50:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a10c5833

fix setup.py to avoid dep on exact version

---
 dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
index b7e4800..654d953 100644
--- a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
+++ b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
@@ -23,3 +23,8 @@ DEPEND=">=dev-python/git-python-0.3.2.1[${PYTHON_USEDEP}]
 	>=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
 	>=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
+
+python_prepare_all() {
+	sed -i -e 's|==|>=|g' setup.py || die
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2014-12-17 15:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-17 15:50 Tiziano Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-22 11:31 [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/PyGitUp/ Tiziano Müller
2015-08-01 13:41 Tiziano Müller
2015-01-01 13:37 Tiziano Müller
2015-01-01 13:37 Tiziano Müller
2014-12-17 15:35 Tiziano Müller

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=1418831442.a10c5833c092e47d1219e6fd5e090353e792bf97.dev-zero@gentoo \
    --to=dev-zero@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