pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 9 11:29:30 UTC 2019
Modified Files:
pkgsrc/cad/py-gdscad: Makefile
pkgsrc/devel/py-blinker: Makefile
pkgsrc/games/py-ranking: Makefile
pkgsrc/security/py-itsdangerous: Makefile
pkgsrc/textproc/py-tinycss2: Makefile
pkgsrc/time/py-pytz: Makefile
Log Message:
Use https for pythonhosted.org.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cad/py-gdscad/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-blinker/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/py-ranking/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-itsdangerous/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-tinycss2/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/time/py-pytz/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/py-gdscad/Makefile
diff -u pkgsrc/cad/py-gdscad/Makefile:1.6 pkgsrc/cad/py-gdscad/Makefile:1.7
--- pkgsrc/cad/py-gdscad/Makefile:1.6 Sat Jun 8 11:04:29 2019
+++ pkgsrc/cad/py-gdscad/Makefile Tue Jul 9 11:29:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/06/08 11:04:29 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/09 11:29:30 nia Exp $
DISTNAME= gdsCAD-0.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=hohl
GITHUB_PROJECT= gdsCAD
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://pythonhosted.org/gdsCAD/
+HOMEPAGE= https://pythonhosted.org/gdsCAD/
COMMENT= Package for creating, reading, and manipulating GDSII layout files
LICENSE= gnu-gpl-v3
Index: pkgsrc/devel/py-blinker/Makefile
diff -u pkgsrc/devel/py-blinker/Makefile:1.8 pkgsrc/devel/py-blinker/Makefile:1.9
--- pkgsrc/devel/py-blinker/Makefile:1.8 Wed Jun 8 17:43:24 2016
+++ pkgsrc/devel/py-blinker/Makefile Tue Jul 9 11:29:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/09 11:29:30 nia Exp $
DISTNAME= blinker-1.4
PKGREVISION= 1
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/blinker/}
MAINTAINER= kleink%NetBSD.org@localhost
-HOMEPAGE= http://pythonhosted.org/blinker/
+HOMEPAGE= https://pythonhosted.org/blinker/
COMMENT= Fast, simple object-to-object and broadcast signaling
LICENSE= mit
Index: pkgsrc/games/py-ranking/Makefile
diff -u pkgsrc/games/py-ranking/Makefile:1.3 pkgsrc/games/py-ranking/Makefile:1.4
--- pkgsrc/games/py-ranking/Makefile:1.3 Wed Jun 8 17:43:33 2016
+++ pkgsrc/games/py-ranking/Makefile Tue Jul 9 11:29:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/09 11:29:30 nia Exp $
DISTNAME= ranking-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= games python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/ranking/}
MAINTAINER= kleink%NetBSD.org@localhost
-HOMEPAGE= http://pythonhosted.org/ranking/
+HOMEPAGE= https://pythonhosted.org/ranking/
COMMENT= Library for ranking collection
LICENSE= modified-bsd
Index: pkgsrc/security/py-itsdangerous/Makefile
diff -u pkgsrc/security/py-itsdangerous/Makefile:1.8 pkgsrc/security/py-itsdangerous/Makefile:1.9
--- pkgsrc/security/py-itsdangerous/Makefile:1.8 Sat Nov 10 17:27:36 2018
+++ pkgsrc/security/py-itsdangerous/Makefile Tue Jul 9 11:29:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/11/10 17:27:36 kleink Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/09 11:29:30 nia Exp $
DISTNAME= itsdangerous-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/itsdangerous/}
MAINTAINER= kleink%NetBSD.org@localhost
-HOMEPAGE= http://pythonhosted.org/itsdangerous/
+HOMEPAGE= https://pythonhosted.org/itsdangerous/
COMMENT= Helpers to pass trusted data to untrusted environments and back
LICENSE= modified-bsd
Index: pkgsrc/textproc/py-tinycss2/Makefile
diff -u pkgsrc/textproc/py-tinycss2/Makefile:1.5 pkgsrc/textproc/py-tinycss2/Makefile:1.6
--- pkgsrc/textproc/py-tinycss2/Makefile:1.5 Sun Mar 25 20:30:38 2018
+++ pkgsrc/textproc/py-tinycss2/Makefile Tue Jul 9 11:29:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/03/25 20:30:38 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2019/07/09 11:29:30 nia Exp $
DISTNAME= tinycss2-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tinycss2/}
MAINTAINER= kleink%NetBSD.org@localhost
-HOMEPAGE= http://pythonhosted.org/tinycss2/
+HOMEPAGE= https://pythonhosted.org/tinycss2/
COMMENT= Low-level CSS parser for Python
LICENSE= modified-bsd
Index: pkgsrc/time/py-pytz/Makefile
diff -u pkgsrc/time/py-pytz/Makefile:1.45 pkgsrc/time/py-pytz/Makefile:1.46
--- pkgsrc/time/py-pytz/Makefile:1.45 Thu Apr 11 07:47:16 2019
+++ pkgsrc/time/py-pytz/Makefile Tue Jul 9 11:29:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2019/04/11 07:47:16 adam Exp $
+# $NetBSD: Makefile,v 1.46 2019/07/09 11:29:30 nia Exp $
DISTNAME= pytz-2019.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytz/}
MAINTAINER= markd%NetBSD.org@localhost
-HOMEPAGE= http://pythonhosted.org/pytz/
+HOMEPAGE= https://pythonhosted.org/pytz/
COMMENT= World timezone definitions, modern and historical
LICENSE= mit
Home |
Main Index |
Thread Index |
Old Index