dev-python/dasbus: update upstream name

Fix VariableOrderCheck

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-04-29 11:58:40 +02:00
parent f06b1fc86d
commit ab547b03d1
2 changed files with 5 additions and 5 deletions

View File

@@ -8,12 +8,12 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="DBus library in Python 3"
HOMEPAGE="https://github.com/rhinstaller/dasbus"
SRC_URI="https://github.com/rhinstaller/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
HOMEPAGE="https://github.com/dasbus-project/dasbus"
SRC_URI="https://github.com/dasbus-project/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

View File

@@ -3,8 +3,8 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<bugs-to>https://github.com/rhinstaller/dasbus/issues</bugs-to>
<remote-id type="github">rhinstaller/dasbus</remote-id>
<bugs-to>https://github.com/dasbus-project/dasbus/issues</bugs-to>
<remote-id type="github">dasbus-project/dasbus</remote-id>
<remote-id type="pypi">dasbus</remote-id>
</upstream>
</pkgmetadata>