summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-19 18:55:26 +0000
committerwiz <wiz@pkgsrc.org>2014-01-19 18:55:26 +0000
commit5c9a94ef18d0340c5948fdd6cf38d8ee4b0df28e (patch)
tree79ae6c550219f533e7325c86e9afafdc49af7ceb /security
parent48030db6115a56019ca5f40d6ee9df01ddf9bc98 (diff)
downloadpkgsrc-5c9a94ef18d0340c5948fdd6cf38d8ee4b0df28e.tar.gz
Fix HOMEPAGE. Mark as not for python-3.x.
Diffstat (limited to 'security')
-rw-r--r--security/py-oauth2/Makefile6
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"