diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-31 17:43:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-31 17:43:38 +0000 |
| commit | 412a1aebf2d42bd445cbab49579ab78161cb6442 (patch) | |
| tree | 431ce14376061c8493cbdf42b1ff1e4630a38a82 /dev-python/license-expression | |
| parent | 89907c7305cab927d3baf32314224cc51dfeaa22 (diff) | |
| download | baldeagleos-repo-412a1aebf2d42bd445cbab49579ab78161cb6442.tar.gz baldeagleos-repo-412a1aebf2d42bd445cbab49579ab78161cb6442.tar.xz baldeagleos-repo-412a1aebf2d42bd445cbab49579ab78161cb6442.zip | |
Adding metadata
Diffstat (limited to 'dev-python/license-expression')
| -rw-r--r-- | dev-python/license-expression/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/license-expression/license-expression-30.3.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/license-expression/Manifest b/dev-python/license-expression/Manifest index 5075621a7623..a87eaed34f8c 100644 --- a/dev-python/license-expression/Manifest +++ b/dev-python/license-expression/Manifest @@ -1,2 +1 @@ -DIST license-expression-30.3.0.gh.tar.gz 170159 BLAKE2B 6db3c9c3a1c6551fd22a338c74b75b595df5fe59fcde526baf2ddc52329b20cc4fd9848b986acc62709054c8d1f297879d0636e0c75ec30112cc654c41c7efec SHA512 10e141c9f7d05353ff2d76053497a72aebee6bbda6f263cb4fa69d1ab0ada8331bd0a126558b89bd7db428fc55a87bb5c88f1d5217cfb9640dbd10c1975bd08c DIST license-expression-30.3.1.gh.tar.gz 170363 BLAKE2B a40882d006c92f6327b710529bfa8225d8565d17aeb977ba7b05970f620dd7f801c855c4198928be92109ef7727d92578b18add0afc44a08625f9a989693be5e SHA512 c5093cfd5dac3ba202610d9794368c5c93380927d7bc8bf57c93bd14bb91b62d1dcff56157a8994a94ca2d66e7a2cf3956cb931a7fa86cb46a04844db3ed7c65 diff --git a/dev-python/license-expression/license-expression-30.3.0.ebuild b/dev-python/license-expression/license-expression-30.3.0.ebuild deleted file mode 100644 index 5b468e4fb922..000000000000 --- a/dev-python/license-expression/license-expression-30.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Parse, compare, simplify and normalize license expressions" -HOMEPAGE=" - https://pypi.org/project/license-expression/ - https://github.com/nexB/license-expression/ -" -SRC_URI=" - https://github.com/nexB/license-expression/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 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} |
