1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

textproc/py-sparqlwrapper: modernize PYTHON options

Fixing those:
USE_PYTHON=yes is deprecated, please use USES=python
USE_PYDISTUTILS is deprecated, please use USE_PYTHON=distutils
PYDISTUTILS_AUTOPLIST is deprecated, please use USE_PYTHON=autoplist
This commit is contained in:
Kurt Jaeger 2014-11-17 19:05:45 +00:00
parent 2e7b0f3682
commit 7112a2a7d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372679

View File

@ -11,8 +11,7 @@ DISTNAME= SPARQLWrapper-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= SPARQL endpoint interface to Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>