summaryrefslogtreecommitdiff
path: root/textproc/py-pyrss2gen/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 21:59:05 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 21:59:05 +0800
commit058570a567ad84c9ce0a9646a82f2261a1c750ae (patch)
tree5ebd703b005792bc7c07e07345a2bbd0be155a80 /textproc/py-pyrss2gen/files/patch-setup.py
parentwww/rt50: Update to 5.0.6 (diff)
textproc/py-pyrss2gen: Move textproc/py-rss2gen to textproc/py-pyrss2gen
- Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change
Diffstat (limited to 'textproc/py-pyrss2gen/files/patch-setup.py')
-rw-r--r--textproc/py-pyrss2gen/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
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",