Date: Sat, 15 Feb 2014 22:34:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344492 - head/devel/py-timelib Message-ID: <201402152234.s1FMYVf8047741@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Feb 15 22:34:30 2014 New Revision: 344492 URL: http://svnweb.freebsd.org/changeset/ports/344492 QAT: https://qat.redports.org/buildarchive/r344492/ Log: - Stage support - Switch from easy_install to install - Use PYDISTUTILS_AUTOPLIST - Remove infozip dependency Deleted: head/devel/py-timelib/pkg-plist Modified: head/devel/py-timelib/Makefile Modified: head/devel/py-timelib/Makefile ============================================================================== --- head/devel/py-timelib/Makefile Sat Feb 15 22:17:21 2014 (r344491) +++ head/devel/py-timelib/Makefile Sat Feb 15 22:34:30 2014 (r344492) @@ -3,17 +3,17 @@ PORTNAME= timelib PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +EXTRACT_SUFX= .zip MAINTAINER= wen@FreeBSD.org COMMENT= Parse English textual date descriptions -USE_ZIP= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402152234.s1FMYVf8047741>