summaryrefslogtreecommitdiff
path: root/dev-python/slixmpp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-05 22:13:48 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-05 22:13:48 +0000
commit97975d199eba29b1b2f09f99dcd0566f2d1f581f (patch)
treee745f623575a90f1608f613dedfc4e441092909e /dev-python/slixmpp
parente65ee315554600740a3ecc9dde351e7ded136023 (diff)
gentoo auto-resync : 05:11:2023 - 22:13:48
Diffstat (limited to 'dev-python/slixmpp')
-rw-r--r--dev-python/slixmpp/Manifest6
-rw-r--r--dev-python/slixmpp/metadata.xml1
-rw-r--r--dev-python/slixmpp/slixmpp-1.8.4.ebuild9
-rw-r--r--dev-python/slixmpp/slixmpp-9999.ebuild12
4 files changed, 18 insertions, 10 deletions
diff --git a/dev-python/slixmpp/Manifest b/dev-python/slixmpp/Manifest
index eaf832bfba0f..490454887458 100644
--- a/dev-python/slixmpp/Manifest
+++ b/dev-python/slixmpp/Manifest
@@ -1,4 +1,4 @@
DIST slixmpp-1.8.4.tar.gz 546263 BLAKE2B 78a7b1b9015f27d63b3c127a292e2794a9de2283fbb9763ef52d03d37cc2d0fcc3f0696beca858a0d120991059a5eced62b5a4a9e87436b81dc17f6bbdc4b106 SHA512 afa82670e4cb2c904503a6ef652d3f2ecd59732a18eef05b85e0a55f15112685ecc1b50951b3f717a211d1c9069a4e7c65d913454426441f56688ff05a5c0921
-EBUILD slixmpp-1.8.4.ebuild 951 BLAKE2B 34985e65d9538394ce8592f0945ba288550eb964ecc7f165b9f0cd15fb8170c1b8755fbae2ae1705f9f50cda97c6fe315c34a17b2dd92849abbd910a27547634 SHA512 861ab287dcf28aa119e7ffb25fa837693051dce5cefe9973e1b6606adbef3c360c19e7b3ba887c37b1dd7bf3a47b0b80aa9a1d67c21474fcb50aa004321fb3fb
-EBUILD slixmpp-9999.ebuild 934 BLAKE2B 9a2d652519fd372b15b8a3d0fdb0228a6c2892870b226039870dac84b315037379554edf1d0deca883cc57858a61ea916d09f7b4d6ee199af3311edefa732377 SHA512 70ba228c6334e76dfb9dc0756f5816b55d871828515eefd60b437c6f8700e316d44f5b109e4602c38f7dd811071b7278394b209748e4a6f2f645b1778a0347ff
-MISC metadata.xml 418 BLAKE2B 24c02f722eda50cda05da1a70efe953324ec8a1ba91a755e356bc9953387cdb35876f072a7f045dcda9e4fd74e73fd5bbd4f0f7d921431a374543bb02d5813c7 SHA512 1c36a0aef8162cd0b19eadec95dcdd5ff8f742c7438097e198736ae4772aba3a6ff41553a08878d54d0c548900444e2d40187f669a46173dd4f89072ac234365
+EBUILD slixmpp-1.8.4.ebuild 960 BLAKE2B e50ccd5825f0edcab4ba1c20a763845fb08957f716f5b4910576394295a38f5906260d3806c5060bef37cd0fc282f9631ae0659d18481571cc7afe899b6e6391 SHA512 688f830d9506c09f9ad0ff2f2f04b6872b562ee9f6fff3fc73899ac361163f0f53a97be42622add7d616a7979dc4513d550c204620deb5342ba45ba3a2894d3f
+EBUILD slixmpp-9999.ebuild 961 BLAKE2B ce9260692ac2450381d143968889d764f611838cedc49c3bf1e0f355443f3c66bd57fe9991f14445b1f8d4aa48cecd30903261ba5933c569320bac20c0443b28 SHA512 9e462acb13e617706fb3fe2fb8a2177f17468fa14d3bd3f72270563a6e3610752616e0dc3f00792e69cf6d7bcc053a49975ab0096f6c8e036de33e63df759434
+MISC metadata.xml 474 BLAKE2B 0b9d76c7ec0cfb4a39790ccf24386fe0557b0fea16c0a71ceed651214df6d97747066b4d7b45767f0dd54849f378d05d715a032cd71ab42b5ba98ad0f4c53506 SHA512 ec3ced30b38cc132a2b07bb71f41d8e0990922ae56834288345f0e546c0b6c19c69982b666e9f40389424de33ed0c7737459764ed167db2ebefc3aa2bbccfc72
diff --git a/dev-python/slixmpp/metadata.xml b/dev-python/slixmpp/metadata.xml
index fb6f6ae3fe26..93ad906bffbe 100644
--- a/dev-python/slixmpp/metadata.xml
+++ b/dev-python/slixmpp/metadata.xml
@@ -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>
diff --git a/dev-python/slixmpp/slixmpp-1.8.4.ebuild b/dev-python/slixmpp/slixmpp-1.8.4.ebuild
index 7b4713103a66..fb24bbf1b41a 100644
--- a/dev-python/slixmpp/slixmpp-1.8.4.ebuild
+++ b/dev-python/slixmpp/slixmpp-1.8.4.ebuild
@@ -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
@@ -42,5 +45,5 @@ distutils_enable_tests unittest
python_test() {
rm -rf slixmpp || die
- eunittest
+ eunittest -s tests
}
diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild
index 2a4e8a61ee40..58e07cc7ebc8 100644
--- a/dev-python/slixmpp/slixmpp-9999.ebuild
+++ b/dev-python/slixmpp/slixmpp-9999.ebuild
@@ -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
@@ -41,5 +45,5 @@ distutils_enable_tests unittest
python_test() {
rm -rf slixmpp || die
- eunittest
+ eunittest -s tests
}