[gentoo-commits] repo/gentoo:master commit in: dev-python/pxml/

2020-02-04 Thread Michał Górny
commit: 3d36cebaa59d7a02337a4a8440b15b6c3dcafc86
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:19:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:19:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d36ceba

dev-python/pxml: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pxml/pxml-0.2.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pxml/pxml-0.2.12.ebuild 
b/dev-python/pxml/pxml-0.2.12.ebuild
index fa7bba27d4c..fd9dd82999a 100644
--- a/dev-python/pxml/pxml-0.2.12.ebuild
+++ b/dev-python/pxml/pxml-0.2.12.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
-DESCRIPTION="A python library and command-line tool to "prettify" and colorize 
XML"
+DESCRIPTION="A python library and command-line tool to 'prettify' and colorize 
XML"
 HOMEPAGE="https://pypi.org/project/pxml/ https://github.com/metagriffin/pxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pxml/

2017-05-02 Thread Michał Górny
commit: 6f898a340170a59da7c8ff2d6dc37b51ef7bf4da
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 12:17:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 13:11:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f898a34

dev-python/pxml: Clean old versions up

 dev-python/pxml/Manifest  |  1 -
 dev-python/pxml/pxml-0.2.11-r1.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/pxml/Manifest b/dev-python/pxml/Manifest
index edfdb53f9e0..e5b4f1b29b2 100644
--- a/dev-python/pxml/Manifest
+++ b/dev-python/pxml/Manifest
@@ -1,2 +1 @@
-DIST pxml-0.2.11.tar.gz 21088 SHA256 
19edfd55a081fb46066b66fd726691be3416d6f93e80f3d0bb2f2a8d7bacb6c8 SHA512 
1b71ca2b5e0e59158f52fbe70ef65f5fc14dec4aec1c7fa79f7fabd8dc33f63f63e70b61ba835d2c21f88c879fa6dd5c4aa7dad97ee49755e4a6844aeceea5e1
 WHIRLPOOL 
4d170075db8076c0ca94dd1f5ee52f6148c59b1e7cfd07557fe045a31bdf7d9b2f8e1e453ec9643cb4a0b466a7cb1622f02ecf0a8b831d9813a4af27d9f05070
 DIST pxml-0.2.12.tar.gz 21194 SHA256 
99604ac9c1b6408f314a57e2e6eb5791220982a7e961168475c682c657ce3c26 SHA512 
95c66036d161c1245edfc7924abde9f63e764bfc39037ff2b5d281840e7b306c08091c9845ad4d5738ebe2769f27d90e1b6b226379ee6fd263db323ff629d42b
 WHIRLPOOL 
b6de6b1288e8479fa6bc41c2a5b7c6dd917e8ce0988c3bade10cdf78c622f6a9b6cffcf5999cd5a41edd474de834cdc53016dfb5b944d79e09384c6e71576709

