diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 19:20:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 19:22:06 +0200 |
commit | ba42cad3d914279ced27514cb3fa4c6b4ae1e416 (patch) | |
tree | 62fdabb58ae1ce034ab2185fa4b4cf9da6bc923c /dev-python/linkify-it-py | |
parent | dev-python/requests-toolbelt: Stabilize 1.0.0 ALLARCHES, #907661 (diff) | |
download | gentoo-ba42cad3d914279ced27514cb3fa4c6b4ae1e416.tar.gz gentoo-ba42cad3d914279ced27514cb3fa4c6b4ae1e416.tar.bz2 gentoo-ba42cad3d914279ced27514cb3fa4c6b4ae1e416.zip |
dev-python/linkify-it-py: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/linkify-it-py')
-rw-r--r-- | dev-python/linkify-it-py/Manifest | 2 | ||||
-rw-r--r-- | dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild | 29 | ||||
-rw-r--r-- | dev-python/linkify-it-py/linkify-it-py-2.0.1.ebuild | 30 |
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/linkify-it-py/Manifest b/dev-python/linkify-it-py/Manifest index ad47be4b95ae..1581c8d3feb6 100644 --- a/dev-python/linkify-it-py/Manifest +++ b/dev-python/linkify-it-py/Manifest @@ -1,3 +1 @@ -DIST linkify-it-py-2.0.0.gh.tar.gz 76363 BLAKE2B dc04c1445b86998bd59d452cb86afdfa91d1165cbfe4148b5f9f0234b2f9f9e71fa3c41c36749e96f1269eda20fb81ed55fb63b18947e5c38bb233cdff06f9ca SHA512 7d2a66d5f0e33aece5b8d2737f20bd83f6cb2b7958b681c293f5996263f65f525862ce0cb0f7be9df1597844e58ed804b5b604c257e4d84cbf05677fd2733dda -DIST linkify-it-py-2.0.1.gh.tar.gz 76631 BLAKE2B 5af218bbf7569376c68a97faaa2e3d7b2ee7828fd4136858a850266ded8d64894781741fcc4ffaa5c6619bcb2902d2a4d1b9ad4527837c6e7c2680c1a53203a3 SHA512 4156e3206f88154db744c649ad6c7956c53712b2f27602aad6728d1691322df11112f0fd62c2ac24b4ed06907231fc1ebca087cab769aabaaab82343ce8f425a DIST linkify-it-py-2.0.2.gh.tar.gz 76692 BLAKE2B b702ed78b002eac4f902dccf595150734de820b8e09e92d8339951ecbb348640d21605b7627f0ba208426f755c68f809dc6c82ec7c1b5eb450240ca4600d5355 SHA512 141002cf5c2b2760f242eb1d294833437e0df0caf671103ddb6099a083e2b6e8f20f35508b164b14206ceae2ffecb5361aa4d839152f7c52f3cfa83e905f12a7 diff --git a/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild b/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild deleted file mode 100644 index 65b57ee70511..000000000000 --- a/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild +++ /dev/null @@ -1,29 +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_{9..11} ) - -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/ -" -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 diff --git a/dev-python/linkify-it-py/linkify-it-py-2.0.1.ebuild b/dev-python/linkify-it-py/linkify-it-py-2.0.1.ebuild deleted file mode 100644 index caa78c8fc1ad..000000000000 --- a/dev-python/linkify-it-py/linkify-it-py-2.0.1.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..11} ) - -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 |