Skip to content

Commit 2c72b58

Browse files
committed
dev-python/sleekxmppfs: change SRC_URI, drop olds
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent e3fcb9b commit 2c72b58

File tree

4 files changed

+7
-45
lines changed

4 files changed

+7
-45
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1871 Ebuilds in total, 1860 of them have in total 1879 (40 different) licenses assigned.
615+
There are 1870 Ebuilds in total, 1859 of them have in total 1878 (40 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|1076|
619+
|MIT|1075|
620620
|Apache-2.0|408|
621621
|GPL-3|121|
622622
|BSD|100|

dev-python/sleekxmppfs/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST sleekxmppfs-1.3.4.tar.gz 847403 BLAKE2B 27649a790aa4301c87eb03c786c8dbe6c3c95a497027c7e24ed9c38ccc7f912d994a823f6629c20536785bfe9dc56be45073627f9e54d54c911aa23d31d79ec0 SHA512 7f17f02564a6b9b2d399b3936144a38abdc00cca961c0258ea5a9e843b82e0011e6459d6d1f4493139504830bc26aeace6c98e74b2bda3e9d1778412c2757e98
21
DIST sleekxmppfs-1.4.1.tar.gz 867244 BLAKE2B 940fd9693abac5a8683e1fef426955d294eefa4b7bd043213e7b2a0514efbd489884aff13197f7627fccc1c240a440428f3286aa47bf42463c9824afe716816a SHA512 d20efe97576770f41ab45b53e6dcdd1f332a458a29a073ed13add849850de491aa180b5c335bbcaec3fb6fd9458599e572993ad42afc5da6c236c88fab009d8f
3-
EBUILD sleekxmppfs-1.3.4.ebuild 769 BLAKE2B bded3cd9e4f2accbc5674c02b98c370a3a64998c4d9afc5dac8b8699434eda9dc5d9fd87223f08611984c1984a9ac38b41d27b6164795b780a7a8c641817a423 SHA512 16ddd0754a65adc9e63f148e98087685094e67837e44512e01ec557f31c7d1ba86d62c1ec764cf325a78963a376008b40473f9d70be651b1c799f415aef2657c
4-
EBUILD sleekxmppfs-1.4.1.ebuild 844 BLAKE2B 5afc61d468851ac6ffc8c26863cc55af1cb171e388941e42b258ed7e52f50c91d385322ba659f1b08e5dcce811ee4767aefe91cfa3b8db812b73b78325d208b9 SHA512 2a635521f5aab4beae21561b87d9c6f93547dcd7fa55bd5b2a2360f4edd42adf38ba75acc73523b06e7f2de906cc27e857fd0033ddd610f6f3b7725023f9f8e4
2+
EBUILD sleekxmppfs-1.4.1.ebuild 788 BLAKE2B bc5483187f929dccd9fcb2821afbc167febb0f7ff2bf91261ebbbfb59f8b2267c9bd13859ed7608a5667d0526988e15afb0014017cf35b0eeb1fcf223c9d0bb2 SHA512 ddd0f69cdd71db85c085d4ae9cf97c61f3f3611517477adbe94764ed85d79b937b1dfdc518f9042ff10614d5c20413f0b989a14087036631b827e596d6105ce7
53
MISC metadata.xml 517 BLAKE2B 2f883c9c1c197bc2e95ff00202e749fa5925fc51d7509c0adec98cd8270c649d3d50bc584a06000a552ffa915613e284211c93c2a7ed4a66664777a662aad286 SHA512 7899bfc78bb34a9722265d4c2136823c1b8f338d7dec265e9ef1494a4d9306c32de65d300e5e409ef5ec1d7b007008c29f2a5b15f6cbf58657102abea6da5c06

dev-python/sleekxmppfs/sleekxmppfs-1.3.4.ebuild

Lines changed: 0 additions & 33 deletions
This file was deleted.

dev-python/sleekxmppfs/sleekxmppfs-1.4.1.ebuild

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
6-
PYTHON_COMPAT=( python3_{9..11} )
7-
8-
inherit distutils-r1
5+
PYTHON_COMPAT=( python3_{10..12} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1 pypi
98

109
DESCRIPTION="A fork of SleekXMPP with TLS cert validation disabled, intended only to be used with the sucks project"
1110
HOMEPAGE="http://github.com/aszymanik/SleekXMPP https://pypi.org/project/sleekxmppfs/"
12-
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
1311

1412
LICENSE="MIT"
1513
SLOT="0"
@@ -23,7 +21,6 @@ RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
2321
dev-python/pyasn1[${PYTHON_USEDEP}]
2422
dev-python/pyasn1-modules[${PYTHON_USEDEP}]"
2523
BDEPEND="
26-
dev-python/setuptools[${PYTHON_USEDEP}]
2724
test? (
2825
dev-python/pytest[${PYTHON_USEDEP}]
2926
)"

0 commit comments

Comments
 (0)