dev-python/PyTurboJPEG: drop 1.7.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-31 17:24:57 +02:00
parent 0ff273ed00
commit 00e43fc8c4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 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 2398 Ebuilds in total, 2380 of them have in total 2419 (44 different) licenses assigned.
There are 2397 Ebuilds in total, 2379 of them have in total 2418 (44 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1365|
|MIT|1364|
|Apache-2.0|555|
|GPL-3|148|
|BSD|126|

View File

@ -1,7 +1,5 @@
DIST PyTurboJPEG-1.7.1.tar.gz 11872 BLAKE2B 0b0abbdf29153177d0e03b2ec7e9a3c64182310423a2b1d25ddf9b2cbc534edba40229f7963f270e01afb8df9682f52eb2da300c05c6dfeb83eef871bc13ef0b SHA512 f05920351ef5a98a8e3fe73819949c5fc8bbec0b611a6b0e908de5a3630f54d13984f6146a2b355be75d183fe785ff68f283abcf6aea0629e8bb5efeb67ce45c
DIST PyTurboJPEG-1.7.5.tar.gz 12065 BLAKE2B c6cf15e2ce02ff483ae0056e074ca1e77c10e18bc7902d4cb3b405f6c705c31d51ebf3f462d373e232a1471469c346a831dac04be433ed43e06d163fca1df3fa SHA512 f338681962717c633fd35a718a3981fb82dd0bc99b8eb44486c21c25456520d668a401ef84f077b45cd07c2b5c9a5351cbfa71ef6038340ecffdd67a37ffe86c
DIST PyTurboJPEG-1.8.0.tar.gz 12135 BLAKE2B 599db108cd2549734bab295b4ae04215246c046ab76cbe8ecbc7809781f9fae87bf28f7da457d0ec5cb14fb606611f4f5406341e92a8adf67058fc11e9313fde SHA512 711488f89b70812848e11382f9120afcb3483eb27c58e99c1d2676fcd91bfe13eba862a4e22339b6634474383a784f3eea74f9e25d9c2defea7dc134f9d58893
EBUILD PyTurboJPEG-1.7.1.ebuild 702 BLAKE2B 5a82c2a3b9922916d6ec41075a3f88d8418b85c90dc6b3da8cc956bfcc364584e70079ebf7b7ce356cccb1c8b5191ef6fce1e9fedc5feba90d9fb8b372500df6 SHA512 8ac72f4d2e1cef03f6bc0e8233e523e30a55102b8cf968d3427cb85d7130d3abab7b8d6d5e9e7a7a24721835aac848da8ec1bc4f8f4d48874e5e096ff1030634
EBUILD PyTurboJPEG-1.7.5.ebuild 600 BLAKE2B b1fc43a7a11ba756c12f002d25348e3b90674c41d742cbe66208e582984b6764dd26e7c5b3007fb5cf1f374c44ea8151cfe14f773baec0a56e9a409a41a9b1ca SHA512 9e33464ddfe1f9482ca88c67d00528ee0f52ce5520fd3668541c88c1720276ba244af95fe63910d7dede058db6357c2380cfe6e7980c9ab71e8c797c597a8e15
EBUILD PyTurboJPEG-1.8.0.ebuild 600 BLAKE2B b1fc43a7a11ba756c12f002d25348e3b90674c41d742cbe66208e582984b6764dd26e7c5b3007fb5cf1f374c44ea8151cfe14f773baec0a56e9a409a41a9b1ca SHA512 9e33464ddfe1f9482ca88c67d00528ee0f52ce5520fd3668541c88c1720276ba244af95fe63910d7dede058db6357c2380cfe6e7980c9ab71e8c797c597a8e15
MISC metadata.xml 514 BLAKE2B 8587a740f7f23494d25ff54c8b301525c91d3f61cefa50d7deb886e0cf132cf8add78aa5bea290007cac3ea12bb64cb06c9328ae2ca5a921e7b928833a140e59 SHA512 cf07c051f97b3e06ae9852f1c2678a406bbae9e2aad646cb68e25a2b7c9ee2a6600b771a4f5779f309921565bffb6a76b6f7dbffddab58a9e9fe69b25d122641

View File

@ -1,31 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
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}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest