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

2024-04-14 Thread Ulrich Müller
commit: cd1765c5c3dfc95d7d5686f67ae422e7bb8c1d19
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Apr 14 17:00:43 2024 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Apr 14 17:02:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1765c5

dev-python/PyRSS2Gen: enable py3.12

Closes: https://bugs.gentoo.org/929494
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
index e3959e15dcab..6cdf17e81365 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9,10,11,12} )
 
 inherit distutils-r1
 



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

2023-02-26 Thread Ulrich Müller
commit: d94975d0c21436f518912c01635b9f139d02d897
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Feb 26 10:16:06 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Feb 26 10:16:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94975d0

dev-python/PyRSS2Gen: Update for Python 3.11

Tested with www-apps/nikola-8.2.3-r1.

Closes: https://bugs.gentoo.org/896742
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
index 4eb058365914..e3959e15dcab 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
 
 inherit distutils-r1
 



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

2022-03-28 Thread Jakov Smolić
commit: f93bce5db7336063d802baf21b05a00483b906bb
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93bce5d

dev-python/PyRSS2Gen: keyword 1.1-r2 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
index e1d49e74ed3a..1f7b162dbef1 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
@@ -14,4 +14,4 @@ SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"



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

2022-03-16 Thread Michał Górny
commit: 039895381b47b1a99115a725a6dbe7aef5067568
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 16 07:53:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 16 07:53:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03989538

dev-python/PyRSS2Gen: Remove old

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

 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
deleted file mode 100644
index 694319fb3578..
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="RSS feed generator written in Python"
-HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html 
https://pypi.org/project/PyRSS2Gen/;
-SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"



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

2022-01-29 Thread Michał Górny
commit: d35636b237f520e62dfb6b9c5bf4538d39f28326
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 22:02:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 22:04:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35636b2

dev-python/PyRSS2Gen: Switch to PEP 517 build

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

 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
new file mode 100644
index ..9d006ce0828b
--- /dev/null
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="RSS feed generator written in Python"
+HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html 
https://pypi.org/project/PyRSS2Gen/;
+SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



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

2021-09-09 Thread Arthur Zamarin
commit: d244498e9fc59897a57a087a734ce58f37e5b454
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  9 15:58:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  9 15:58:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d244498e

dev-python/PyRSS2Gen: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
index 8651b734716..694319fb357 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 DISTUTILS_USE_SETUPTOOLS=no
 



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

2021-09-09 Thread Arthur Zamarin
commit: ea45d53e4b9611b44bd0fc78073304d2fed49ddb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  9 15:58:46 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  9 15:58:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea45d53e

dev-python/PyRSS2Gen: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/PyRSS2Gen/metadata.xml 
b/dev-python/PyRSS2Gen/metadata.xml
index a05bcf23516..4418a0ef68e 100644
--- a/dev-python/PyRSS2Gen/metadata.xml
+++ b/dev-python/PyRSS2Gen/metadata.xml
@@ -5,6 +5,7 @@
whi...@gentoo.org
Thomas Deutschmann

+   

PyRSS2Gen




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

2021-05-18 Thread Thomas Deutschmann
commit: 4f583799312669934ab6e860c472762cd1ffea71
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 18 21:13:01 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 18 21:27:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f583799

dev-python/PyRSS2Gen: add Python 3.9 support

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
index d8ace641b9e..8651b734716 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 DISTUTILS_USE_SETUPTOOLS=no
 



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

2020-08-22 Thread Thomas Deutschmann
commit: 49afb27ec9abb1fefe3f323911d658ccd9bca622
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 22 14:04:10 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 22 18:11:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49afb27e

dev-python/PyRSS2Gen: add myself as maintainer

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/PyRSS2Gen/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/PyRSS2Gen/metadata.xml 
b/dev-python/PyRSS2Gen/metadata.xml
index 7a38bb90096..a32d600f949 100644
--- a/dev-python/PyRSS2Gen/metadata.xml
+++ b/dev-python/PyRSS2Gen/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
 



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

2020-08-22 Thread Thomas Deutschmann
commit: 31656afc2da61438007074bdb00f12e3d4f36638
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 22 14:01:47 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 22 18:11:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31656afc

Revert "dev-python/PyRSS2Gen: Revert "enable Py3.7/3.8""

This reverts commit 1133a3084b5d2d89519c0b9bdcf8dbf958a1ce24.

Bug: https://bugs.gentoo.org/737372
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../PyRSS2Gen/{PyRSS2Gen-1.1.ebuild => PyRSS2Gen-1.1-r1.ebuild}| 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
similarity index 84%
rename from dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
rename to dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
index 2c5e40a8cba..b8aae6657b2 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
@@ -1,8 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 
@@ -13,4 +15,3 @@ SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""



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

2020-07-30 Thread Michał Górny
commit: 1133a3084b5d2d89519c0b9bdcf8dbf958a1ce24
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 21:29:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 21:32:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1133a308

