diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
commit | 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch) | |
tree | b041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/aadict | |
parent | 5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff) |
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/aadict')
-rw-r--r-- | dev-python/aadict/Manifest | 2 | ||||
-rw-r--r-- | dev-python/aadict/aadict-0.2.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aadict/Manifest b/dev-python/aadict/Manifest index deca4ab45cc4..4a6195e2462f 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 718 BLAKE2B ed6d23c713e4f5895566b12a6dcbeb49d9ea47da7f011807a1e5f0a5275e2292291ddf0047df9f7429ebd218fc03b32cddf5c3e3d4b00d09a63c1e39d1925d7f SHA512 cc74bf0712a7337d5906a86b1d25df3bd7ed86e97ce3746d134e125f8cc8e80208e699aeaca323fba52b7cfec1ccb266065daa093d0786bd7872cfd270190304 +EBUILD aadict-0.2.3.ebuild 714 BLAKE2B dd412cd014396dd99586b5f30bd44ee8daf485b13c0a9d648da1353916b1a7271746d02fb0458ee8427952adde5eefde11b1fcb7de9b21cab4b6716d62c7bad3 SHA512 ace29e1bdefc36a8ed4d07eb5843c1ae79146f84b2617751bad1402316af0081e5b40dcde7433818b9e32c16c91141485321ace53e58dd310fc85cfbcb577ee3 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 d1e53a109456..391cafc019a8 100644 --- a/dev-python/aadict/aadict-0.2.3.ebuild +++ b/dev-python/aadict/aadict-0.2.3.ebuild @@ -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 https://pypi.python.org/pypi/aadict" +HOMEPAGE="https://github.com/metagriffin/aadict https://pypi.org/project/aadict" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3+" |