diff options
author | 2024-02-20 09:59:51 +0100 | |
---|---|---|
committer | 2024-02-20 10:09:01 +0100 | |
commit | c95502791ea01473efb1a572c131389fca375115 (patch) | |
tree | 4fc386297886f802e803d011aff1563fe76a1c35 /dev-python | |
parent | dev-python/path: Remove old (diff) | |
download | gentoo-c95502791ea01473efb1a572c131389fca375115.tar.gz gentoo-c95502791ea01473efb1a572c131389fca375115.tar.bz2 gentoo-c95502791ea01473efb1a572c131389fca375115.zip |
dev-python/linkify-it-py: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/linkify-it-py/Manifest | 1 | ||||
-rw-r--r-- | dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/linkify-it-py/Manifest b/dev-python/linkify-it-py/Manifest index c44f9f3a3ef4..e0addc5ca664 100644 --- a/dev-python/linkify-it-py/Manifest +++ b/dev-python/linkify-it-py/Manifest @@ -1,2 +1 @@ -DIST linkify-it-py-2.0.2.gh.tar.gz 76692 BLAKE2B b702ed78b002eac4f902dccf595150734de820b8e09e92d8339951ecbb348640d21605b7627f0ba208426f755c68f809dc6c82ec7c1b5eb450240ca4600d5355 SHA512 141002cf5c2b2760f242eb1d294833437e0df0caf671103ddb6099a083e2b6e8f20f35508b164b14206ceae2ffecb5361aa4d839152f7c52f3cfa83e905f12a7 DIST linkify-it-py-2.0.3.gh.tar.gz 76727 BLAKE2B df0d2c8f31a9715c6eadd1f8fb295990b5ed82b8f49231071f8220045d9b64ec21098477d43a74afa21592b2a345357654a23df38636e852a767c62443580e34 SHA512 6621533246a42f3b13fb7dd9f1366cadb0e3c291bcb92fd899bc6389cb9f7904ababf4b5dbae51a561a4f50f8a20597badf03c82653ae8db75d9a5a484bc1229 diff --git a/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild b/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild deleted file mode 100644 index fd7dcdc29cf5..000000000000 --- a/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Links recognition library with full unicode support" -HOMEPAGE=" - https://github.com/tsutsu3/linkify-it-py/ - https://pypi.org/project/linkify-it-py/ -" -# no tests in sdist, as of 2.0.1 -SRC_URI=" - https://github.com/tsutsu3/linkify-it-py/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/uc-micro-py[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |