public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ikelos:master commit in: dev-python/repoze-debug/
Date: Fri, 29 Jan 2016 16:26:14 +0000 (UTC)	[thread overview]
Message-ID: <1454084767.f427e485fdcb98258b469b3cff3b428fd7a60359.ikelos@gentoo> (raw)

commit:     f427e485fdcb98258b469b3cff3b428fd7a60359
Author:     layman <layman <AT> localhost>
AuthorDate: Fri Jan 29 16:26:07 2016 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 16:26:07 2016 +0000
URL:        https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=f427e485

Re-add keywords for the live ebuild, since it's necessary for python3.

 dev-python/repoze-debug/Manifest                  |  2 +-
 dev-python/repoze-debug/repoze-debug-1.0.2.ebuild | 12 +++++++++---
 dev-python/repoze-debug/repoze-debug-9999.ebuild  |  4 ++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-python/repoze-debug/Manifest b/dev-python/repoze-debug/Manifest
index 9fbf992..85a4280 100644
--- a/dev-python/repoze-debug/Manifest
+++ b/dev-python/repoze-debug/Manifest
@@ -1,5 +1,5 @@
 DIST repoze.debug-1.0.2.tar.gz 220032 SHA256 67a211638f7719977fda6d1442ef2f1aa14599e4da098db4fdfe23bdc98dde11 SHA512 13ca318e941b4bc48c1227ddc86eae0bdedd34af152ed93c71aa505f13866c2efd38b82158b594c7ee00d420a66f302e9dc2297dd2f583193c28a28918b6550d WHIRLPOOL d67ae7b5da324bda8ca3ef20158d558e306042f573f3935667fa9940ff6d29f41b6362abb85b44489fa6dc0a48dfeddd41d06270b707e2e21aa004271c1229d4
 EBUILD repoze-debug-1.0.2.ebuild 722 SHA256 6546788a0af4ca01d50b6c84c064a68e1ff8d97bd759f5ad1e065ce322722a9f SHA512 c13e165378fdaa755d151a4c770d8142ccb09dec0e220aba7be8a2a520dca1920b2f839bfb39f18ea6680321267dc837954e5ea57863a2e4bec7674e6fc14d63 WHIRLPOOL bdf70e600bcfed5ecfa8d92d9387beb188ae4d864dcebeaea7ae7f2fc8740dc1b295326ff28cbe3b5474a04eb20a4817924336c1a22866f8f232405d4036b555
-EBUILD repoze-debug-9999.ebuild 864 SHA256 d253b3ea990d402041403e32c39c2f08643c25bab24209244f39f58b3071c762 SHA512 81deb34fa80c9ba41519847aeec7138f6e7dabfa74ae97d248dae2c089780469dbf3dbb838381b3f469c68609f24bee2bd3df612c183a85db352e0f506a27196 WHIRLPOOL de0e0b9b3ff765570abbd0d6c4a343669ca64a921181d10710d150cd0d9e88b4399dc4f40d965327fe2369aa8f7333426fdb978e6a6f4efbbf3ac28459b042f1
+EBUILD repoze-debug-9999.ebuild 862 SHA256 c5d7baa18595af50ff5358789a246a8667c18bab060d565ce04e3c04ef130dff SHA512 e1c556d5e85e6b744eb18207da0be776a291ec11b8dde3458551c167e8c4c9f3e5fe17edae167111f3feed6da0c7874081381e1f053fb66749cbb0973956b32b WHIRLPOOL 1f94c85f868802f318ebd98e8e8c14204725ec9410edd955e277dee79846bb33ae6d3576849a1d0a6d4cad9d605be5e3b81c5345ba63ea8c53de547684d6ea50
 MISC ChangeLog 832 SHA256 7a84b13a43ee28ce47e97dd9322619628ff693ad53c562dc01e8dcffa28892b1 SHA512 8cd128a1d9142a408360752e771d1a867c95393bd2ea84a587cf14083d00f57986378759a335b6fc19f000af871dccf4b8144dfe34a2cd796acb938b8698533d WHIRLPOOL 03668ca714b757c9117e2f084fe2efede5cfc51e54eecf5bf74ab0b14ecdd8d73535dd4e997dfea8c48d8c36e24e94cb3d80856673411114e54eae1b524b954d
 MISC metadata.xml 456 SHA256 62fff4ca239fc82c6c2a315f24176254efd7ca1e932abc79a69f7473501dfc4d SHA512 943257b6a18e32931d2a832275941838c2a3de0760ad54831180d74117e138cb5e3a916675784670ad455f4d60025c02488c60110db1780238cc17e6aee5a916 WHIRLPOOL 1271e9aebc30fb93d0a673c92b17c6975ff13c90d403487f478c365701510b44be18bcfc66f896c35ad328c9f6f7227ccc70b89e850e2142b1866f786631e14b

diff --git a/dev-python/repoze-debug/repoze-debug-1.0.2.ebuild b/dev-python/repoze-debug/repoze-debug-1.0.2.ebuild
index dbd79b3..445b261 100644
--- a/dev-python/repoze-debug/repoze-debug-1.0.2.ebuild
+++ b/dev-python/repoze-debug/repoze-debug-1.0.2.ebuild
@@ -5,12 +5,18 @@
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit distutils-r1
+inherit distutils-r1 git-r3
 
-DESCRIPTION="repoze.who is an identification and authentication framework for WSGI."
+DESCRIPTION="repoze.debug is an debugging framework for WSGI."
 HOMEPAGE="http://www.repoze.org"
-SRC_URI="mirror://pypi/${PN:0:1}/repoze.debug/repoze.debug-${PV}.tar.gz"
 S="${WORKDIR}/repoze.debug-${PV}"
+if [ "${PV}" == 9999 ]; then
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/repoze/repoze.debug/"
+	EGIT_CHECKOUT_DIR="${S}"
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/repoze.debug/repoze.debug-${PV}.tar.gz"
+fi
 
 LICENSE="repoze"
 SLOT="0"

diff --git a/dev-python/repoze-debug/repoze-debug-9999.ebuild b/dev-python/repoze-debug/repoze-debug-9999.ebuild
index aeb3f22..445b261 100644
--- a/dev-python/repoze-debug/repoze-debug-9999.ebuild
+++ b/dev-python/repoze-debug/repoze-debug-9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1 git-r3
 
-DESCRIPTION="repoze.who is an identification and authentication framework for WSGI."
+DESCRIPTION="repoze.debug is an debugging framework for WSGI."
 HOMEPAGE="http://www.repoze.org"
 S="${WORKDIR}/repoze.debug-${PV}"
 if [ "${PV}" == 9999 ]; then
@@ -20,7 +20,7 @@ fi
 
 LICENSE="repoze"
 SLOT="0"
-KEYWORDS="-amd64 -x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


             reply	other threads:[~2016-01-29 16:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 16:26 Mike Auty [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-29 16:26 [gentoo-commits] dev/ikelos:master commit in: dev-python/repoze-debug/ Mike Auty
2016-01-29 15:54 Mike Auty

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=1454084767.f427e485fdcb98258b469b3cff3b428fd7a60359.ikelos@gentoo \
    --to=ikelos@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