diff --git a/dev-python/pxml/pxml-0.2.11-r1.ebuild 
b/dev-python/pxml/pxml-0.2.11-r1.ebuild
deleted file mode 100644
index 0b11ee9f386..000
--- a/dev-python/pxml/pxml-0.2.11-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A python library and command-line tool to "prettify" and colorize 
XML"
-HOMEPAGE="https://pypi.python.org/pypi/pxml 
https://github.com/metagriffin/pxml;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
-   )"
-
-python_prepare_all() {
-   sed \
-   -e '/distribute/d' \
-   -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests --verbose || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pxml/

2017-04-20 Thread Michał Górny
commit: 538417d80e45f8dea0fddb818f23cd591ab09885
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 20 16:37:07 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 17:01:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538417d8

dev-python/pxml: Tested on py3.6

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

diff --git a/dev-python/pxml/pxml-0.2.12.ebuild 
b/dev-python/pxml/pxml-0.2.12.ebuild
index f4c088f1a05..f9b96c5fc69 100644
--- a/dev-python/pxml/pxml-0.2.12.ebuild
+++ b/dev-python/pxml/pxml-0.2.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pxml/

2017-03-13 Thread Manuel Rüger
commit: 5660816ed9175e267f0f5e2a18cd367cf6dc1094
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 13 14:03:26 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 13 14:03:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5660816e

dev-python/pxml: Add python3_5 support

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/pxml/pxml-0.2.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pxml/pxml-0.2.12.ebuild 
b/dev-python/pxml/pxml-0.2.12.ebuild
index d7ea262d61a..f4c088f1a05 100644
--- a/dev-python/pxml/pxml-0.2.12.ebuild
+++ b/dev-python/pxml/pxml-0.2.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pxml/

2015-08-18 Thread Justin Lecher
commit: 29f9e56ed0b826463d8a5601679830b494f7ca8b
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Tue Aug 18 10:23:10 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue Aug 18 11:47:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f9e56e

dev-python/pxml: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/pxml/Manifest   |  1 +
 dev-python/pxml/pxml-0.2.12.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pxml/Manifest b/dev-python/pxml/Manifest
index fa434ad..edfdb53 100644
--- a/dev-python/pxml/Manifest
+++ b/dev-python/pxml/Manifest
@@ -1 +1,2 @@
 DIST pxml-0.2.11.tar.gz 21088 SHA256 
19edfd55a081fb46066b66fd726691be3416d6f93e80f3d0bb2f2a8d7bacb6c8 SHA512 
1b71ca2b5e0e59158f52fbe70ef65f5fc14dec4aec1c7fa79f7fabd8dc33f63f63e70b61ba835d2c21f88c879fa6dd5c4aa7dad97ee49755e4a6844aeceea5e1
 WHIRLPOOL 
4d170075db8076c0ca94dd1f5ee52f6148c59b1e7cfd07557fe045a31bdf7d9b2f8e1e453ec9643cb4a0b466a7cb1622f02ecf0a8b831d9813a4af27d9f05070
+DIST pxml-0.2.12.tar.gz 21194 SHA256 
99604ac9c1b6408f314a57e2e6eb5791220982a7e961168475c682c657ce3c26 SHA512 
95c66036d161c1245edfc7924abde9f63e764bfc39037ff2b5d281840e7b306c08091c9845ad4d5738ebe2769f27d90e1b6b226379ee6fd263db323ff629d42b
 WHIRLPOOL 
b6de6b1288e8479fa6bc41c2a5b7c6dd917e8ce0988c3bade10cdf78c622f6a9b6cffcf5999cd5a41edd474de834cdc53016dfb5b944d79e09384c6e71576709

diff --git a/dev-python/pxml/pxml-0.2.12.ebuild 
b/dev-python/pxml/pxml-0.2.12.ebuild
new file mode 100644
index 000..55a3a98
--- /dev/null
+++ b/dev-python/pxml/pxml-0.2.12.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION=A python library and command-line tool to prettify and colorize 
XML
+HOMEPAGE=https://pypi.python.org/pypi/pxml http://github.com/metagriffin/pxml;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+SLOT=0
+LICENSE=GPL-3+
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=test
+
+RDEPEND=
+   =dev-python/blessings-1.5[${PYTHON_USEDEP}]
+   =dev-python/six-1.4.1[${PYTHON_USEDEP}]
+
+DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   =dev-python/nose-1.3.0[${PYTHON_USEDEP}]
+   )
+
+python_test() {
+   nosetests --verbose || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pxml/

2015-08-09 Thread Justin Lecher
commit: 842e9a010b348ea80aaea71ab44b479e93bf09a7
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Aug  9 12:12:09 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Aug  9 12:29:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842e9a01

dev-python/pxml: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/pxml/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pxml/metadata.xml b/dev-python/pxml/metadata.xml
index 44bc0e6..9ff7a64 100644
--- a/dev-python/pxml/metadata.xml
+++ b/dev-python/pxml/metadata.xml
@@ -8,5 +8,6 @@
/maintainer
upstream
remote-id type=pypipxml/remote-id
+   remote-id type=githubmetagriffin/pxml/remote-id
/upstream
 /pkgmetadata