commit: c348e917b53109abad78faa6643d09b9c36cd45d Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Fri Mar 27 17:41:20 2020 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Fri Mar 27 17:41:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c348e917
dev-python/outcome: longdesc, pypi, license fixes Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/outcome/metadata.xml | 12 ++++++++---- dev-python/outcome/outcome-1.0.1.ebuild | 7 +++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/dev-python/outcome/metadata.xml b/dev-python/outcome/metadata.xml index 628ab20..a3b7ac9 100644 --- a/dev-python/outcome/metadata.xml +++ b/dev-python/outcome/metadata.xml @@ -2,8 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Andrew Ammerlaan</name> - </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Andrew Ammerlaan</name> + </maintainer> + <upstream> + <remote-id type="github">python-trio/outcome</remote-id> + <remote-id type="pypi">outcome</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-python/outcome/outcome-1.0.1.ebuild b/dev-python/outcome/outcome-1.0.1.ebuild index ed502c1..1b58127 100644 --- a/dev-python/outcome/outcome-1.0.1.ebuild +++ b/dev-python/outcome/outcome-1.0.1.ebuild @@ -8,10 +8,13 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Capture the outcome of Python function calls" -HOMEPAGE="https://github.com/python-trio/outcome" +HOMEPAGE=" + https://github.com/python-trio/outcome + https://pypi.org/project/outcome +" SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0 MIT" +LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" KEYWORDS="~amd64 ~x86"
