From 995b68387b315ed34f408c2fa0c2d0be5613ff23 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 20 Apr 2018 19:30:04 +0200 Subject: [PATCH] xbps-src: pypi.python.org -> pypi.org --- srcpkgs/buku/template | 2 +- srcpkgs/libvirt-python/template | 2 +- srcpkgs/python-MiniMock/template | 2 +- srcpkgs/python-Unidecode/template | 2 +- srcpkgs/python-cssutils/template | 2 +- srcpkgs/python-cups/template | 2 +- srcpkgs/python-fasteners/template | 2 +- srcpkgs/python-feedgenerator/template | 2 +- srcpkgs/python-feedparser/template | 2 +- srcpkgs/python-gnupg/update | 2 +- srcpkgs/python-jupyter_widgetsnbextension/template | 2 +- srcpkgs/python-ldap/update | 2 +- srcpkgs/python-lockfile/template | 2 +- srcpkgs/python-msp430-tools/template | 2 +- srcpkgs/python-msp430-tools/update | 2 +- srcpkgs/python-pathlib/template | 2 +- srcpkgs/python-pathspec/template | 2 +- srcpkgs/python-pykka/template | 2 +- srcpkgs/python-random2/template | 2 +- srcpkgs/python-regex/template | 2 +- srcpkgs/python-serpent/template | 2 +- srcpkgs/python-simplegeneric/template | 2 +- srcpkgs/python-six/template | 2 +- srcpkgs/python-socketIO-client/template | 2 +- srcpkgs/python-termcolor/template | 2 +- srcpkgs/python3-slixmpp/template | 2 +- srcpkgs/turses/template | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/srcpkgs/buku/template b/srcpkgs/buku/template index ea027c6f1bb..8d3bb98c3e9 100644 --- a/srcpkgs/buku/template +++ b/srcpkgs/buku/template @@ -17,7 +17,7 @@ noarch=yes do_check() { # bukuDb requires unpackaged python-pytest-capturelog - # https://pypi.python.org/pypi/pytest-capturelog for the interested + # https://pypi.org/project/pytest-capturelog/ for the interested pytest3 --ignore=tests/test_bukuDb.py } diff --git a/srcpkgs/libvirt-python/template b/srcpkgs/libvirt-python/template index 3f6267feefe..1acdfb14835 100644 --- a/srcpkgs/libvirt-python/template +++ b/srcpkgs/libvirt-python/template @@ -9,7 +9,7 @@ pycompile_module="libvirt.py libvirt_lxc.py libvirt_qemu.py" short_desc="The libvirt virtualization API Python2 binding" maintainer="Andrea Brancaleoni " license="LGPL-2.1" -homepage="https://pypi.python.org/pypi/libvirt-python" +homepage="https://pypi.org/project/libvirt-python/" distfiles="${PYPI_SITE}/l/${pkgname}/${pkgname}-${version}.tar.gz" checksum=27705ee0046055b794468015c43861e8281695235d17007952547631cc6912dc diff --git a/srcpkgs/python-MiniMock/template b/srcpkgs/python-MiniMock/template index 37191717aaf..c83354267d6 100644 --- a/srcpkgs/python-MiniMock/template +++ b/srcpkgs/python-MiniMock/template @@ -10,7 +10,7 @@ depends="python" short_desc="The simplest possible mock library in Python2" maintainer="maxice8 " license="MIT" -homepage="https://pypi.python.org/pypi/MiniMock" +homepage="https://pypi.org/project/MiniMock/" distfiles="${PYPI_SITE}/M/MiniMock/MiniMock-${version}.tar.gz" checksum=5fdfdfeadf0fc781d0592a1b90d2fcc11581f682ff7cba6201cfdb15c3ea5a4c noarch=yes diff --git a/srcpkgs/python-Unidecode/template b/srcpkgs/python-Unidecode/template index 0d31e89aff8..51d2ea57ee7 100644 --- a/srcpkgs/python-Unidecode/template +++ b/srcpkgs/python-Unidecode/template @@ -10,7 +10,7 @@ depends="python-setuptools" pycompile_module="unidecode" short_desc="Python2 ASCII transliterations of Unicode text" maintainer="Juan RP " -homepage="https://pypi.python.org/pypi/Unidecode/" +homepage="https://pypi.org/project/Unidecode/" license="GPL-2" distfiles="${PYPI_SITE}/U/Unidecode/Unidecode-${version}.tar.gz" checksum=8c33dd588e0c9bc22a76eaa0c715a5434851f726131bd44a6c26471746efabf5 diff --git a/srcpkgs/python-cssutils/template b/srcpkgs/python-cssutils/template index fd3ca084898..aebad9b032c 100644 --- a/srcpkgs/python-cssutils/template +++ b/srcpkgs/python-cssutils/template @@ -11,7 +11,7 @@ pycompile_module="cssutils encutils" short_desc="A CSS Cascading Style Sheets library for Python2" maintainer="Farhad Shahbazi " license="LGPL-3" -homepage="http://pypi.python.org/pypi/cssutils" +homepage="https://pypi.org/project/cssutils/" distfiles="${PYPI_SITE}/c/cssutils/cssutils-${version}.tar.gz" checksum=a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf diff --git a/srcpkgs/python-cups/template b/srcpkgs/python-cups/template index 20646ded000..e02d475e62e 100644 --- a/srcpkgs/python-cups/template +++ b/srcpkgs/python-cups/template @@ -7,7 +7,7 @@ build_style=python-module hostmakedepends="python-devel python3-devel" makedepends="${hostmakedepends} cups-devel" short_desc="Python2 CUPS bindings" -homepage="https://pypi.python.org/pypi/pycups" +homepage="https://pypi.org/project/pycups/" license="GPL-2" maintainer="Juan RP " distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.bz2" diff --git a/srcpkgs/python-fasteners/template b/srcpkgs/python-fasteners/template index 4d0473429a2..76e63012921 100644 --- a/srcpkgs/python-fasteners/template +++ b/srcpkgs/python-fasteners/template @@ -10,7 +10,7 @@ depends="python-monotonic python-six" pycompile_module="fasteners" short_desc="Python2 package that provides useful locks" maintainer="Leah Neukirchen " -homepage="https://pypi.python.org/pypi/fasteners" +homepage="https://pypi.org/project/fasteners/" license="Apache-2.0" distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz" checksum=427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18 diff --git a/srcpkgs/python-feedgenerator/template b/srcpkgs/python-feedgenerator/template index 8970cbdbf53..9aa323c6a35 100644 --- a/srcpkgs/python-feedgenerator/template +++ b/srcpkgs/python-feedgenerator/template @@ -11,7 +11,7 @@ depends="python-pytz python-six" pycompile_module="feedgenerator" short_desc="Python2 standalone version of django.utils.feedgenerator" maintainer="Juan RP " -homepage="https://pypi.python.org/pypi/feedgenerator/" +homepage="https://pypi.org/project/feedgenerator/" license="BSD" distfiles="${PYPI_SITE}/f/feedgenerator/feedgenerator-${version}.tar.gz" checksum=5ae05daa9cfa47fa406ee4744d0b7fa1c8a05a7a47ee0ad328ddf55327cfb106 diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template index 356cb3a6fdf..0db53e0922c 100644 --- a/srcpkgs/python-feedparser/template +++ b/srcpkgs/python-feedparser/template @@ -10,7 +10,7 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python" maintainer="Orphaned " license="Simplified BSD" -homepage="https://pypi.python.org/pypi/feedparser" +homepage="https://pypi.org/project/feedparser/" short_desc="Parse Atom and RSS feeds in Python2" distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.bz2" checksum=ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02 diff --git a/srcpkgs/python-gnupg/update b/srcpkgs/python-gnupg/update index 1ddb53a8912..096068c1cc4 100644 --- a/srcpkgs/python-gnupg/update +++ b/srcpkgs/python-gnupg/update @@ -1,3 +1,3 @@ package="python-gnupg" -site="https://pypi.python.org/pypi/python-gnupg" +site="https://pypi.org/project/python-gnupg/" pattern='python-gnupg \K[\d.]+' diff --git a/srcpkgs/python-jupyter_widgetsnbextension/template b/srcpkgs/python-jupyter_widgetsnbextension/template index 02f49efeea7..2f0924c8740 100644 --- a/srcpkgs/python-jupyter_widgetsnbextension/template +++ b/srcpkgs/python-jupyter_widgetsnbextension/template @@ -12,7 +12,7 @@ depends="python-jupyter_widgetsnbextension-data>=${version}_${revision} python-jupyter_notebook" short_desc="Interactive HTML widgets for Jupyter notebooks (Python2)" maintainer="Alessio Sergi " -homepage="https://pypi.python.org/pypi/widgetsnbextension" +homepage="https://pypi.org/project/widgetsnbextension/" license="BSD-3-Clause" distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz" checksum=5417789ee6064ff515fd10be24870660af3561c02d3d48b26f6f44285d0f70cc diff --git a/srcpkgs/python-ldap/update b/srcpkgs/python-ldap/update index 2d64e8e28ac..1fa20e2fd83 100644 --- a/srcpkgs/python-ldap/update +++ b/srcpkgs/python-ldap/update @@ -1 +1 @@ -site=https://pypi.python.org/pypi/python-ldap/ +site=https://pypi.org/project/python-ldap/ diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template index 377fb1dd086..c3932ae36d0 100644 --- a/srcpkgs/python-lockfile/template +++ b/srcpkgs/python-lockfile/template @@ -11,7 +11,7 @@ depends="python" pycompile_module="lockfile" short_desc="Platform-independent file locking module (Python2)" maintainer="Juan RP " -homepage="https://pypi.python.org/pypi/lockfile" +homepage="https://pypi.org/project/lockfile/" license="MIT" distfiles="${PYPI_SITE}/l/lockfile/lockfile-${version}.tar.gz" checksum=6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799 diff --git a/srcpkgs/python-msp430-tools/template b/srcpkgs/python-msp430-tools/template index eb3854a176e..d6ddece726b 100644 --- a/srcpkgs/python-msp430-tools/template +++ b/srcpkgs/python-msp430-tools/template @@ -10,7 +10,7 @@ depends="python-pyserial" short_desc="Collection of tools related to the MSP430 embedded processor" maintainer="Leah Neukirchen " license="3-clause-BSD" -homepage="http://pypi.python.org/pypi/python-msp430-tools" +homepage="https://pypi.org/project/python-msp430-tools/" distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" checksum=ad92ddd5ff55e81f94a004c5437ec34dd39b2dd9b054f16e71a57fe9908904cb diff --git a/srcpkgs/python-msp430-tools/update b/srcpkgs/python-msp430-tools/update index 95557fd92d6..d2fa82e2f8c 100644 --- a/srcpkgs/python-msp430-tools/update +++ b/srcpkgs/python-msp430-tools/update @@ -1 +1 @@ -site='https://pypi.python.org/pypi/python-msp430-tools' +site=https://pypi.org/project/python-msp430-tools/ diff --git a/srcpkgs/python-pathlib/template b/srcpkgs/python-pathlib/template index 75426c95085..c74588a0741 100644 --- a/srcpkgs/python-pathlib/template +++ b/srcpkgs/python-pathlib/template @@ -10,7 +10,7 @@ depends="python" pycompile_module="pathlib.py" short_desc="Backport of Python 3.4 pathlib module" maintainer="Alessio Sergi " -homepage="https://pypi.python.org/pypi/pathlib" +homepage="https://pypi.org/project/pathlib/" license="MIT" distfiles="${PYPI_SITE}/p/pathlib/pathlib-${version}.tar.gz" checksum=6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f diff --git a/srcpkgs/python-pathspec/template b/srcpkgs/python-pathspec/template index b3d070a9fb0..bbc09ce518f 100644 --- a/srcpkgs/python-pathspec/template +++ b/srcpkgs/python-pathspec/template @@ -11,7 +11,7 @@ depends="python" short_desc="A Python2 utility library for pattern matching of file paths" maintainer="Sir_Boops " license="MPL-2" -homepage="https://pypi.python.org/pypi/pathspec" +homepage="https://pypi.org/project/pathspec/" distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz" checksum=72c495d1bbe76674219e307f6d1c6062f2e1b0b483a5e4886435127d0df3d0d3 diff --git a/srcpkgs/python-pykka/template b/srcpkgs/python-pykka/template index e15e7a16c4b..aca9ad12414 100644 --- a/srcpkgs/python-pykka/template +++ b/srcpkgs/python-pykka/template @@ -10,7 +10,7 @@ hostmakedepends="python-setuptools" depends="python" short_desc="Python implementation of the actor model" maintainer="allan " -homepage="https://pypi.python.org/pypi/Pykka" +homepage="https://pypi.org/project/Pykka/" license="Apache-2.0" distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz" checksum=e847ffeadee49b563426ab803e8eee67264d773e38ca14763fdcda56411e3c11 diff --git a/srcpkgs/python-random2/template b/srcpkgs/python-random2/template index 4c6a0f8e063..8d47203468f 100644 --- a/srcpkgs/python-random2/template +++ b/srcpkgs/python-random2/template @@ -9,7 +9,7 @@ depends="python-setuptools" short_desc="Python 3 compatible Python 2 random Module" maintainer="Wilson Birney " license="Python 2.1.1" -homepage="https://pypi.python.org/pypi/random2" +homepage="https://pypi.org/project/random2/" distfiles="${PYPI_SITE}/r/random2/random2-1.0.1.zip" checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007 noarch=yes diff --git a/srcpkgs/python-regex/template b/srcpkgs/python-regex/template index 02eb7b7a9d5..709fe176300 100644 --- a/srcpkgs/python-regex/template +++ b/srcpkgs/python-regex/template @@ -10,6 +10,6 @@ makedepends="python-devel python3-devel" short_desc="Alternative regular expression module (Python2)" maintainer="Andrea Brancaleoni " license="PSF" -homepage="https://pypi.python.org/pypi/regex/" +homepage="https://pypi.org/project/regex/" distfiles="${PYPI_SITE}/r/regex/regex-$version.tar.gz" checksum=b44624a38d07d3c954c84ad302c29f7930f4bf01443beef5589e9157b14e2a29 diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template index 93e01ba3206..c9144971d1d 100644 --- a/srcpkgs/python-serpent/template +++ b/srcpkgs/python-serpent/template @@ -11,7 +11,7 @@ depends="python" short_desc="Serialization library based on ast.literal_eval (Python2)" maintainer="pulux " license="MIT" -homepage="https://pypi.python.org/pypi/serpent" +homepage="https://pypi.org/project/serpent/" distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz" checksum=b6855483d95a03b6aee358363684cd38a3a670240da5bc6da4253079cb07b8df diff --git a/srcpkgs/python-simplegeneric/template b/srcpkgs/python-simplegeneric/template index 4bf03937f1c..c56832cccf1 100644 --- a/srcpkgs/python-simplegeneric/template +++ b/srcpkgs/python-simplegeneric/template @@ -10,7 +10,7 @@ depends="python" pycompile_module="simplegeneric.py" short_desc="Simple generic functions for Python2" maintainer="Alessio Sergi " -homepage="https://pypi.python.org/pypi/simplegeneric" +homepage="https://pypi.org/project/simplegeneric/" license="ZPL" distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip" checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173 diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template index 03938d8658a..1c6568d15cb 100644 --- a/srcpkgs/python-six/template +++ b/srcpkgs/python-six/template @@ -10,7 +10,7 @@ depends="python" pycompile_module="six.py" short_desc="Python 2 and 3 compatibility utilities (Python2)" maintainer="Juan RP " -homepage="https://pypi.python.org/pypi/six/" +homepage="https://pypi.org/project/six/" license="MIT" distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz" checksum=105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a diff --git a/srcpkgs/python-socketIO-client/template b/srcpkgs/python-socketIO-client/template index f21c5d783d6..0cfcc4e16c6 100644 --- a/srcpkgs/python-socketIO-client/template +++ b/srcpkgs/python-socketIO-client/template @@ -11,7 +11,7 @@ depends="python-requests python-six python-websocket-client" short_desc="Python2 library for socket.io" maintainer="johannes " license="MIT" -homepage="https://pypi.python.org/pypi/socketIO-client" +homepage="https://pypi.org/project/socketIO-client/" distfiles="${PYPI_SITE}/s/socketIO-client/socketIO-client-${version}.tar.gz" checksum=64cd84fba79cf97f28c11e64d1fc42a2221f2d7a4fada05ab381e2d73d74d2c1 diff --git a/srcpkgs/python-termcolor/template b/srcpkgs/python-termcolor/template index 8d1004d730e..c936d382f02 100644 --- a/srcpkgs/python-termcolor/template +++ b/srcpkgs/python-termcolor/template @@ -11,7 +11,7 @@ depends="python" pycompile_module="termcolor.py" short_desc="Python2 ANSII Color formatting for output in terminal" maintainer="Juan RP " -homepage="https://pypi.python.org/pypi/termcolor" +homepage="https://pypi.org/project/termcolor/" license="MIT" distfiles="${PYPI_SITE}/t/termcolor/termcolor-${version}.tar.gz" checksum=1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template index b15064ca5f3..34bfab2e4d0 100644 --- a/srcpkgs/python3-slixmpp/template +++ b/srcpkgs/python3-slixmpp/template @@ -12,7 +12,7 @@ depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules" short_desc="An elegant Python library for XMPP" maintainer="Franklin Delehelle " license="MIT" -homepage="https://pypi.python.org/pypi/slixmpp" +homepage="https://pypi.org/project/slixmpp/" distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz" checksum=ff61f40ab3d05754c0757f2793a60a1a2a1d45c7e241bda008e965bd43785eae diff --git a/srcpkgs/turses/template b/srcpkgs/turses/template index a662ca68c1c..e1f20b4a38e 100644 --- a/srcpkgs/turses/template +++ b/srcpkgs/turses/template @@ -8,7 +8,7 @@ maintainer="maxice8 " hostmakedepends="python-setuptools" depends="python-urwid python-future python-tweepy python-backports.configparser" license="GPL-3" -homepage="https://pypi.python.org/pypi/turses" +homepage="https://pypi.org/project/turses/" distfiles="${PYPI_SITE}/t/turses/turses-${version}.tar.gz" checksum=46a61541d1acd1338561a198b3011081b91f118415c08b111444cdb24685b396 noarch=yes