diff options
author | wiz <wiz> | 2014-01-19 18:55:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-19 18:55:26 +0000 |
commit | 852833e82bd4b3d6a6f3fd78a9b401dac23a2e39 (patch) | |
tree | 79ae6c550219f533e7325c86e9afafdc49af7ceb /security | |
parent | 4d778edeea5eb9aa9d90c7d27b3d592f6b592480 (diff) | |
download | pkgsrc-852833e82bd4b3d6a6f3fd78a9b401dac23a2e39.tar.gz |
Fix HOMEPAGE. Mark as not for python-3.x.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-oauth2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-oauth2/Makefile b/security/py-oauth2/Makefile index 70f6d668dde..2d870bef04a 100644 --- a/security/py-oauth2/Makefile +++ b/security/py-oauth2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/12 19:55:42 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/19 18:55:26 wiz Exp $ DISTNAME= oauth2-1.5.211 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,13 +6,13 @@ CATEGORIES= python security www MASTER_SITES= http://pypi.python.org/packages/source/o/oauth/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pypi.python.org/pypi/oauth/ +HOMEPAGE= https://pypi.python.org/pypi/oauth2/ COMMENT= Python OAuth2 library LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2 -PYDISTUTILSPKG= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.211 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |