You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
all: use https for python domains
This commit is contained in:
committed by
Frank Schima
parent
c1b6832762
commit
3f41992d40
@@ -29,15 +29,15 @@ use_configure no
|
||||
|
||||
description Local HTML documentation for Python.
|
||||
long_description ${description}
|
||||
homepage http://www.python.org/
|
||||
master_sites http://www.python.org/ftp/python/doc/
|
||||
homepage https://www.python.org/
|
||||
master_sites https://www.python.org/ftp/python/doc/
|
||||
|
||||
if {${name} != ${subport}} {
|
||||
description HTML documentation for Python ${version}
|
||||
long_description Access Python ${version} HTML docs via \
|
||||
file://${prefix}/share/doc/python${python.version}-doc/index.html
|
||||
|
||||
master_sites http://www.python.org/ftp/python/doc/${version}
|
||||
master_sites https://www.python.org/ftp/python/doc/${version}
|
||||
distname python-${version}-docs-html
|
||||
set extractname ${distname}
|
||||
depends_lib-delete port:python${python.version}
|
||||
|
||||
@@ -10,7 +10,7 @@ description HTML documentation for Python 2.4
|
||||
long_description HTML documentation for Python 2.4. Use by running \
|
||||
'pydoc2.4 TOPIC', e.g. 'pydoc2.4 NUMBERS'.
|
||||
|
||||
homepage http://www.python.org/
|
||||
homepage https://www.python.org/
|
||||
master_sites ${homepage}ftp/python/${version}/ \
|
||||
ftp://ftp.python.org/pub/python/${version}/
|
||||
dist_subdir [lindex [split $name -] 0]
|
||||
@@ -89,5 +89,5 @@ platform linux {
|
||||
}
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url http://www.python.org/downloads/
|
||||
livecheck.url https://www.python.org/downloads/
|
||||
livecheck.regex Python (2.4.\[0-9\]+)
|
||||
|
||||
@@ -15,7 +15,7 @@ description An interpreted, object-oriented programming language
|
||||
long_description Python is an interpreted, interactive, object-oriented \
|
||||
programming language.
|
||||
|
||||
homepage http://www.python.org/
|
||||
homepage https://www.python.org/
|
||||
master_sites ${homepage}/ftp/python/${version}/ \
|
||||
ftp://ftp.python.org/pub/python/${version}/ \
|
||||
ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \
|
||||
|
||||
@@ -17,8 +17,8 @@ description An interpreted, object-oriented programming language
|
||||
long_description Python is an interpreted, interactive, object-oriented \
|
||||
programming language.
|
||||
|
||||
homepage http://www.python.org/
|
||||
master_sites http://ftp.python.org/ftp/python/${version}/
|
||||
homepage https://www.python.org/
|
||||
master_sites https://ftp.python.org/ftp/python/${version}/
|
||||
|
||||
distname Python-${version}
|
||||
use_bzip2 yes
|
||||
@@ -28,7 +28,7 @@ checksums md5 5d45979c5f30fb2dd5f067c6b06b88e4 \
|
||||
rmd160 92f0a955971f187a7d50c6422168202ec551bf22
|
||||
|
||||
# patch-Lib-distutils-dist.py.diff comes from
|
||||
# <http://bugs.python.org/issue1180>
|
||||
# <https://bugs.python.org/issue1180>
|
||||
patchfiles patch-Makefile.pre.in.diff \
|
||||
patch-Lib-cgi.py.diff \
|
||||
patch-Lib-distutils-dist.py.diff \
|
||||
|
||||
@@ -18,7 +18,7 @@ description An interpreted, object-oriented programming language
|
||||
long_description Python is an interpreted, interactive, object-oriented \
|
||||
programming language.
|
||||
|
||||
homepage http://www.python.org/
|
||||
homepage https://www.python.org/
|
||||
master_sites ${homepage}ftp/python/${version}/
|
||||
|
||||
distname Python-${version}
|
||||
@@ -29,10 +29,10 @@ checksums md5 933a811f11e3db3d73ae492f6c3a7a76 \
|
||||
sha256 cae7bb995006ea5b703d9d28446f694894c441fe4bfb95d561c0ac908cd06e41
|
||||
|
||||
# patch-Lib-distutils-dist.py.diff comes from
|
||||
# <http://bugs.python.org/issue1180>
|
||||
# <https://bugs.python.org/issue1180>
|
||||
# Setting PYTHONHOME with patch-Mac-IDLE-Makefile.in.diff,
|
||||
# patch-Mac-Makefile.in.diff, and patch-Mac-PythonLauncher-Makefile.in.diff
|
||||
# is to work around http://bugs.python.org/issue5766
|
||||
# is to work around https://bugs.python.org/issue5766
|
||||
patchfiles patch-Makefile.pre.in.diff \
|
||||
patch-setup.py.diff \
|
||||
patch-Lib-cgi.py.diff \
|
||||
|
||||
@@ -19,7 +19,7 @@ description An interpreted, object-oriented programming language
|
||||
long_description Python is an interpreted, interactive, object-oriented \
|
||||
programming language.
|
||||
|
||||
homepage http://www.python.org/
|
||||
homepage https://www.python.org/
|
||||
master_sites ${homepage}ftp/python/${version}/
|
||||
|
||||
distname Python-${version}
|
||||
@@ -37,7 +37,7 @@ patchfiles patch-setup.py.diff \
|
||||
patch-Lib-site.py-omit_local_site_packages.diff \
|
||||
patch-Include-pyport.h.diff
|
||||
|
||||
# http://bugs.python.org/issue21811
|
||||
# https://bugs.python.org/issue21811
|
||||
patchfiles-append patch-configure_configure.ac-yosemite_configure_fixes.diff \
|
||||
patch-Lib-distutils-util.py_Mac-BuildScript-build-installer.py-yosemite_python_fixes.diff
|
||||
|
||||
@@ -76,8 +76,8 @@ post-patch {
|
||||
build.target all
|
||||
|
||||
# test_cmd_line fails
|
||||
# see http://bugs.python.org/issue4388 and
|
||||
# http://bugs.python.org/issue4474
|
||||
# see https://bugs.python.org/issue4388 and
|
||||
# https://bugs.python.org/issue4474
|
||||
test.run yes
|
||||
test.target test
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ description An interpreted, object-oriented programming language
|
||||
long_description Python is an interpreted, interactive, object-oriented \
|
||||
programming language.
|
||||
|
||||
homepage http://www.python.org/
|
||||
homepage https://www.python.org/
|
||||
master_sites ${homepage}ftp/python/${version}/
|
||||
|
||||
distname Python-${version}
|
||||
@@ -39,7 +39,7 @@ patchfiles patch-setup.py.diff \
|
||||
patch-Lib-site.py-omit_local_site_packages.diff \
|
||||
patch-Include-pyport.h.diff
|
||||
|
||||
# http://bugs.python.org/issue21811
|
||||
# https://bugs.python.org/issue21811
|
||||
patchfiles-append patch-configure_configure.ac-yosemite_configure_fixes.diff \
|
||||
patch-Lib-distutils-util.py_Mac-BuildScript-build-installer.py-yosemite_python_fixes.diff
|
||||
|
||||
@@ -73,8 +73,8 @@ post-patch {
|
||||
build.target all
|
||||
|
||||
# test_cmd_line fails
|
||||
# see http://bugs.python.org/issue4388 and
|
||||
# http://bugs.python.org/issue4474
|
||||
# see https://bugs.python.org/issue4388 and
|
||||
# https://bugs.python.org/issue4474
|
||||
test.run yes
|
||||
test.target test
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ patchfiles patch-setup.py.diff \
|
||||
omit-local-site-packages.patch \
|
||||
patch-Include-pyport.h.diff
|
||||
|
||||
# http://bugs.python.org/issue21811
|
||||
# https://bugs.python.org/issue21811
|
||||
patchfiles-append yosemite-configure-fixes.patch \
|
||||
yosemite-python-fixes.patch
|
||||
|
||||
@@ -74,8 +74,8 @@ post-patch {
|
||||
build.target all
|
||||
|
||||
# test_cmd_line fails
|
||||
# see http://bugs.python.org/issue4388 and
|
||||
# http://bugs.python.org/issue4474
|
||||
# see https://bugs.python.org/issue4388 and
|
||||
# https://bugs.python.org/issue4474
|
||||
test.run yes
|
||||
test.target test
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ description An interpreted, object-oriented programming language
|
||||
long_description Python is an interpreted, interactive, object-oriented \
|
||||
programming language.
|
||||
|
||||
homepage http://www.python.org/
|
||||
homepage https://www.python.org/
|
||||
master_sites ${homepage}ftp/python/${version}/
|
||||
|
||||
distname Python-${version}
|
||||
@@ -77,8 +77,8 @@ post-patch {
|
||||
build.target all
|
||||
|
||||
# test_cmd_line fails
|
||||
# see http://bugs.python.org/issue4388 and
|
||||
# http://bugs.python.org/issue4474
|
||||
# see https://bugs.python.org/issue4388 and
|
||||
# https://bugs.python.org/issue4474
|
||||
test.run yes
|
||||
test.target test
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ description An interpreted, object-oriented programming language
|
||||
long_description Python is an interpreted, interactive, object-oriented \
|
||||
programming language.
|
||||
|
||||
homepage http://www.python.org/
|
||||
homepage https://www.python.org/
|
||||
master_sites ${homepage}ftp/python/${version}/
|
||||
|
||||
distname Python-${version}
|
||||
@@ -79,8 +79,8 @@ post-patch {
|
||||
build.target all
|
||||
|
||||
# test_cmd_line fails
|
||||
# see http://bugs.python.org/issue4388 and
|
||||
# http://bugs.python.org/issue4474
|
||||
# see https://bugs.python.org/issue4388 and
|
||||
# https://bugs.python.org/issue4474
|
||||
test.run yes
|
||||
test.target test
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ description An authentication and authorization toolkit for WSGI applica
|
||||
long_description $description
|
||||
homepage http://3aims.com/
|
||||
|
||||
master_sites http://cheeseshop.python.org/packages/source/A/AuthKit/
|
||||
master_sites https://cheeseshop.python.org/packages/source/A/AuthKit/
|
||||
distname AuthKit-${version}
|
||||
use_zip yes
|
||||
checksums md5 3a2b1aca6eb7bd843aef9a8556a191f4 \
|
||||
|
||||
@@ -18,7 +18,7 @@ maintainers petr openmaintainer
|
||||
description Python style guide checker (formally called pep8)
|
||||
long_description \
|
||||
${_name} is a tool to check your Python code against some of the style \
|
||||
conventions in PEP 8 (http://www.python.org/dev/peps/pep-0008/). \
|
||||
conventions in PEP 8 (https://www.python.org/dev/peps/pep-0008/). \
|
||||
This package used to be called pep8, but was renamed.
|
||||
|
||||
homepage https://pypi.python.org/pypi/${_name}/
|
||||
|
||||
@@ -19,7 +19,7 @@ maintainers stromnov openmaintainer
|
||||
description Configparser from Python 3.5 to Python 2.6-3.5
|
||||
long_description ${description}
|
||||
|
||||
homepage http://docs.python.org/3/library/configparser.html
|
||||
homepage https://docs.python.org/3/library/configparser.html
|
||||
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
|
||||
|
||||
distname ${python.rootname}-${version}
|
||||
|
||||
@@ -21,7 +21,7 @@ long_description DataShape is a language for describing data. It is an \
|
||||
extension of the NumPy dtype with an emphasis on cross \
|
||||
language support.
|
||||
|
||||
homepage http://packages.python.org/datashape
|
||||
homepage https://packages.python.org/datashape
|
||||
master_sites pypi:D/DataShape
|
||||
|
||||
distname ${python.rootname}-${version}
|
||||
|
||||
@@ -47,5 +47,5 @@ if {${name} ne ${subport}} {
|
||||
}
|
||||
}
|
||||
livecheck.type none
|
||||
notes "Warning The xml.etree.ElementTree module is not secure against maliciously constructed data. If you need to parse untrusted or unauthenticated data see {http://docs.python.org/2/library/xml.html#xml-vulnerabilities XML vulnerabilities}."
|
||||
notes "Warning The xml.etree.ElementTree module is not secure against maliciously constructed data. If you need to parse untrusted or unauthenticated data see {https://docs.python.org/2/library/xml.html#xml-vulnerabilities XML vulnerabilities}."
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ homepage http://elixir.ematia.de/
|
||||
|
||||
supported_archs noarch
|
||||
|
||||
master_sites http://cheeseshop.python.org/packages/source/E/Elixir/
|
||||
master_sites https://cheeseshop.python.org/packages/source/E/Elixir/
|
||||
distname Elixir-${version}
|
||||
checksums md5 5615ec9693e3a8e44f69623d58f54116 \
|
||||
sha1 22a1fbdc0163532b7cfbbd54c074a0a5ccf7d060 \
|
||||
|
||||
@@ -13,8 +13,8 @@ description Robust enumerated type support in Python
|
||||
long_description This package provides a module for robust enumerations \
|
||||
in Python.
|
||||
|
||||
homepage http://cheeseshop.python.org/pypi/enum/
|
||||
master_sites http://cheeseshop.python.org/packages/source/e/enum/
|
||||
homepage https://cheeseshop.python.org/pypi/enum/
|
||||
master_sites https://cheeseshop.python.org/packages/source/e/enum/
|
||||
distname enum-${version}
|
||||
|
||||
checksums md5 ce75c7c3c86741175a84456cc5bd531e \
|
||||
|
||||
@@ -12,7 +12,7 @@ description Form generation tools to complement FormEncode
|
||||
long_description ${description}
|
||||
|
||||
homepage http://formbuild.org
|
||||
master_sites http://cheeseshop.python.org/packages/source/F/FormBuild/
|
||||
master_sites https://cheeseshop.python.org/packages/source/F/FormBuild/
|
||||
distname FormBuild-${version}
|
||||
checksums sha1 d5ecac453d0083ea89f394cc373af1440ea844a9
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ long_description \
|
||||
values.
|
||||
|
||||
homepage http://research.warnes.net/projects/rzope/fpconst/
|
||||
master_sites http://cheeseshop.python.org/packages/source/f/fpconst/
|
||||
master_sites https://cheeseshop.python.org/packages/source/f/fpconst/
|
||||
|
||||
distname fpconst-${version}
|
||||
checksums md5 10ba9e04129af23108d24c22c3a698b1
|
||||
@@ -32,6 +32,6 @@ if {${name} ne ${subport}} {
|
||||
livecheck.type none
|
||||
} else {
|
||||
livecheck.type regex
|
||||
livecheck.url http://cheeseshop.python.org/pypi/fpconst/
|
||||
livecheck.url https://cheeseshop.python.org/pypi/fpconst/
|
||||
livecheck.regex fpconst-(\[0-9\.\]+).tar.gz
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ long_description HTMLTemplate converts HTML/XHTML templates into simple \
|
||||
callback functions in your scripts.
|
||||
|
||||
homepage http://freespace.virgin.net/hamish.sanderson/htmltemplate.html
|
||||
master_sites http://cheeseshop.python.org/packages/source/H/HTMLTemplate/
|
||||
master_sites https://cheeseshop.python.org/packages/source/H/HTMLTemplate/
|
||||
distname HTMLTemplate-${version}
|
||||
checksums md5 c6f3f9d00373319df1ddb4b94327d0a7 \
|
||||
sha1 e538e19074df19a171ff873e115e01d69ed32464 \
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user