mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/linkify-it-py: New package, v2.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
196389231e
commit
641dd44363
1
dev-python/linkify-it-py/Manifest
Normal file
1
dev-python/linkify-it-py/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST linkify-it-py-2.0.0.gh.tar.gz 76363 BLAKE2B dc04c1445b86998bd59d452cb86afdfa91d1165cbfe4148b5f9f0234b2f9f9e71fa3c41c36749e96f1269eda20fb81ed55fb63b18947e5c38bb233cdff06f9ca SHA512 7d2a66d5f0e33aece5b8d2737f20bd83f6cb2b7958b681c293f5996263f65f525862ce0cb0f7be9df1597844e58ed804b5b604c257e4d84cbf05677fd2733dda
|
||||
29
dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild
Normal file
29
dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild
Normal 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
|
||||
13
dev-python/linkify-it-py/metadata.xml
Normal file
13
dev-python/linkify-it-py/metadata.xml
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