From 927d4d5af2bcd7e76377d041d4a6b7ff7f29ca55 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 2 Aug 2024 18:02:16 +0200 Subject: [PATCH] dev-python/linkify-it-py: Add from Gentoo It's from Gentoo commit 5da775fba8eaa795bd57d556cc6db057b982df30. --- .../dev-python/linkify-it-py/Manifest | 1 + .../linkify-it-py/linkify-it-py-2.0.3.ebuild | 30 +++++++++++++++++++ .../dev-python/linkify-it-py/metadata.xml | 13 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/linkify-it-py-2.0.3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/Manifest new file mode 100644 index 0000000000..e0addc5ca6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/Manifest @@ -0,0 +1 @@ +DIST linkify-it-py-2.0.3.gh.tar.gz 76727 BLAKE2B df0d2c8f31a9715c6eadd1f8fb295990b5ed82b8f49231071f8220045d9b64ec21098477d43a74afa21592b2a345357654a23df38636e852a767c62443580e34 SHA512 6621533246a42f3b13fb7dd9f1366cadb0e3c291bcb92fd899bc6389cb9f7904ababf4b5dbae51a561a4f50f8a20597badf03c82653ae8db75d9a5a484bc1229 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/linkify-it-py-2.0.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/linkify-it-py-2.0.3.ebuild new file mode 100644 index 0000000000..7631b68e9f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/linkify-it-py-2.0.3.ebuild @@ -0,0 +1,30 @@ +# 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="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 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/metadata.xml new file mode 100644 index 0000000000..988228a91d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + tsutsu3/linkify-it-py + linkify-it-py + +