pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-oauth2 Fix HOMEPAGE. Mark as not for pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bd67aba948e
branches:  trunk
changeset: 629308:1bd67aba948e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 19 18:55:26 2014 +0000

description:
Fix HOMEPAGE. Mark as not for python-3.x.

diffstat:

 security/py-oauth2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r c3c51d7dc457 -r 1bd67aba948e security/py-oauth2/Makefile
--- a/security/py-oauth2/Makefile       Sun Jan 19 18:51:28 2014 +0000
+++ b/security/py-oauth2/Makefile       Sun Jan 19 18:55:26 2014 +0000
@@ -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 @@
 MASTER_SITES=  http://pypi.python.org/packages/source/o/oauth/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-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"



Home | Main Index | Thread Index | Old Index