dev-python/sleekxmppfs: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 16:48:56 +01:00 committed by Andreas Billmeier
parent e3fcb9bbc9
commit 2c72b5800d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 7 additions and 45 deletions

View File

@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1871 Ebuilds in total, 1860 of them have in total 1879 (40 different) licenses assigned.
There are 1870 Ebuilds in total, 1859 of them have in total 1878 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1076|
|MIT|1075|
|Apache-2.0|408|
|GPL-3|121|
|BSD|100|

View File

@ -1,5 +1,3 @@
DIST sleekxmppfs-1.3.4.tar.gz 847403 BLAKE2B 27649a790aa4301c87eb03c786c8dbe6c3c95a497027c7e24ed9c38ccc7f912d994a823f6629c20536785bfe9dc56be45073627f9e54d54c911aa23d31d79ec0 SHA512 7f17f02564a6b9b2d399b3936144a38abdc00cca961c0258ea5a9e843b82e0011e6459d6d1f4493139504830bc26aeace6c98e74b2bda3e9d1778412c2757e98
DIST sleekxmppfs-1.4.1.tar.gz 867244 BLAKE2B 940fd9693abac5a8683e1fef426955d294eefa4b7bd043213e7b2a0514efbd489884aff13197f7627fccc1c240a440428f3286aa47bf42463c9824afe716816a SHA512 d20efe97576770f41ab45b53e6dcdd1f332a458a29a073ed13add849850de491aa180b5c335bbcaec3fb6fd9458599e572993ad42afc5da6c236c88fab009d8f
EBUILD sleekxmppfs-1.3.4.ebuild 769 BLAKE2B bded3cd9e4f2accbc5674c02b98c370a3a64998c4d9afc5dac8b8699434eda9dc5d9fd87223f08611984c1984a9ac38b41d27b6164795b780a7a8c641817a423 SHA512 16ddd0754a65adc9e63f148e98087685094e67837e44512e01ec557f31c7d1ba86d62c1ec764cf325a78963a376008b40473f9d70be651b1c799f415aef2657c
EBUILD sleekxmppfs-1.4.1.ebuild 844 BLAKE2B 5afc61d468851ac6ffc8c26863cc55af1cb171e388941e42b258ed7e52f50c91d385322ba659f1b08e5dcce811ee4767aefe91cfa3b8db812b73b78325d208b9 SHA512 2a635521f5aab4beae21561b87d9c6f93547dcd7fa55bd5b2a2360f4edd42adf38ba75acc73523b06e7f2de906cc27e857fd0033ddd610f6f3b7725023f9f8e4
EBUILD sleekxmppfs-1.4.1.ebuild 788 BLAKE2B bc5483187f929dccd9fcb2821afbc167febb0f7ff2bf91261ebbbfb59f8b2267c9bd13859ed7608a5667d0526988e15afb0014017cf35b0eeb1fcf223c9d0bb2 SHA512 ddd0f69cdd71db85c085d4ae9cf97c61f3f3611517477adbe94764ed85d79b937b1dfdc518f9042ff10614d5c20413f0b989a14087036631b827e596d6105ce7
MISC metadata.xml 517 BLAKE2B 2f883c9c1c197bc2e95ff00202e749fa5925fc51d7509c0adec98cd8270c649d3d50bc584a06000a552ffa915613e284211c93c2a7ed4a66664777a662aad286 SHA512 7899bfc78bb34a9722265d4c2136823c1b8f338d7dec265e9ef1494a4d9306c32de65d300e5e409ef5ec1d7b007008c29f2a5b15f6cbf58657102abea6da5c06

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A fork of SleekXMPP with TLS cert validation disabled."
HOMEPAGE="https://github.com/OverloadUT/SleekXMPP https://pypi.org/project/sleekxmppfs/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.rst'"
RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pyasn1-modules[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A fork of SleekXMPP with TLS cert validation disabled, intended only to be used with the sucks project"
HOMEPAGE="http://github.com/aszymanik/SleekXMPP https://pypi.org/project/sleekxmppfs/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -23,7 +21,6 @@ RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pyasn1-modules[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"