dev-python/NSKeyedUnArchiver: update SRC_URI

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2023-08-13 16:11:54 +02:00
parent ed22c61012
commit ca13453ca5
2 changed files with 3 additions and 2 deletions

View File

@@ -3,13 +3,13 @@
EAPI=8
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Unserializes binary|text|file|memory plist data to Python dict"
HOMEPAGE="https://github.com/avibrazil/NSKeyedUnArchiver"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="GPL-2"

View File

@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="github">avibrazil/NSKeyedUnArchiver</remote-id>
<remote-id type="pypi">NSKeyedUnArchiver</remote-id>
<bugs-to>https://github.com/avibrazil/NSKeyedUnArchiver</bugs-to>
</upstream>
</pkgmetadata>