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/enum34/
Date: Wed, 27 Jan 2016 09:26:22 +0000 (UTC)	[thread overview]
Message-ID: <1453886772.9ef0bee8009b724b12f17f4f4046040fd7e79336.jlec@gentoo> (raw)

commit:     9ef0bee8009b724b12f17f4f4046040fd7e79336
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 08:36:52 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 09:26:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef0bee8

dev-python/enum34: Version Bump

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

 dev-python/enum34/Manifest                                     |  1 +
 dev-python/enum34/enum34-1.0.4.ebuild                          |  3 ++-
 dev-python/enum34/{enum34-1.0.4.ebuild => enum34-1.1.2.ebuild} | 10 ++++------
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/enum34/Manifest b/dev-python/enum34/Manifest
index 52eae96..03d0b95 100644
--- a/dev-python/enum34/Manifest
+++ b/dev-python/enum34/Manifest
@@ -1 +1,2 @@
 DIST enum34-1.0.4.tar.gz 32944 SHA256 d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447 SHA512 21b91f1d0e15cc909e733473f603077eff7222c90da84b0a5f2db921ba41ac996b9237cc8adf1d07913b7eaf8f8e70ac6955abbb191f2e7cc54966710a1c96a9 WHIRLPOOL 178d1d5a9ec4e5a7a467e31c9b28e1f799e593e36a0c9a888f64ec86051277cb1c50ae01ed81c95cd3f7ae1e7f287dda9b4049c7e1977fcd427711fcf3990792
+DIST enum34-1.1.2.tar.gz 46757 SHA256 2475d7fcddf5951e92ff546972758802de5260bf409319a9f1934e6bbc8b1dc7 SHA512 61e47d27969237f5e0de814f42e8f9217147f3d2d3081a1fadaf665cee293af1dd978420fb918000ac9f0fe323249faf7993f204660acdebff880bca1dde2487 WHIRLPOOL 9c9a77a9ea042473032b77ade2d5faabf4d176a70fd1931c55d534eced5a2f0140a1c486d99445500e8ab304f14ec5eaa91bcf7a5ba238def557cb3de39f9840

diff --git a/dev-python/enum34/enum34-1.0.4.ebuild b/dev-python/enum34/enum34-1.0.4.ebuild
index ed660ba..caf9110 100644
--- a/dev-python/enum34/enum34-1.0.4.ebuild
+++ b/dev-python/enum34/enum34-1.0.4.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see DESCRIPTION
 
 inherit distutils-r1
@@ -24,7 +25,7 @@ python_test() {
 }
 
 python_install_all() {
-	use doc && local DOCS=( enum/doc/. enum/README enum/LICENSE )
+	use doc && local DOCS=( enum/doc/. enum/README )
 
 	distutils-r1_python_install_all
 }

diff --git a/dev-python/enum34/enum34-1.0.4.ebuild b/dev-python/enum34/enum34-1.1.2.ebuild
similarity index 61%
copy from dev-python/enum34/enum34-1.0.4.ebuild
copy to dev-python/enum34/enum34-1.1.2.ebuild
index ed660ba..5cbdb61 100644
--- a/dev-python/enum34/enum34-1.0.4.ebuild
+++ b/dev-python/enum34/enum34-1.1.2.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see DESCRIPTION
+
+PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )
 
 inherit distutils-r1
 
@@ -13,18 +14,15 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc"
 
-DEPEND=""
-RDEPEND=""
-
 python_test() {
 	"${PYTHON}" enum/test_enum.py || die "Tests failed under ${EPYTHON}"
 }
 
 python_install_all() {
-	use doc && local DOCS=( enum/doc/. enum/README enum/LICENSE )
+	use doc && local DOCS=( enum/doc/. enum/README )
 
 	distutils-r1_python_install_all
 }


             reply	other threads:[~2016-01-27  9:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27  9:26 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-30 17:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/enum34/ Michał Górny
2018-11-20  8:22 Fabian Groffen
2018-07-09 23:30 Mikle Kolyada
2018-06-27  8:19 Fabian Groffen
2018-02-17 21:51 Patrice Clement
2017-12-27 19:02 Fabian Groffen
2017-09-12  9:13 Fabian Groffen
2017-05-18 19:14 Michael Weber
2017-05-03 11:02 Michał Górny
2017-03-16 18:36 Jeroen Roovers
2017-03-07  9:15 Michael Weber
2017-03-05 15:54 Markus Meier
2017-03-04 14:02 Agostino Sarubbo
2017-03-02 10:30 Agostino Sarubbo
2017-03-01 13:43 Tobias Klausmann
2016-07-18  9:56 Patrick Lauer
2016-05-20 15:04 Ian Delaney
2016-04-20  8:07 Patrick Lauer
2016-01-27  9:26 Justin Lecher
2016-01-27  9:26 Justin Lecher
2015-11-04 14:48 Agostino Sarubbo
2015-10-17 11:00 Markus Meier
2015-09-30  3:36 Jeroen Roovers

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=1453886772.9ef0bee8009b724b12f17f4f4046040fd7e79336.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