dev-python/isal: new package, add 1.6.1

dev-python/aiohttp-isal: update/fix 0.3.1-r1
Thanks @zentoo.

Closes: #3360
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-26 11:11:37 +02:00
parent 456597629d
commit 4df050a49d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
6 changed files with 48 additions and 4 deletions

View File

@ -606,7 +606,7 @@ 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 1845 Ebuilds in total, 1834 of them have in total 1857 (42 different) licenses assigned.
There are 1846 Ebuilds in total, 1835 of them have in total 1858 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -621,7 +621,7 @@ There are 1845 Ebuilds in total, 1834 of them have in total 1857 (42 different)
|BSD-2|13|
|all-rights-reserved|13|
|Unlicense|9|
|PSF-2|7|
|PSF-2|8|
|MPL-2.0|6|
|ISC|5|
|EPL-1.0|4|

View File

@ -1,3 +1,3 @@
DIST aiohttp_isal-0.3.1.tar.gz 8529 BLAKE2B 551357ca2f1fade2cba29c69ba57b17796a759cc67d148162035625d701464d770f405c00b7d975314078d5eac14b36fb6f875d6c183641dcd41cd7fc57b29c6 SHA512 9faae36ed165a0e6261c52b5b37528971de10399e90e6ebcf5d7204c11ce3d03d631899227f6e0a3fe0cc2c07a9a7a6523c2fb175324a405ba1026040466fc98
EBUILD aiohttp-isal-0.3.1.ebuild 594 BLAKE2B b5e7a74565d38fb754d1ae0b664d7ec52babde5cec85226b3efdd7fe4a0f87023ac4a2cd689b681fe09c0b305c39d2a93623fcfd9c2a64943a677f152a894497 SHA512 576ac904cbe03edf37effa8f1aed083d4d31daf51b0336f6dcdbe305f2a20d4a1fc80d9f59362fd8beff14af1d63f11a1b8b5d2754354594cdc43c17dfc1468d
EBUILD aiohttp-isal-0.3.1-r1.ebuild 637 BLAKE2B 7e4a67ee4585b99748609b214b07c45d0a18a0058ced1bf9ad1e3a7af6bde7ad4bcef925e12a551eae21311b28f8a26d656b7a1678ef30f762b63aa15b5b1284 SHA512 e99d50fc190f729c49f6d879eb8984201564e5a373180368672452f0fd0f847580b0c22ec85fca2a226d64c4f3071d9328f9838663dcae2c74ba2b9f068ac8bf
MISC metadata.xml 515 BLAKE2B 2bb1d1dbe5707d516c6db74458828dc8c4b92fe2836251c8999638dbc0e4ad304f3d5c3169bcb0b9be4f23b9fe47b5072c8b339c9eae8479c4e1392d8a3e3309 SHA512 f3c4360ea81deccb75f1a820d96ccc1bf0700bf0071ab060a64be287c6abcef412cc1bf6104be814c3e5796e7a8fa0725bb495f6c490ab2e5a97fe2bc0617649

View File

@ -18,7 +18,8 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/isal-1.6.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]

3
dev-python/isal/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST isal-1.6.1.tar.gz 774325 BLAKE2B 413c6d4d2975fb228a312bae9192a3a4bc0cf290e27e4f34e0074365b02a117de4b3f7056d6a80e22ceb6fc54b6a3fe42895dac15675d54cd4c28f5dcb6de5dc SHA512 f793b359e18a896d955c0c5bf94717c7aabf6fe105cf5c2007eb6e04a7e993db2264097065bc671408c87c40d141b1bf8ebd2c4b77241015cc8cfc07eb1dedba
EBUILD isal-1.6.1.ebuild 626 BLAKE2B 4d605e0826f3d8d60f0d2aedb5260a5ac17f348bdc020a78698c133fa84653eaabeb253936a3e5ee6633ebf9747fef7f40f95b80f66a9dced143a457071a01e5 SHA512 7dbb8abdd8978711555e9cf6d1cd4439c5a7131a6b3b9a1702c9e2f5a1873ad2ea4fc0b65c13032c5edb5a53517f7f2a4afc19d30303424159925062572eb6cb
MISC metadata.xml 539 BLAKE2B 985605b1e749bef850f9d24b149346f52ff321c196ab3fe860c154a9e0b6135748e34dca7ca8d87ae1677c29dadb49c1340751baa6bf41003cea73d5eb0cb99b SHA512 3e841f593bbdfe2ebaf148c590cbcf2e7cbcd826f5c9c7ce279e41ff1164c688ad4cb8db93648e9036b7fee8e3037f7beb35d9e9569b35f4a17d85a0daf0aea3

View File

@ -0,0 +1,24 @@
# 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
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">isal</remote-id>
<remote-id type="github">pycompression/python-isal</remote-id>
<maintainer status="unknown">
<email>r.h.p.vorderman@lumc.nl</email>
<name>Leiden University Medical Center</name>
</maintainer>
</upstream>
</pkgmetadata>