1
0
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:
Ruslan Makhmatkhanov 2014-03-02 19:51:02 +00:00
parent 2b2fe8b36e
commit 98cd15f284
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346792
3 changed files with 4 additions and 18 deletions

View File

@ -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>

View File

@ -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/

View File

@ -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>