dev-python/renson-endura-delta: add 1.7.1

Closes: #2637
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 12:54:35 +01:00
parent f2bfb5971a
commit e637c98f36
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 38 additions and 4 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 1617 Ebuilds in total, 1606 of them have in total 1621 (42 different) licenses assigned.
There are 1618 Ebuilds in total, 1607 of them have in total 1622 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|929|
|MIT|930|
|Apache-2.0|346|
|GPL-3|102|
|BSD|89|

View File

@ -1,3 +1,5 @@
DIST renson_endura_delta-1.6.0.tar.gz 5335 BLAKE2B 4f4744fa56587e8268a1308528692449fa6c2f155695de516d82929043ed7f5ab4d130e7fcd9b004d7a5849309ae5f4f433984586a438cb99efa1a1f45b13bcb SHA512 12c4d8f8730dea33d99517475bc0efa5a1aaa4c441b44db708e939c8a11ad824f1abb131dd790056317ba372c054a9bab3946955f0e78eeec3fd4430faa4f644
EBUILD renson-endura-delta-1.6.0.ebuild 675 BLAKE2B 911c7aea706d2611d122ead1c2700db6de44bec5a47d8eb9cbf0f69bf7058dead32e94afca8931f49059a5a65aee4b9b01ade9ddab0ee205ee390ed1941a5f96 SHA512 d9428d451759c0b544a758bdc387fff4df64034e1be37f2ac72fd64287e43afdfead83c10bbbdbb8900eb9147c3ca78f7226444e3fa0d752e91d1262486f0eea
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
MISC metadata.xml 417 BLAKE2B 08cb5b6e1a5f5dfb53d70d9c59fea7a183c2b04f86f855aff1388d4c11c80906be0df4c850946877193d78c97a88a1444b5e1ef545d60242527062a3e7909eff SHA512 db824f32b93631c0b7ac143fa5d8d4cc7b7d33ed3f55509a7a168fc05764a90d53faf9a427b921d638bcf0dec609926a576f9cecaa559aa86a09f82e28a3b2b4

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,32 @@
# 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="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest