Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 16:36:34 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357060 - head/devel/py-xattr
Message-ID:  <201406081636.s58GaYs7074430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406081636.s58GaYs7074430>