public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/colout/
@ 2017-04-22 16:41 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-04-22 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f5c045d7f3bde4769aedf0f1b97340c96d588966
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 16:19:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:41:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c045d7

dev-python/colout: Babel now supports py3

 dev-python/colout/colout-0.1.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-python/colout/colout-0.1.ebuild b/dev-python/colout/colout-0.1.ebuild
index bea85ddb770..b88519a2366 100644
--- a/dev-python/colout/colout-0.1.ebuild
+++ b/dev-python/colout/colout-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
 
 RDEPEND="
 	dev-python/pygments[${PYTHON_USEDEP}]
-	dev-python/Babel[$(python_gen_usedep 'python2*')]
+	dev-python/Babel[${PYTHON_USEDEP}]
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -27,10 +27,3 @@ src_prepare() {
 	sed -e 's:BSD licensed:GPL-3 licensed:' -i README || die
 	distutils-r1_src_prepare
 }
-
-pkg_postinst() {
-	if [[ "${PYTHON_TARGETS}" == *python3* ]]; then
-		ewarn "Though ${PN} supports Python 3, Babel does not, thus it's number parsing feature won't be used."
-		ewarn "If you need it, use Python 2."
-	fi
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/colout/
@ 2017-04-22 18:35 Mike Gilbert
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert @ 2017-04-22 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b1f578e6b1f6678e461a8835e94389842fbbafd3
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 18:35:25 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 18:35:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f578e6

dev-python/colout: drop maintainer

Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 dev-python/colout/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/colout/metadata.xml b/dev-python/colout/metadata.xml
index 67d3792d6ec..3279cb8e104 100644
--- a/dev-python/colout/metadata.xml
+++ b/dev-python/colout/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="pypi">Colout</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/colout/
@ 2017-05-16 13:59 Manuel Rüger
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2017-05-16 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     eb37878730ef65d0d0e91d100b5d1f5b53109285
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 13:59:27 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 13:59:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb378787

dev-python/colout: Add python3_{5,6}

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/colout/colout-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/colout/colout-0.1.ebuild b/dev-python/colout/colout-0.1.ebuild
index b88519a2366..82d1e2c8f70 100644
--- a/dev-python/colout/colout-0.1.ebuild
+++ b/dev-python/colout/colout-0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Adds color to arbitrary command output"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-16 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-22 18:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/colout/ Mike Gilbert
  -- strict thread matches above, loose matches on Subject: below --
2017-05-16 13:59 Manuel Rüger
2017-04-22 16:41 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox