diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-03 08:56:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-03 09:51:39 +0200 |
commit | 2459408165cc5b92619bdb7aead0ebc07c172331 (patch) | |
tree | df89253f986c060e29b40f4ef9241c23bce28705 /dev-python/linkify-it-py | |
parent | dev-python/mkdocs-material: Bump to 9.1.9 (diff) | |
download | gentoo-2459408165cc5b92619bdb7aead0ebc07c172331.tar.gz gentoo-2459408165cc5b92619bdb7aead0ebc07c172331.tar.bz2 gentoo-2459408165cc5b92619bdb7aead0ebc07c172331.zip |
dev-python/linkify-it-py: Bump to 2.0.2
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 | 1 | ||||
-rw-r--r-- | dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/linkify-it-py/Manifest b/dev-python/linkify-it-py/Manifest index 04a3e00ec3d7..ad47be4b95ae 100644 --- a/dev-python/linkify-it-py/Manifest +++ b/dev-python/linkify-it-py/Manifest @@ -1,2 +1,3 @@ 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.2.ebuild b/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild new file mode 100644 index 000000000000..caa78c8fc1ad --- /dev/null +++ b/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild @@ -0,0 +1,30 @@ +# 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 |