dev-python/satel-integra: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 16:34:23 +01:00 committed by Andreas Billmeier
parent 0672b87c18
commit ab7a5c0a1d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 8 additions and 50 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 1875 Ebuilds in total, 1864 of them have in total 1883 (40 different) licenses assigned.
There are 1874 Ebuilds in total, 1863 of them have in total 1882 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1080|
|MIT|1079|
|Apache-2.0|408|
|GPL-3|121|
|BSD|100|

View File

@ -1,5 +1,3 @@
DIST satel-integra-0.3.4.tar.gz 17988 BLAKE2B 880c5863f723288270813ab8b4651975258b81930c795c088ef7a52662ebc055f9f3fe24fc6d57e3d103bcd6197b3b257d98f44060c25cb30db4a1a4359e5c81 SHA512 a4105c1deb9cd5eada05234e0ad64c5cddeeec45566dfe7f71cc46f82ce9601e8d872e15b24da6f2c7e02c338a7a4c5fa7185adcbafb9ac4bb16d382db7742bc
DIST satel-integra-0.3.7.tar.gz 19844 BLAKE2B e7f36f93c1be88291e398a2dc1dfa0c1874823890385f96f0100fa8905972f6779ad4cc03125ba749ebcc8fa0ba6bf2832bdb49fa73790132a91d37b49535450 SHA512 2590e8535d355f3a74f8f94488eec428c94053a4e786e2c33177fd13cc83de8d3476e0c3fda62f74df8323e131e7e4255fdfb8ce96cd3e6ee58da0da82765a83
EBUILD satel-integra-0.3.4.ebuild 761 BLAKE2B 7ec637261fca1a49e907aa2e34aef7fa882e43e478b479684455cd16b32a07c3fa98faf65de4eb1a2a37fa881b327fbf92905e3e1b7a46a37c0c447415e3dbb3 SHA512 01c22cd7f3712701faa146719e6d405f8d0ff2cdab831a669abdfa776f84e743e0029568fd705dcf3fc1d5139a2160b059abbb377a42e25c198a4f1c1615f9fa
EBUILD satel-integra-0.3.7.ebuild 792 BLAKE2B 0c4471bc81355005f77f1361977cab1e2e3e224b3661fbc09bd76bc545c2638450c66a2683441114a272f38e3a9ebdbaf874657f3c8f1e4ca7d83cc36d067390 SHA512 a9a135e16d1abce9789c07dc07a0be7e88718a9ba71b793ca4be0e482cfbc250a9fd83d96155a4a64895998ad5ef6d50b90d8bb202937b2b5032270130e822bb
DIST satel_integra-0.3.7.tar.gz 19844 BLAKE2B e7f36f93c1be88291e398a2dc1dfa0c1874823890385f96f0100fa8905972f6779ad4cc03125ba749ebcc8fa0ba6bf2832bdb49fa73790132a91d37b49535450 SHA512 2590e8535d355f3a74f8f94488eec428c94053a4e786e2c33177fd13cc83de8d3476e0c3fda62f74df8323e131e7e4255fdfb8ce96cd3e6ee58da0da82765a83
EBUILD satel-integra-0.3.7.ebuild 663 BLAKE2B d137738bd7aa0ef89af4c7909e0c1bf5bb3861c0a8a5d383fa389ccc3475dc1bb310127dc5fd7e316c062878b7d9423f36969be8e53ae6e9d13d5521d5565109 SHA512 2d406ddade0ad96678da1086caaf91324ae041597b440437de2766f3ef04239038ffad842434aec634837deab31b3979dcb66c9d72896a0467b4a61ca4ccbb59
MISC metadata.xml 541 BLAKE2B cdb6fd6c4432ab71b6e327b956a323c1a645df8e2e0e9483c0f548919afedbb386c26ab4323f344293e771efd2a84280ef17b3e981431d1c279114c45f54ed66 SHA512 860b975349c6892d516758b0151abb61fc43770fb1809440d36c574cc793e1523c9840dc7a921ab265c9623612e6944cb39c36a155c07fd81f8e70cf881d632f

View File

@ -1,34 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
MY_PN=${PN/-/_}
DESCRIPTION="Communication library for Satel Integra alarm system."
HOMEPAGE="https://github.com/c-soft/satel_integra https://pypi.org/project/satel-integra/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/click-6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
py.test -v -v || die
}

View File

@ -1,16 +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_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
MY_PN=${PN/-/_}
DESCRIPTION="Communication library for Satel Integra alarm system."
HOMEPAGE="https://github.com/c-soft/satel_integra https://pypi.org/project/satel-integra/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,13 +19,10 @@ DOCS="README.rst"
RDEPEND=">=dev-python/click-6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
py.test -v -v || die
}