dev-python/PyRSS2Gen: Revert "enable Py3.7/3.8"

The package has not been tested on py3.7/3.8 and the support has been
added as part of drive-by commit by a person not interested in becoming
the maintainer.  Finally it has no py3.7+ revdeps, therefore keeping
untested py3.7+ here is entirely counter-productive.

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

 .../PyRSS2Gen/{PyRSS2Gen-1.1-r1.ebuild => PyRSS2Gen-1.1.ebuild}| 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
similarity index 84%
rename from dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
rename to dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
index b8aae6657b2..2c5e40a8cba 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
@@ -1,10 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-DISTUTILS_USE_SETUPTOOLS=no
+EAPI=5
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
@@ -15,3 +13,4 @@ SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
+IUSE=""



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

2020-05-10 Thread Thomas Deutschmann
commit: 59552ffbcb674a84fb1cb4dc1adf8715191d1eec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun May 10 12:42:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun May 10 13:01:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59552ffb

dev-python/PyRSS2Gen: enable Py3.7/3.8

No tests. Bundled test script isn't Py3.8 compatible.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../PyRSS2Gen/{PyRSS2Gen-1.1.ebuild => PyRSS2Gen-1.1-r1.ebuild}| 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
similarity index 84%
rename from dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
rename to dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
index 2c5e40a8cba..b8aae6657b2 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
@@ -1,8 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 
@@ -13,4 +15,3 @@ SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""



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

2020-02-05 Thread Michał Górny
commit: 04c6b5df8a507d001fb10debf570c40e41570b6a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 19:45:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 19:53:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c6b5df

dev-python/PyRSS2Gen: Remove py2

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

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

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
index d736f664a60..2c5e40a8cba 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2019-01-27 Thread Pacho Ramos
commit: 559ec665efc761fbdc8c7da6e366d37a2192e520
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 12:28:46 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 12:36:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559ec665

dev-python/PyRSS2Gen: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/PyRSS2Gen/Manifest  |  1 -
 dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-python/PyRSS2Gen/Manifest b/dev-python/PyRSS2Gen/Manifest
index a908a8c40f9..786ad3ff4ce 100644
--- a/dev-python/PyRSS2Gen/Manifest
+++ b/dev-python/PyRSS2Gen/Manifest
@@ -1,2 +1 @@
-DIST PyRSS2Gen-1.0.0.tar.gz 8819 BLAKE2B 
b3278a68189102ccb5024ce6a3abafcea43bfc050ec61cbc1f7771a9c68c57a2dd36e6af236a84f4854cdd1ad2f827ae44542edf03257937bdfd619a1de32472
 SHA512 
0c8dfeed8cff3b1985e439d60083a16515883b2884310df7ea6af6f2f8cb32a5540373413b27ada0a7c5f56692c9cf61be04818d45030f2f888da33848b5a68c
 DIST PyRSS2Gen-1.1.tar.gz 9149 BLAKE2B 
1f388e8616c79d8b5436f69191d479c529e1348308d69782a833bec714da6289fc459ea2b554a1e660027a25d0581c441a0e75a623add3c42c8c33c5cc8518e1
 SHA512 
2240686914c87984626eb739676927fcd53488158bdebf589e07e8a778e6d24305964e032581c61836f0fabc1264e42d05c88eac8f4c5f6536c31c775434ce02

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild
deleted file mode 100644
index 929f770ba76..000
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="RSS feed generator written in Python"
-HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html 
https://pypi.org/project/PyRSS2Gen/;
-SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



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

2017-06-14 Thread Pacho Ramos
commit: ff56b6003f3028d54d3c0b1d90ed8ef35a56f9b5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 14 13:48:25 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 14 13:52:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff56b600

dev-python/PyRSS2Gen: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
index 108b86cbcd4..095b5654041 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2016-12-18 Thread Mike Gilbert
commit: 52b7262fac4c10bdeafc1693fcac0299b3e4c544
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Dec 19 03:54:24 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Dec 19 03:54:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b7262f

dev-python/PyRSS2Gen: drop maintainership

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 dev-python/PyRSS2Gen/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-python/PyRSS2Gen/metadata.xml 
b/dev-python/PyRSS2Gen/metadata.xml
index 2565dce..7a38bb9 100644
--- a/dev-python/PyRSS2Gen/metadata.xml
+++ b/dev-python/PyRSS2Gen/metadata.xml
@@ -1,12 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   flop...@gentoo.org
-   Mike Gilbert
-   
-
-   pyt...@gentoo.org
-   Python
-   
+   
 



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

2016-05-11 Thread Mike Gilbert
commit: dd05e695ecfad43f9b66c35f211b516f09cae46b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 11 19:45:27 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 11 20:33:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd05e695

dev-python/PyRSS2Gen: Add python3.5

Package-Manager: portage-2.2.28_p106

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

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
index ca06310..4f87427 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1