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:
+11
-12
@@ -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
|
MODPY_DISTV= 1.5.1
|
||||||
DISTNAME = fqdn-${MODPY_DISTV}
|
DISTNAME= fqdn-${MODPY_DISTV}
|
||||||
PKGNAME = py-${DISTNAME}
|
PKGNAME= py-${DISTNAME}
|
||||||
REVISION = 0
|
REVISION= 1
|
||||||
|
|
||||||
CATEGORIES = net
|
CATEGORIES= net
|
||||||
|
|
||||||
HOMEPAGE = https://github.com/ypcrts/fqdn
|
HOMEPAGE= https://github.com/ypcrts/fqdn
|
||||||
|
|
||||||
# MPL 2.0
|
# MPL 2.0
|
||||||
PERMIT_PACKAGE = Yes
|
PERMIT_PACKAGE= Yes
|
||||||
|
|
||||||
MODULES = lang/python
|
MODULES= lang/python
|
||||||
|
MODPY_PYBUILD= setuptools
|
||||||
MODPY_PI = Yes
|
MODPY_PI= Yes
|
||||||
MODPY_PYBUILD = setuptools
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.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