pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-requests Changed MASTER_SITES to ftp.NetBSD.o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9830e44ebd89
branches:  trunk
changeset: 643220:9830e44ebd89
user:      imil <imil%pkgsrc.org@localhost>
date:      Fri Dec 12 20:01:29 2014 +0000

description:
Changed MASTER_SITES to ftp.NetBSD.org because of mandatory HTTPS for pypi...

diffstat:

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

diffs (17 lines):

diff -r 3c43674f559f -r 9830e44ebd89 devel/py-requests/Makefile
--- a/devel/py-requests/Makefile        Fri Dec 12 19:54:51 2014 +0000
+++ b/devel/py-requests/Makefile        Fri Dec 12 20:01:29 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2014/12/12 19:54:31 imil Exp $
+# $NetBSD: Makefile,v 1.10 2014/12/12 20:01:29 imil Exp $
 
 DISTNAME=      requests-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel www
-MASTER_SITES=  https://pypi.python.org/packages/source/r/requests/
+MASTER_SITES=  ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/
 
 MAINTAINER=    imil%NetBSD.org@localhost
 HOMEPAGE=      http://docs.python-requests.org/en/latest/



Home | Main Index | Thread Index | Old Index