ports/textproc/py-pyrss2gen/files/patch-setup.py
Po-Chuan Hsieh 058570a567
textproc/py-pyrss2gen: Move textproc/py-rss2gen to textproc/py-pyrss2gen
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
2024-05-13 21:59:05 +08:00

11 lines
320 B
Python

--- 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",