mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionality
was included into bsd.python.mk
This commit is contained in:
parent
2b2fe8b36e
commit
98cd15f284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346792
@ -16,12 +16,5 @@ LICENSE= GPLv2
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYDISTUTILS_PKGNAME= Unidecode
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} >= 320
|
||||
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,4 +5,4 @@ The representation is almost always an attempt at *transliteration*
|
||||
-- i.e., conveying, in Roman letters, the pronunciation expressed by
|
||||
the text in some other writing system. (See the example above)
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Unidecode
|
||||
WWW: https://pypi.python.org/pypi/Unidecode/
|
||||
|
@ -13,15 +13,8 @@ COMMENT= Fast and simple WSGI-framework for small web-applications
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
# Python3 ready
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} >= 320
|
||||
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user