diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-13 20:19:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:52:16 +0100 |
commit | dce7b992fb4298ca7bbc548e68f6a88afc51ea2a (patch) | |
tree | 9b5da080905b7bd49005cc3a67a020c5d3f35291 /dev-python/attrs | |
parent | dev-python/astng: use HTTPS (diff) | |
download | gentoo-dce7b992fb4298ca7bbc548e68f6a88afc51ea2a.tar.gz gentoo-dce7b992fb4298ca7bbc548e68f6a88afc51ea2a.tar.bz2 gentoo-dce7b992fb4298ca7bbc548e68f6a88afc51ea2a.zip |
dev-python/attrs: use HTTPS
Diffstat (limited to 'dev-python/attrs')
-rw-r--r-- | dev-python/attrs/attrs-16.3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/attrs/attrs-17.2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/attrs/attrs-16.3.0-r1.ebuild b/dev-python/attrs/attrs-16.3.0-r1.ebuild index dac2d9e2c39c..901e5a5b218f 100644 --- a/dev-python/attrs/attrs-16.3.0-r1.ebuild +++ b/dev-python/attrs/attrs-16.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="Attributes without boilerplate" HOMEPAGE=" https://github.com/hynek/attrs https://attrs.readthedocs.org/ - http://pypi.python.org/pypi/attrs" + https://pypi.python.org/pypi/attrs" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/attrs/attrs-17.2.0.ebuild b/dev-python/attrs/attrs-17.2.0.ebuild index ad915df95f6d..5e9fdd7f33f5 100644 --- a/dev-python/attrs/attrs-17.2.0.ebuild +++ b/dev-python/attrs/attrs-17.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="Attributes without boilerplate" HOMEPAGE=" https://github.com/hynek/attrs https://attrs.readthedocs.org/ - http://pypi.python.org/pypi/attrs" + https://pypi.python.org/pypi/attrs" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |