diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-10-04 03:19:27 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-10-04 03:19:27 +0000 |
commit | ac8613aecd4f033e0449cc1080a288a30cd549a1 (patch) | |
tree | 71ffb94d316cc95ca40c8824947a73cecc58d727 /dev-python/xmltodict | |
parent | Bump. (diff) | |
download | gentoo-2-ac8613aecd4f033e0449cc1080a288a30cd549a1.tar.gz gentoo-2-ac8613aecd4f033e0449cc1080a288a30cd549a1.tar.bz2 gentoo-2-ac8613aecd4f033e0449cc1080a288a30cd549a1.zip |
Add pypi site to HOMEPAGE and upstream metadata.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/xmltodict')
-rw-r--r-- | dev-python/xmltodict/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/xmltodict/metadata.xml | 5 | ||||
-rw-r--r-- | dev-python/xmltodict/xmltodict-0.7.0.ebuild | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/dev-python/xmltodict/ChangeLog b/dev-python/xmltodict/ChangeLog index f3d6f151f8ac..2d6d1d951969 100644 --- a/dev-python/xmltodict/ChangeLog +++ b/dev-python/xmltodict/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/xmltodict # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/ChangeLog,v 1.1 2013/10/04 03:14:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/ChangeLog,v 1.2 2013/10/04 03:19:27 radhermit Exp $ + + 04 Oct 2013; Tim Harder <radhermit@gentoo.org> xmltodict-0.7.0.ebuild, + metadata.xml: + Add pypi site to HOMEPAGE and upstream metadata. *xmltodict-0.7.0 (04 Oct 2013) diff --git a/dev-python/xmltodict/metadata.xml b/dev-python/xmltodict/metadata.xml index de483c53568f..8101a7488bb1 100644 --- a/dev-python/xmltodict/metadata.xml +++ b/dev-python/xmltodict/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> + <herd>python</herd> + <upstream> + <remote-id type="pypi">xmltodict</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-python/xmltodict/xmltodict-0.7.0.ebuild b/dev-python/xmltodict/xmltodict-0.7.0.ebuild index 3439630d4378..077112cc3db4 100644 --- a/dev-python/xmltodict/xmltodict-0.7.0.ebuild +++ b/dev-python/xmltodict/xmltodict-0.7.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/xmltodict-0.7.0.ebuild,v 1.1 2013/10/04 03:14:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xmltodict/xmltodict-0.7.0.ebuild,v 1.2 2013/10/04 03:19:27 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 DESCRIPTION="Makes working with XML feel like you are working with JSON" -HOMEPAGE="https://github.com/martinblech/xmltodict/" +HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.python.org/pypi/xmltodict/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |