Date: Fri, 20 Dec 2013 18:47:53 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337070 - head/devel/py-wsgiutils Message-ID: <201312201847.rBKIlrd4085219@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Fri Dec 20 18:47:52 2013 New Revision: 337070 URL: http://svnweb.freebsd.org/changeset/ports/337070 Log: devel/py-wsgiutils: switch from easy_install and allow staging Modified: head/devel/py-wsgiutils/Makefile Modified: head/devel/py-wsgiutils/Makefile ============================================================================== --- head/devel/py-wsgiutils/Makefile Fri Dec 20 18:47:43 2013 (r337069) +++ head/devel/py-wsgiutils/Makefile Fri Dec 20 18:47:52 2013 (r337070) @@ -3,7 +3,7 @@ PORTNAME= wsgiutils PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel textproc www python MASTER_SITES= http://www.owlfish.com/software/wsgiutils/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,8 @@ DISTNAME= WSGIUtils-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Utility libraries for development of simple WSGI programs -USE_PYTHON= -2.7 -USE_PYDISTUTILS=easy_install -PYDISTUTILS_PKGNAME= WSGIUtils +USE_PYTHON= 2 +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYEASYINSTALL_EGG} - -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201847.rBKIlrd4085219>