fix dash-separated fields in setup.cfg (deprecation warning)

This commit is contained in:
sthen
2026-01-20 14:58:28 +00:00
parent f2c53ec01a
commit 0b49ca1b81
2 changed files with 21 additions and 12 deletions
+2 -3
View File
@@ -3,7 +3,7 @@ COMMENT = validates that domain names are acceptable to browsers
MODPY_DISTV= 1.5.1
DISTNAME= fqdn-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION = 0
REVISION= 1
CATEGORIES= net
@@ -13,8 +13,7 @@ HOMEPAGE = https://github.com/ypcrts/fqdn
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI = Yes
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
.include <bsd.port.mk>
+10
View File
@@ -0,0 +1,10 @@
Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-description-file = README.rst
+description_file = README.rst
[egg_info]
tag_build =