diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 13:18:39 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 13:18:39 +0000 |
| commit | a876ff58a25a8446208de35c5b51e7d9baa67415 (patch) | |
| tree | 215c23fc9a93b2da00abca68f8bb54df397af64d /www/py-requests-oauthlib/Makefile | |
| parent | Fix fetch, distfile was rerolled. (diff) | |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
Diffstat (limited to 'www/py-requests-oauthlib/Makefile')
| -rw-r--r-- | www/py-requests-oauthlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-requests-oauthlib/Makefile b/www/py-requests-oauthlib/Makefile index cb21d9ec3b6b..321aa6df8b16 100644 --- a/www/py-requests-oauthlib/Makefile +++ b/www/py-requests-oauthlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= requests-oauthlib PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,10 +22,10 @@ GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 0b1fe5c USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -NO_STAGE= yes .include <bsd.port.mk> |
