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
+11 -12
View File
@@ -1,20 +1,19 @@
COMMENT = validates that domain names are acceptable to browsers
COMMENT= validates that domain names are acceptable to browsers
MODPY_DISTV = 1.5.1
DISTNAME = fqdn-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 0
MODPY_DISTV= 1.5.1
DISTNAME= fqdn-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 1
CATEGORIES = net
CATEGORIES= net
HOMEPAGE = https://github.com/ypcrts/fqdn
HOMEPAGE= https://github.com/ypcrts/fqdn
# MPL 2.0
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE= Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
MODULES= lang/python
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 =