package urls: pypi.org -> pypi.io (#15880)

This commit is contained in:
Adam J. Stewart 2020-04-05 15:43:09 -05:00 committed by GitHub
parent 68b4beb725
commit a3b9dbcbfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 13 deletions

View file

@ -10,7 +10,7 @@ class PyBackportsWeakref(PythonPackage):
"""Backports of new features in Python's weakref module"""
homepage = "https://github.com/PiDelport/backports.weakref"
url = "https://pypi.org/packages/source/b/backports.weakref/backports.weakref-1.0.post1.tar.gz"
url = "https://pypi.io/packages/source/b/backports.weakref/backports.weakref-1.0.post1.tar.gz"
version('1.0.post1', sha256='bc4170a29915f8b22c9e7c4939701859650f2eb84184aee80da329ac0b9825c2', preferred=True)
version('1.0rc1', sha256='8813bf712a66b3d8b85dc289e1104ed220f1878cf981e2fe756dfaabe9a82892')

View file

@ -10,7 +10,7 @@ class PyColorlog(PythonPackage):
"""A colored formatter for the python logging module"""
homepage = "https://github.com/borntyping/python-colorlog"
url = "https://pypi.org/packages/source/c/colorlog/colorlog-4.0.2.tar.gz"
url = "https://pypi.io/packages/source/c/colorlog/colorlog-4.0.2.tar.gz"
version('4.0.2', sha256='3cf31b25cbc8f86ec01fef582ef3b840950dea414084ed19ab922c8b493f9b42')
version('3.1.4', sha256='418db638c9577f37f0fae4914074f395847a728158a011be2a193ac491b9779d')

View file

@ -15,7 +15,7 @@ class PyColorpy(PythonPackage):
"""
homepage = "http://markkness.net/colorpy/ColorPy.html"
url = "https://pypi.org/packages/source/c/colorpy/colorpy-0.1.1.tar.gz"
url = "https://pypi.io/packages/source/c/colorpy/colorpy-0.1.1.tar.gz"
version('0.1.1', sha256='e400a7e879adc83c6098dde13cdd093723f3936778c245b1caf88f5f1411170d')

View file

@ -11,7 +11,7 @@ class PyExodusBundler(PythonPackage):
ELF binaries from one system to another."""
homepage = "https://github.com/intoli/exodus"
url = "https://pypi.org/packages/source/e/exodus-bundler/exodus-bundler-2.0.2.tar.gz"
url = "https://pypi.io/packages/source/e/exodus-bundler/exodus-bundler-2.0.2.tar.gz"
version('2.0.2', sha256='4e896a2034b94cf7b4fb33d86a68e29a7d3b08e57541e444db34dddc6ac1ef68')

View file

@ -9,7 +9,7 @@
class PyHdfs(PythonPackage):
"""API and command line interface for HDFS"""
homepage = "https://hdfscli.readthedocs.io/en/latest/"
url = "https://pypi.org/packages/source/h/hdfs/hdfs-2.1.0.tar.gz"
url = "https://pypi.io/packages/source/h/hdfs/hdfs-2.1.0.tar.gz"
version('2.1.0', sha256='a40fe99ccb03b5c3247b33a4110eb21b57405dd7c3f1b775e362e66c19b44bc6')

View file

@ -10,7 +10,7 @@ class PyJprops(PythonPackage):
"""Java properties file parser for Python"""
homepage = "https://github.com/mgood/jprops/"
url = "https://pypi.org/packages/source/j/jprops/jprops-2.0.2.tar.gz"
url = "https://pypi.io/packages/source/j/jprops/jprops-2.0.2.tar.gz"
version('2.0.2', sha256='d297231833b6cd0a3f982a48fe148a7f9817f2895661743d166b267e4d3d5b2c')

View file

@ -10,7 +10,7 @@ class PyProgress(PythonPackage):
"""Easy progress reporting for Python"""
homepage = "https://github.com/verigak/progress/"
url = "https://pypi.org/packages/source/p/progress/progress-1.4.tar.gz"
url = "https://pypi.io/packages/source/p/progress/progress-1.4.tar.gz"
version('1.4', sha256='5e2f9da88ed8236a76fffbee3ceefd259589cf42dfbc2cec2877102189fae58a')

View file

@ -13,7 +13,7 @@ class PyPyarrow(PythonPackage):
"""
homepage = "http://arrow.apache.org"
url = 'https://pypi.org/packages/source/p/pyarrow/pyarrow-0.15.1.tar.gz'
url = 'https://pypi.io/packages/source/p/pyarrow/pyarrow-0.15.1.tar.gz'
version('0.15.1', sha256='7ad074690ba38313067bf3bbda1258966d38e2037c035d08b9ffe3cce07747a5')
version('0.12.1', sha256='10db6e486c918c3af999d0114a22d92770687e3a6607ea3f14e6748854824c2a')

View file

@ -10,7 +10,7 @@ class PyPyspark(PythonPackage):
"""Python bindings for Apache Spark"""
homepage = "http://spark.apache.org"
url = "https://pypi.org/packages/source/p/pyspark/pyspark-2.3.0.tar.gz"
url = "https://pypi.io/packages/source/p/pyspark/pyspark-2.3.0.tar.gz"
version('2.3.0', sha256='0b3536910e154c36a94239f0ba0a201f476aadc72006409e5787198ffd01986e')

View file

@ -10,7 +10,7 @@ class PyRequestsFutures(PythonPackage):
"""Asynchronous Python HTTP Requests for Humans using Futures"""
homepage = "https://github.com/ross/requests-futures"
url = "https://pypi.org/packages/source/r/requests-futures/requests-futures-1.0.0.tar.gz"
url = "https://pypi.io/packages/source/r/requests-futures/requests-futures-1.0.0.tar.gz"
version('1.0.0', sha256='35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148')

View file

@ -12,7 +12,7 @@ class PyTestinfra(PythonPackage):
Chef and so on."""
homepage = "https://testinfra.readthedocs.io"
url = "https://pypi.python.org/packages/source/t/testinfra/testinfra-1.11.1.tar.gz"
url = "https://pypi.io/packages/source/t/testinfra/testinfra-1.11.1.tar.gz"
version('1.18.0', sha256='4a0a70355b007729d78446c86bffd80bcea4ffe9adc9571f9c9779476c49153d')
version('1.13.0', sha256='b5afa23d71ee49ad81aed104e4a0f1c02819ef791291cd308fe27aa7f3d3b01f')

View file

@ -10,7 +10,9 @@ class PyUsgs(PythonPackage):
"""Client library for interfacing with USGS datasets"""
homepage = "https://github.com/kapadia/usgs"
url = "https://pypi.org/packages/source/u/usgs/usgs-0.2.7.tar.gz"
url = "https://pypi.io/packages/source/u/usgs/usgs-0.2.7.tar.gz"
maintainers = ['adamjstewart']
version('0.2.7', sha256='484e569ea1baf9574e11ccf15219957364690dcf06ee3d09afef030df944e79b')

View file

@ -11,7 +11,7 @@ class PyUwsgi(PythonPackage):
"""Web Application framework for low overhead web services"""
homepage = "https://github.com/unbit/uwsgi/"
url = "https://pypi.org/packages/source/u/uwsgi/uwsgi-2.0.18.tar.gz"
url = "https://pypi.io/packages/source/u/uwsgi/uwsgi-2.0.18.tar.gz"
version('2.0.18', sha256='4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583')