dev-python/PyTurboJPEG: add 1.7.5

Closes: #3592
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-21 15:44:30 +02:00
parent e39b0c6577
commit 9347617488
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 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 1982 Ebuilds in total, 1971 of them have in total 1996 (42 different) licenses assigned.
There are 1984 Ebuilds in total, 1973 of them have in total 1997 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1146|
|MIT|1147|
|Apache-2.0|443|
|GPL-3|115|
|BSD|112|

View File

@ -1,3 +1,5 @@
DIST PyTurboJPEG-1.7.1.tar.gz 11872 BLAKE2B 0b0abbdf29153177d0e03b2ec7e9a3c64182310423a2b1d25ddf9b2cbc534edba40229f7963f270e01afb8df9682f52eb2da300c05c6dfeb83eef871bc13ef0b SHA512 f05920351ef5a98a8e3fe73819949c5fc8bbec0b611a6b0e908de5a3630f54d13984f6146a2b355be75d183fe785ff68f283abcf6aea0629e8bb5efeb67ce45c
EBUILD PyTurboJPEG-1.7.1.ebuild 693 BLAKE2B 0ede7e8ee264e8a088a5e62b746a63355093c0a031c46db9d699060e0b54ebc201e1c2da0e267edc39ae766ffd227d1d126407c341476e2aefb33ba811a069ea SHA512 057dd5d79ecb557b42810ddd6c8db71a67c58ba62a3694a1ac9fca3840087c51e4ed34fd998182a4c2e3a7fb915d4e6aac84b11ce432549bcd22545e5e5a02cd
DIST PyTurboJPEG-1.7.5.tar.gz 12065 BLAKE2B c6cf15e2ce02ff483ae0056e074ca1e77c10e18bc7902d4cb3b405f6c705c31d51ebf3f462d373e232a1471469c346a831dac04be433ed43e06d163fca1df3fa SHA512 f338681962717c633fd35a718a3981fb82dd0bc99b8eb44486c21c25456520d668a401ef84f077b45cd07c2b5c9a5351cbfa71ef6038340ecffdd67a37ffe86c
EBUILD PyTurboJPEG-1.7.1.ebuild 693 BLAKE2B 4ca38aedde57f8c4a92fa2d91ef5e676bb29e4540303c7a7ea9e16abfa5dc0a1c1f85138f85dce5ffb67d65571b5917e512ec98473db57caee62c6e0944d523a SHA512 97c07f22826fd6f2ac6c526ef9a1b0d868c72095a6be46ec1ba253d03aa69a71c1ea0336ca9f775322b94ce57e03a746150008a9fd256741b3e39cb7f581b593
EBUILD PyTurboJPEG-1.7.5.ebuild 591 BLAKE2B 7f04642b067798da5471fe3b4b701b321bc70e97aa95b1f4428b27ad65e7941cdd8fca846cfd375469eb981e349e7249c9fd534f5011b7f05d15a3a4e61ee6bc SHA512 29d0e4cb428d161ceb623026274e4f7f297f537cd4d309fb666c4ab859d713fc1071723b6bf1e73def0d97a60bf336c5686d8faa76308bfbca0dd039d11bab33
MISC metadata.xml 514 BLAKE2B 8587a740f7f23494d25ff54c8b301525c91d3f61cefa50d7deb886e0cf132cf8add78aa5bea290007cac3ea12bb64cb06c9328ae2ca5a921e7b928833a140e59 SHA512 cf07c051f97b3e06ae9852f1c2678a406bbae9e2aad646cb68e25a2b7c9ee2a6600b771a4f5779f309921565bffb6a76b6f7dbffddab58a9e9fe69b25d122641

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,23 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A Python wrapper of libjpeg-turbo for decoding and encoding JPEG image."
HOMEPAGE="https://github.com/lilohuang/PyTurboJPEG https://pypi.org/project/PyTurboJPEG/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
distutils_enable_tests pytest