diff options
author | rm <rm@FreeBSD.org> | 2012-06-15 19:22:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-06-15 19:22:44 +0800 |
commit | 82c40221e422796a82ee7f88733a2ed90663adc6 (patch) | |
tree | c017ed6b1331e48f4034fdfa2661021110a50fad /security/py-oauthlib | |
parent | b2dac340c5567eec7382c42031abcb8aa12351bd (diff) | |
download | freebsd-ports-gnome-82c40221e422796a82ee7f88733a2ed90663adc6.tar.gz freebsd-ports-gnome-82c40221e422796a82ee7f88733a2ed90663adc6.tar.zst freebsd-ports-gnome-82c40221e422796a82ee7f88733a2ed90663adc6.zip |
- remove unneded LICENSE_FILE knob
- add dependency on py-rsa to RUN_DEPENDS too
- mark this port python3 ready
- remove trailing slash from pkg-plist entry
- bump PORTREVISION because of dependency change
PR: 169068 (follow-up patch)
Submitted by: rm (myself)
Approved by: koobs k <koobs.freebsd at gmail dot com> (maintainer)
Diffstat (limited to 'security/py-oauthlib')
-rw-r--r-- | security/py-oauthlib/Makefile | 10 | ||||
-rw-r--r-- | security/py-oauthlib/pkg-plist | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index bab5a0d7c0a0..fd805c389015 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -1,12 +1,13 @@ # New ports collection makefile for: py-oauthlib -# Date created: 2012-05-23 -# Whom: koobs <koobs.freebsd@gmail.com> +# Date created: 2012-05-23 +# Whom: koobs <koobs.freebsd@gmail.com> # # $FreeBSD$ # PORTNAME= oauthlib PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,11 @@ MAINTAINER= koobs.freebsd@gmail.com COMMENT= An RFC-compliant Python implementation of OAuth LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rsa>=0:${PORTSDIR}/security/py-rsa +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rsa>0:${PORTSDIR}/security/py-rsa +RUN_DEPENDS:= ${BUILD_DEPENDS} +# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff --git a/security/py-oauthlib/pkg-plist b/security/py-oauthlib/pkg-plist index 15537c9e36e2..e44aa1884add 100644 --- a/security/py-oauthlib/pkg-plist +++ b/security/py-oauthlib/pkg-plist @@ -44,4 +44,4 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth1 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |