diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-01-24 21:34:31 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-01-24 21:34:31 +0800 |
commit | cd53105f330c5aa2fdd12da6579ae96aac11cbce (patch) | |
tree | 06a8875b4cbca1db683d7133e12286cc2235f74c /security | |
parent | 26343516b529c5e93d646dc1976b87ba38764188 (diff) | |
download | freebsd-ports-gnome-cd53105f330c5aa2fdd12da6579ae96aac11cbce.tar.gz freebsd-ports-gnome-cd53105f330c5aa2fdd12da6579ae96aac11cbce.tar.zst freebsd-ports-gnome-cd53105f330c5aa2fdd12da6579ae96aac11cbce.zip |
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes
While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE
Diffstat (limited to 'security')
-rw-r--r-- | security/py-itsdangerous/Makefile | 12 | ||||
-rw-r--r-- | security/py-itsdangerous/pkg-plist | 10 |
2 files changed, 3 insertions, 19 deletions
diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile index 5e780b51764b..cb7c87b8577d 100644 --- a/security/py-itsdangerous/Makefile +++ b/security/py-itsdangerous/Makefile @@ -11,22 +11,16 @@ MAINTAINER= olivierd@FreeBSD.org COMMENT= Various helpers to pass data in untrusted environments USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= JSON -NO_STAGE= yes .include <bsd.port.options.mk> -.include <bsd.port.pre.mk> - .if ${PORT_OPTIONS:MJSON} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:${PORTSDIR}/devel/py-simplejson .endif -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/py-itsdangerous/pkg-plist b/security/py-itsdangerous/pkg-plist deleted file mode 100644 index 990fb1179e30..000000000000 --- a/security/py-itsdangerous/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/itsdangerous.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/itsdangerous.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/itsdangerous.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |