dev-python/renson-endura-delta: drop 1.6.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 20:54:47 +02:00
parent 068d18f7dd
commit b92c210dff
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 4 additions and 37 deletions

View File

@ -617,11 +617,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 1812 Ebuilds in total, 1801 of them have in total 1821 (42 different) licenses assigned.
There are 1808 Ebuilds in total, 1797 of them have in total 1817 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1025|
|MIT|1021|
|Apache-2.0|405|
|GPL-3|117|
|BSD|105|

View File

@ -1,5 +1,3 @@
DIST renson_endura_delta-1.6.0.tar.gz 5335 BLAKE2B 4f4744fa56587e8268a1308528692449fa6c2f155695de516d82929043ed7f5ab4d130e7fcd9b004d7a5849309ae5f4f433984586a438cb99efa1a1f45b13bcb SHA512 12c4d8f8730dea33d99517475bc0efa5a1aaa4c441b44db708e939c8a11ad824f1abb131dd790056317ba372c054a9bab3946955f0e78eeec3fd4430faa4f644
DIST renson_endura_delta-1.7.1.tar.gz 5332 BLAKE2B b9bc15c8e1f492a1a0cf1fceb82c57f11b7abb358da4ebc10f72c9d81582642459cdbdf5524f282b73003c67b9f0ff1fbb3e69c277e6b28559c0fe81f6bef9da SHA512 00409f352b96f497975e8198213f7fd6ff84181253e6f5472991274e53847d1f4424b0e8b550f77ed2bfa437e3f97d7845c409a08d8074b9d289698702f49974
EBUILD renson-endura-delta-1.6.0.ebuild 675 BLAKE2B 784d0693d8bed92de4fb60f5158cddaea1388e28ba5a554b68e4812ed2e05328b1df316f23e07b34ab1d93f179f8c49ea4eae8044553e4d7772acbc6ef8bb7d7 SHA512 29db6da0c9be48384816fb7c0543ec01155e4371bd1560cab9953ceec38ced2766eea015b432c4a1a0e419d6bed8c8e584b9b1848d1dcdc995032013f7532f00
EBUILD renson-endura-delta-1.7.1.ebuild 719 BLAKE2B 91882e12b0d63562ff4a3b5e5357eb9448a9ca3612049708c0af15418cabdca333e56d29e5b271a1a5026c459b973faf35843d55710047dbf59300f6bd387dda SHA512 087642119da760408f14d631bc12ce01b47193844f178ec5417c8bcd2ba6b2b6160c6ca5c71353641b8b1370559e83996f03cbf15087541bc8de1c2287303481
EBUILD renson-endura-delta-1.7.1.ebuild 719 BLAKE2B bbc0dc7b29d68301e81770198503893c13b76b347457c9b8786abbf53726b2dbea3d50c82b62953cc8b06642138432b9e0003fc3ddc0dd3b7a85c60591596937 SHA512 d72089d20a4bbbed9a2456c6fdd93b9e3ff63fe4853dcc9252b8833470fa7f8bfecd2756cfea45c3e4c0a2b493688258158fd8e2d27300d778a7ac96664c8b37
MISC metadata.xml 417 BLAKE2B 08cb5b6e1a5f5dfb53d70d9c59fea7a183c2b04f86f855aff1388d4c11c80906be0df4c850946877193d78c97a88a1444b5e1ef545d60242527062a3e7909eff SHA512 db824f32b93631c0b7ac143fa5d8d4cc7b7d33ed3f55509a7a168fc05764a90d53faf9a427b921d638bcf0dec609926a576f9cecaa559aa86a09f82e28a3b2b4

View File

@ -1,31 +0,0 @@
# Copyright 1999-2024 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
DESCRIPTION="Unofficial Renson endura delta Python library"
HOMEPAGE="https://github.com/jimmyd-be/Renson-endura-delta-library https://pypi.org/project/renson-endura-delta/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi