summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-23 16:51:46 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-24 14:10:47 +0100
commita42698d36805f24acab34c2c74971c0cff85c93f (patch)
treef7ec778724eecb251a717d078b5a3fa8f1cac333 /dev-python/python-memcached
parentdev-python/sancho: use HTTPS (diff)
downloadgentoo-a42698d36805f24acab34c2c74971c0cff85c93f.tar.gz
gentoo-a42698d36805f24acab34c2c74971c0cff85c93f.tar.bz2
gentoo-a42698d36805f24acab34c2c74971c0cff85c93f.zip
dev-python/python-memcached: use HTTPS
Diffstat (limited to 'dev-python/python-memcached')
-rw-r--r--dev-python/python-memcached/python-memcached-1.53-r1.ebuild5
-rw-r--r--dev-python/python-memcached/python-memcached-1.58.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/python-memcached/python-memcached-1.53-r1.ebuild b/dev-python/python-memcached/python-memcached-1.53-r1.ebuild
index d5b2923582c0..a14809eda6ad 100644
--- a/dev-python/python-memcached/python-memcached-1.53-r1.ebuild
+++ b/dev-python/python-memcached/python-memcached-1.53-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Pure python memcached client"
-HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/ https://pypi.python.org/pypi/python-memcached"
+HOMEPAGE="https://www.tummy.com/Community/software/python-memcached/
+ https://pypi.python.org/pypi/python-memcached"
SRC_URI="ftp://ftp.tummy.com/pub/python-memcached/old-releases/${P}.tar.gz"
LICENSE="OSL-2.0"
diff --git a/dev-python/python-memcached/python-memcached-1.58.ebuild b/dev-python/python-memcached/python-memcached-1.58.ebuild
index 979976df4e01..7b8cf80ce499 100644
--- a/dev-python/python-memcached/python-memcached-1.58.ebuild
+++ b/dev-python/python-memcached/python-memcached-1.58.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=5
@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Pure python memcached client"
HOMEPAGE="
- http://www.tummy.com/Community/software/python-memcached/
+ https://www.tummy.com/Community/software/python-memcached/
https://pypi.python.org/pypi/python-memcached"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"