From 058570a567ad84c9ce0a9646a82f2261a1c750ae Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 13 May 2024 21:59:05 +0800 Subject: textproc/py-pyrss2gen: Move textproc/py-rss2gen to textproc/py-pyrss2gen - Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change --- textproc/py-pyrss2gen/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/py-pyrss2gen/files/patch-setup.py (limited to 'textproc/py-pyrss2gen/files/patch-setup.py') diff --git a/textproc/py-pyrss2gen/files/patch-setup.py b/textproc/py-pyrss2gen/files/patch-setup.py new file mode 100644 index 000000000000..0c90203bebce --- /dev/null +++ b/textproc/py-pyrss2gen/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2013-02-21 03:22:02 UTC ++++ setup.py +@@ -2,7 +2,7 @@ from distutils.core import setup + + from distutils.core import setup + +-setup(name = "PyRSS2Gen", ++setup(name = "pyrss2gen", + version = "1.1", + description = "Generate RSS2 using a Python data structure", + author = "Andrew Dalke", -- cgit v1.2.3