mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change
11 lines
320 B
Python
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",
|