dev-python/isal: add 1.7.1

Closes: #3868
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 22:04:03 +02:00
parent d181a7c82e
commit 6ab69c4bc9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 34 additions and 2 deletions

View File

@ -606,11 +606,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 2066 Ebuilds in total, 2055 of them have in total 2083 (42 different) licenses assigned.
There are 2067 Ebuilds in total, 2056 of them have in total 2084 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1194|
|MIT|1195|
|Apache-2.0|466|
|GPL-3|126|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST isal-1.6.1.tar.gz 774325 BLAKE2B 413c6d4d2975fb228a312bae9192a3a4bc0cf290e27e4f34e0074365b02a117de4b3f7056d6a80e22ceb6fc54b6a3fe42895dac15675d54cd4c28f5dcb6de5dc SHA512 f793b359e18a896d955c0c5bf94717c7aabf6fe105cf5c2007eb6e04a7e993db2264097065bc671408c87c40d141b1bf8ebd2c4b77241015cc8cfc07eb1dedba
DIST isal-1.7.1.tar.gz 752559 BLAKE2B e58a0e3dd0e36522ab5930cda15fb6e61b5289fceeb541b865abaab851c79f471c5ef20dbb0395d0dfbac67624b1c2cd59a4bd6e1e9c1afcb70a024d8cfaa8e7 SHA512 a6510e59e21bc208b486e2b2c745b98373d0d4cd125c36c95523ebe7cab9c8f983fa5aeb97e2144fe56682498e041671e83ab81a60e3e77d14065f2bf5cda8b9
EBUILD isal-1.6.1.ebuild 626 BLAKE2B 4d605e0826f3d8d60f0d2aedb5260a5ac17f348bdc020a78698c133fa84653eaabeb253936a3e5ee6633ebf9747fef7f40f95b80f66a9dced143a457071a01e5 SHA512 7dbb8abdd8978711555e9cf6d1cd4439c5a7131a6b3b9a1702c9e2f5a1873ad2ea4fc0b65c13032c5edb5a53517f7f2a4afc19d30303424159925062572eb6cb
EBUILD isal-1.7.1.ebuild 793 BLAKE2B 8a0fffda30b97f2ac39c6303abacf3e842c8ea3ab9f0ae2b4f5ec5ad5b31b604c1a02b9c5ea1c3d2adca58cc4a82426f5ab2e0e513389b58b5bc832d47cee51e SHA512 1dea2771bc49c8f4e58a62fd7d9ebbd6bb20124a812838780b4db6e91a2f883bcc2271fa0b59be4cba30384499e70f1a745abd4047cd42059aa6d96efa5ee139
MISC metadata.xml 539 BLAKE2B 985605b1e749bef850f9d24b149346f52ff321c196ab3fe860c154a9e0b6135748e34dca7ca8d87ae1677c29dadb49c1340751baa6bf41003cea73d5eb0cb99b SHA512 3e841f593bbdfe2ebaf148c590cbcf2e7cbcd826f5c9c7ce279e41ff1164c688ad4cb8db93648e9036b7fee8e3037f7beb35d9e9569b35f4a17d85a0daf0aea3

View File

@ -0,0 +1,30 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Faster zlib and gzip compatible compression and decompression by providing Python bindings for the ISA-L library"
HOMEPAGE="https://github.com/pycompression/python-isal https://pypi.org/project/isal"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
distutils_enable_sphinx doc \
dev-python/sphinx-rtd-theme
src_prepare() {
sed -e "/import versioningit/d" -i setup.py || die
sed -e "s;version=versioningit.get_version();version='${PV}';" -i setup.py || die
eapply_user
}
distutils_enable_tests pytest