dev-python/linkify-it-py: New package, v2.0.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2022-09-18 20:47:44 +02:00
parent 196389231e
commit 641dd44363
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST linkify-it-py-2.0.0.gh.tar.gz 76363 BLAKE2B dc04c1445b86998bd59d452cb86afdfa91d1165cbfe4148b5f9f0234b2f9f9e71fa3c41c36749e96f1269eda20fb81ed55fb63b18947e5c38bb233cdff06f9ca SHA512 7d2a66d5f0e33aece5b8d2737f20bd83f6cb2b7958b681c293f5996263f65f525862ce0cb0f7be9df1597844e58ed804b5b604c257e4d84cbf05677fd2733dda

View File

@ -0,0 +1,29 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{8..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="~amd64"
RDEPEND="
dev-python/uc-micro-py[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest

View 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>