Use https for pythonhosted.org.
This commit is contained in:
parent
611752a382
commit
9c28fc111b
6 changed files with 12 additions and 12 deletions
|
@ -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:=hohlraum/}
|
|||
GITHUB_PROJECT= gdsCAD
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://pythonhosted.org/gdsCAD/
|
||||
HOMEPAGE= https://pythonhosted.org/gdsCAD/
|
||||
COMMENT= Package for creating, reading, and manipulating GDSII layout files
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
|
|
|
@ -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
|
||||
HOMEPAGE= http://pythonhosted.org/blinker/
|
||||
HOMEPAGE= https://pythonhosted.org/blinker/
|
||||
COMMENT= Fast, simple object-to-object and broadcast signaling
|
||||
LICENSE= mit
|
||||
|
||||
|
|
|
@ -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
|
||||
HOMEPAGE= http://pythonhosted.org/ranking/
|
||||
HOMEPAGE= https://pythonhosted.org/ranking/
|
||||
COMMENT= Library for ranking collection
|
||||
LICENSE= modified-bsd
|
||||
|
||||
|
|
|
@ -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
|
||||
HOMEPAGE= http://pythonhosted.org/itsdangerous/
|
||||
HOMEPAGE= https://pythonhosted.org/itsdangerous/
|
||||
COMMENT= Helpers to pass trusted data to untrusted environments and back
|
||||
LICENSE= modified-bsd
|
||||
|
||||
|
|
|
@ -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
|
||||
HOMEPAGE= http://pythonhosted.org/tinycss2/
|
||||
HOMEPAGE= https://pythonhosted.org/tinycss2/
|
||||
COMMENT= Low-level CSS parser for Python
|
||||
LICENSE= modified-bsd
|
||||
|
||||
|
|
|
@ -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
|
||||
HOMEPAGE= http://pythonhosted.org/pytz/
|
||||
HOMEPAGE= https://pythonhosted.org/pytz/
|
||||
COMMENT= World timezone definitions, modern and historical
|
||||
LICENSE= mit
|
||||
|
||||
|
|
Loading…
Reference in a new issue