summaryrefslogtreecommitdiff
path: root/dev-python/dexml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /dev-python/dexml
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-python/dexml')
-rw-r--r--dev-python/dexml/Manifest2
-rw-r--r--dev-python/dexml/dexml-0.5.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dexml/Manifest b/dev-python/dexml/Manifest
index 4962206ed7e5..6a8052681c66 100644
--- a/dev-python/dexml/Manifest
+++ b/dev-python/dexml/Manifest
@@ -1,3 +1,3 @@
DIST dexml-0.5.1.tar.gz 24359 BLAKE2B 98f315a331fc1d2b69250a088bc491d6e425106dea0025a26c044951b164f61880cd772a88eaee688ccb550050981c5fe489dd9e8d74bda2c351e183b15bb5e9 SHA512 b8ac2b9f875ac7cf699eb9ee17adb8678ed8d4a796130bbb60f05431207adb68f490b7a7a41600acbc16a3cc08d55f22d91a13e53fe3d835a322709ee3446c9f
-EBUILD dexml-0.5.1.ebuild 609 BLAKE2B b7253bbeb911ec1fd0ebd313a51e0e691aeb130ff00c98e3c55f3eb6f7e489408fccb90746fdcb3ca7c4659f9a8cf14d4d2662fb720f7331d5ada5fe420bc365 SHA512 fa98f546b2edd90a9c7752b5b393065be5aba7c7a7c17e0b67c6cd8f1ff4b073f9332b25c0480ef249996210e920836f39042e477b995f07469de986218a59d3
+EBUILD dexml-0.5.1.ebuild 577 BLAKE2B 6d9cc3971dbc137089616c7c89e477fbe19198dd228f700e75c8ebc834b56ca0964d00601399be2d29dc4a80742281a64cef6c1ac3fb91ee814c177517ba37ad SHA512 388cc03b49ed1a2635df3fcdc10c5a2eb7ea25fb068bff5a86129dc343a4bab8326e846dfc04ca4576e025339103be8b6427fbb27b51c5cec013b2e7c27e4f07
MISC metadata.xml 482 BLAKE2B 723601ff5198bd9c34e3e4500e49ea082618c341e217d1fe845123d38b80992620d0e3c1a4c113bd25a2105f7dd12b865f0a9f1201886a954ea43c66b743755d SHA512 ab731eeb859d2eda21fc492a4c63c39001e49011e6d2b9fa661aa2b1b3a03874d0219b81e614ef371a42b6695847376c6880b349bb40862d3e23f6646be0096a
diff --git a/dev-python/dexml/dexml-0.5.1.ebuild b/dev-python/dexml/dexml-0.5.1.ebuild
index 83993fe170ac..ca49a4bd648a 100644
--- a/dev-python/dexml/dexml-0.5.1.ebuild
+++ b/dev-python/dexml/dexml-0.5.1.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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Dead-simple Object-XML mapper for Python"
-HOMEPAGE="http://packages.python.org/dexml http://pypi.python.org/pypi/dexml"
+HOMEPAGE="https://pypi.python.org/pypi/dexml"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"