commit:     3b0b1bcd883980b018230aaa09bc4e7cc27670e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 10:07:14 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 10:12:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0b1bcd

dev-python/license-expression: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/license-expression/Manifest             |  1 -
 .../license-expression-30.4.0.ebuild               | 34 ----------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-python/license-expression/Manifest 
b/dev-python/license-expression/Manifest
index 49f12de61809..1feb1d23ff6f 100644
--- a/dev-python/license-expression/Manifest
+++ b/dev-python/license-expression/Manifest
@@ -1,2 +1 @@
-DIST license-expression-30.4.0.gh.tar.gz 172061 BLAKE2B 
aaa96d1d39feb34bbce92945a61369717d31652794f667406010397f9194f48075406c7bcea1681771ab25c6fb2bd01da9228480a40092925d748f662101538f
 SHA512 
8ea6d9c3be9237a405fef010512ca5bbf7cab4088ae6ac9bc3d4152e92dbfe4fdc5c8c82f9df994524d4622f6be7d58cfeeddfb4ca4c63c527fa94bb5a0a8074
 DIST license-expression-30.4.1.gh.tar.gz 172977 BLAKE2B 
b09352eee9eac0292a0c1ed11381dfa20979ede10f1bddd794617b7cb414233bd872fa76820202ef18286fbbd6beec81c6a6ca0b9588ed40e00e33fb108948ea
 SHA512 
862024b37e304269522b2cb1bca97ca02491bcd7c402c6e1522e0a275f86fe4ae5ec719c9bdb9bec0e883768a7d138883af04f49ffd7ec44f441c7dc1ca3230a

diff --git a/dev-python/license-expression/license-expression-30.4.0.ebuild 
b/dev-python/license-expression/license-expression-30.4.0.ebuild
deleted file mode 100644
index d5f6f7c7e888..000000000000
--- a/dev-python/license-expression/license-expression-30.4.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=( pypy3 python3_{10..13} )
-
-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="~alpha amd64 arm arm64 hppa ~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}

Reply via email to