dev-python/license-expression: add 30.4.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2025-08-24 16:13:52 +02:00
parent 66d7d40f31
commit fd69199c86
3 changed files with 39 additions and 3 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
DIST license-expression-30.4.0.gh.tar.gz 172061 BLAKE2B aaa96d1d39feb34bbce92945a61369717d31652794f667406010397f9194f48075406c7bcea1681771ab25c6fb2bd01da9228480a40092925d748f662101538f SHA512 8ea6d9c3be9237a405fef010512ca5bbf7cab4088ae6ac9bc3d4152e92dbfe4fdc5c8c82f9df994524d4622f6be7d58cfeeddfb4ca4c63c527fa94bb5a0a8074
EBUILD license-expression-30.4.0.ebuild 755 BLAKE2B 2939fef33bed63911665c7d79dc0b932dd607a9ef3d9ee58c7ff955af9aa965ece34be9e0252584aa1ce92aad792032c02745b12426f7d88445b8ccb2dc9a8a0 SHA512 70e3ab3fc6ad302143adb74c62ebdde87aa3ae86161ccc1d887c593ed585d93eee90fd01ab31c9dc2e5e10a985282c67efc422e0cd6d3dd8eb6a6e99b9c49756
DIST license-expression-30.4.3.gh.tar.gz 179396 BLAKE2B a1d3b8d0e87a5a4b250cdc68408fdc7087c7d2cd37560bb14ccc7ae34ff27d875c74a3dcea6598f371c4f07a08b19ccd1eba42c00d821d39d34d0e63e75c4e56 SHA512 a6a1762ac90c7f7b487726baa819516553863f5f20ccb7774e9ba22bdc301f1c6ddaea4b2acf3a2a7a782ef183960572c90faead405c80be8eb72bebef67d7f3
EBUILD license-expression-30.4.0.ebuild 764 BLAKE2B 3353d3960743cd49276949eea01a85ebfd79ab4c79bff432c461acd79cd7e8abe844ca3b3f0b254227b8dbc5ec957d32b9feaf2fa4ba03e80c2abe5295a4d5d2 SHA512 21c7fc315c49862d91a334841cdecdf43f1ead02e089b6bdbe726d0c00c98c75b68668a6e5bc9c05aa1ce5468643fb9c110f4f7fceb7268865e89e76ee741323
EBUILD license-expression-30.4.3.ebuild 764 BLAKE2B 3353d3960743cd49276949eea01a85ebfd79ab4c79bff432c461acd79cd7e8abe844ca3b3f0b254227b8dbc5ec957d32b9feaf2fa4ba03e80c2abe5295a4d5d2 SHA512 21c7fc315c49862d91a334841cdecdf43f1ead02e089b6bdbe726d0c00c98c75b68668a6e5bc9c05aa1ce5468643fb9c110f4f7fceb7268865e89e76ee741323
MISC metadata.xml 544 BLAKE2B 67dae3d78b2aa237b3a9a707eb458854855a7f3148a6d83533c748ed13b1a0e415c28ff3f6fc4f440cf94814bcaf7a8524eacd0bede06051069070c62e435406 SHA512 d504d51f8915d15208cd99859de763ba9444d0d2dc0c46b2c274e1dbe158a421ce71082ec473f4c772c3a06e34c521dc3e64e8b34de8c8b63622efcaaa5acec6
@@ -1,10 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1
@@ -0,0 +1,34 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Parse, compare, simplify and normalize license expressions"
HOMEPAGE="
https://pypi.org/project/license-expression/
https://github.com/aboutcode-org/license-expression/
"
SRC_URI="
https://github.com/aboutcode-org/license-expression/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
>=dev-python/boolean-py-4.0[${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-python/setuptools-scm-4[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}