diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-17 07:16:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-17 08:47:43 +0100 |
commit | f2690dae243e84caf2210b0af855c4c59439c18a (patch) | |
tree | cdf1ee451c32a0a6feb02777d4324c236c413f86 /dev-python/patsy | |
parent | dev-python/pandas: Use HTTPS (diff) | |
download | gentoo-f2690dae243e84caf2210b0af855c4c59439c18a.tar.gz gentoo-f2690dae243e84caf2210b0af855c4c59439c18a.tar.bz2 gentoo-f2690dae243e84caf2210b0af855c4c59439c18a.zip |
dev-python/patsy: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/patsy')
-rw-r--r-- | dev-python/patsy/patsy-0.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/patsy/patsy-0.5.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/patsy/patsy-0.4.1.ebuild b/dev-python/patsy/patsy-0.4.1.ebuild index 613596d543e5..922367425e19 100644 --- a/dev-python/patsy/patsy-0.4.1.ebuild +++ b/dev-python/patsy/patsy-0.4.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python module to describe statistical models and design matrices" -HOMEPAGE="http://patsy.readthedocs.org/en/latest/index.html" +HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="BSD" diff --git a/dev-python/patsy/patsy-0.5.1.ebuild b/dev-python/patsy/patsy-0.5.1.ebuild index 5bc580644449..005ace41e31c 100644 --- a/dev-python/patsy/patsy-0.5.1.ebuild +++ b/dev-python/patsy/patsy-0.5.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Python module to describe statistical models and design matrices" -HOMEPAGE="http://patsy.readthedocs.org/en/latest/index.html" +HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html" SRC_URI="https://files.pythonhosted.org/packages/49/c7/b971d8685c52512dbaa45bf8d076695432245a9f59509fb20a6c8e4ff69a/patsy-0.5.1.tar.gz" LICENSE="BSD" |