mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fix dash-separated fields in setup.cfg (deprecation warning)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 =
|
||||
Reference in New Issue
Block a user