pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-oauth2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 31 05:29:31 UTC 2017

Modified Files:
        pkgsrc/security/py-oauth2: Makefile

Log Message:
Fixed MASTER_SITES and updated HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-oauth2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-oauth2/Makefile
diff -u pkgsrc/security/py-oauth2/Makefile:1.7 pkgsrc/security/py-oauth2/Makefile:1.8
--- pkgsrc/security/py-oauth2/Makefile:1.7      Sun Jan  1 14:43:55 2017
+++ pkgsrc/security/py-oauth2/Makefile  Mon Jul 31 05:29:30 2017
@@ -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