dev-python/slixmpp: Update homepage/repo

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-11-05 16:31:14 +01:00
parent 79318d140e
commit d4bd6e6ad1
3 changed files with 13 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="codeberg">poezio/slixmpp</remote-id>
<remote-id type="pypi">slixmpp</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -10,12 +10,15 @@ PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python 3 library for XMPP"
HOMEPAGE="https://lab.louiz.org/poezio/slixmpp"
HOMEPAGE="
https://codeberg.org/poezio/slixmpp/
https://pypi.org/project/slixmpp/
"
LICENSE="MIT"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git https://github.com/poezio/slixmpp.git"
EGIT_REPO_URI="https://codeberg.org/poezio/slixmpp.git"
inherit git-r3
else
inherit pypi

View File

@@ -3,18 +3,22 @@
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python 3 library for XMPP"
HOMEPAGE="https://lab.louiz.org/poezio/slixmpp"
HOMEPAGE="
https://codeberg.org/poezio/slixmpp/
https://pypi.org/project/slixmpp/
"
LICENSE="MIT"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git https://github.com/poezio/slixmpp.git"
EGIT_REPO_URI="https://codeberg.org/poezio/slixmpp.git"
inherit git-r3
else
inherit pypi