svn commit: r357060 - head/devel/py-xattr
Marcus von Appen
mva at FreeBSD.org
Sun Jun 8 16:36:34 UTC 2014
Author: mva
Date: Sun Jun 8 16:36:33 2014
New Revision: 357060
URL: http://svnweb.freebsd.org/changeset/ports/357060
QAT: https://qat.redports.org/buildarchive/r357060/
Log:
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Deleted:
head/devel/py-xattr/pkg-plist
Modified:
head/devel/py-xattr/Makefile
Modified: head/devel/py-xattr/Makefile
==============================================================================
--- head/devel/py-xattr/Makefile Sun Jun 8 16:35:30 2014 (r357059)
+++ head/devel/py-xattr/Makefile Sun Jun 8 16:36:33 2014 (r357060)
@@ -3,6 +3,7 @@
PORTNAME= xattr
PORTVERSION= 0.6.4
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYEASYINSTALL_ARCHDEP= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list