ports/devel/py-configupdater/files/patch-setup.cfg
Po-Chuan Hsieh fe68c9ef68
devel/py-configupdater: Convert to USE_PYTHON=pep517
- Remove outdated PYTHON_REL check after lang/python37 removal
- Bump PORTREVISION for package change
2023-06-30 15:03:19 +08:00

9 lines
274 B
INI

--- setup.cfg.orig 2022-06-26 18:37:07 UTC
+++ setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-name = ConfigUpdater
+name = configupdater
description = Parser like ConfigParser but for updating configuration files
author = Florian Wilhelm
author_email = florian.wilhelm@gmail.com