summaryrefslogtreecommitdiff
path: root/dev-python/aadict
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/aadict')
-rw-r--r--dev-python/aadict/Manifest2
-rw-r--r--dev-python/aadict/aadict-0.2.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/aadict/Manifest b/dev-python/aadict/Manifest
index 10da9221e75b..deca4ab45cc4 100644
--- a/dev-python/aadict/Manifest
+++ b/dev-python/aadict/Manifest
@@ -1,3 +1,3 @@
DIST aadict-0.2.3.tar.gz 16511 BLAKE2B ab9450e358fe0339f60f4d6be6445064c67303420e2d4045a21661f8038ad506c8cfe551fef9353404822b1a2824f6eb6461fc783e252ae156f5d76de41c9d3e SHA512 16f3ff59f41d5dd1f9504ed11d660636766758332a0317544253daef9d76f2fdfc654add6346ad809e56e2be51c1f19a645c1047ef01e1e4aee8db24afcab113
-EBUILD aadict-0.2.3.ebuild 717 BLAKE2B 17576d0a6633ccbc4018c22d0b5eb6d832961f2f935cb4351ae4f81c22a46eb619fc0db5118ab3fc338eb4b99e48ed948075b1918e1b77d0d2695fea8595b03c SHA512 ad5037d1ec869864ecc805a600a139d064e1a4f2afcbd1398d1bad9e6ff0ddd66ff649f1ab8ab44c163fec14d2eb92ee47c0cbd50a41eedc2ebcfa27d452492e
+EBUILD aadict-0.2.3.ebuild 718 BLAKE2B ed6d23c713e4f5895566b12a6dcbeb49d9ea47da7f011807a1e5f0a5275e2292291ddf0047df9f7429ebd218fc03b32cddf5c3e3d4b00d09a63c1e39d1925d7f SHA512 cc74bf0712a7337d5906a86b1d25df3bd7ed86e97ce3746d134e125f8cc8e80208e699aeaca323fba52b7cfec1ccb266065daa093d0786bd7872cfd270190304
MISC metadata.xml 503 BLAKE2B b917d303ed73f424328952a01daa1302e3dae2876f1e5fea0c0cf6792e2fe0957a873062cd9f7b5e2fa5e27ba56c3d98d06e112e2d20da0508fc6876f5d16933 SHA512 31dd3aecd967835f84c7f6449b1adaf8c8e6cbd2f8513dcb2b0d3193c97b8588f58fd881f27c7b766e072cead538f6327492977d2d03ae54654756b04ab9b5fc
diff --git a/dev-python/aadict/aadict-0.2.3.ebuild b/dev-python/aadict/aadict-0.2.3.ebuild
index 6b3efc9f648c..d1e53a109456 100644
--- a/dev-python/aadict/aadict-0.2.3.ebuild
+++ b/dev-python/aadict/aadict-0.2.3.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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="An auto-attribute dict (and a couple of other useful dict functions)"
-HOMEPAGE="https://github.com/metagriffin/aadict http://pypi.python.org/pypi/aadict"
+HOMEPAGE="https://github.com/metagriffin/aadict https://pypi.python.org/pypi/aadict"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"