mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/slixmpp: Update homepage/repo
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user