pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-oauth2 Fixed MASTER_SITES and updated HOME...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ecd270fa997
branches:  trunk
changeset: 365952:1ecd270fa997
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 31 05:29:30 2017 +0000

description:
Fixed MASTER_SITES and updated HOMEPAGE

diffstat:

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

diffs (19 lines):

diff -r e864b365b5a2 -r 1ecd270fa997 security/py-oauth2/Makefile
--- a/security/py-oauth2/Makefile       Mon Jul 31 05:20:20 2017 +0000
+++ b/security/py-oauth2/Makefile       Mon Jul 31 05:29:30 2017 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:55 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/07/31 05:29:30 adam Exp $
 
 DISTNAME=      oauth2-1.5.211
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    python security www
-MASTER_SITES=  ${MASTER_SITE_PYPI:=o/oauth/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=o/oauth2/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/oauth2/
+HOMEPAGE=      https://github.com/joestump/python-oauth2
 COMMENT=       Python OAuth2 library
 LICENSE=       mit
 



Home | Main Index | Thread Index | Old Index