mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
dev-python/linkify-it-py: Add from Gentoo
It's from Gentoo commit 5da775fba8eaa795bd57d556cc6db057b982df30.
This commit is contained in:
parent
e35e9bdd47
commit
927d4d5af2
1
sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST linkify-it-py-2.0.3.gh.tar.gz 76727 BLAKE2B df0d2c8f31a9715c6eadd1f8fb295990b5ed82b8f49231071f8220045d9b64ec21098477d43a74afa21592b2a345357654a23df38636e852a767c62443580e34 SHA512 6621533246a42f3b13fb7dd9f1366cadb0e3c291bcb92fd899bc6389cb9f7904ababf4b5dbae51a561a4f50f8a20597badf03c82653ae8db75d9a5a484bc1229
|
||||
30
sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/linkify-it-py-2.0.3.ebuild
vendored
Normal file
30
sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/linkify-it-py-2.0.3.ebuild
vendored
Normal file
@ -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
|
||||
13
sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/metadata.xml
vendored
Normal file
13
sdk_container/src/third_party/portage-stable/dev-python/linkify-it-py/metadata.xml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">tsutsu3/linkify-it-py</remote-id>
|
||||
<remote-id type="pypi">linkify-it-py</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user