dev-python/ReParser: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
18b7045dd5
commit
8ec88c12d2
@ -1,3 +1,3 @@
|
||||
DIST ReParser-1.4.3.tar.gz 4560 BLAKE2B 1ec7ef9174ae284d80c6cd2a978da0bdfb897628bc72f9afaedc38de32bd26bf1dd80488e20fbb14e073f8eb1365b942621b65b5e0d95884501918845666c343 SHA512 db02caa6f4f1997cfc7a79283b1b90d3ff96e7fa2e7ba5b119e0060b97d1dd2604640c7d0a8503dbc05613b9b507e7d8732e9448c3ecb59ba85cf340ff1a5e2b
|
||||
EBUILD ReParser-1.4.3.ebuild 654 BLAKE2B c6242a6b59b4e4b63103c6aac987600222adf770f0c70e60fcf938f9ad517bcbe83dd9a3c657277137784d57c8f4d608a6ed89c2df5f03af45761a5cd60f817f SHA512 bdc3135fed7f002825df7f9c791911e813ae9c401e82ef9939699957bcf4e9d84859b408f0013d440fc2f4db78ac4147fcc0d4d6c762eb5935d277f465fad69c
|
||||
EBUILD ReParser-1.4.3.ebuild 659 BLAKE2B 846bff6b77b0f1a1732cf70fd09fa4984380ffdf8048b35b88ee9dfad640514bb973fcea5bd0669b1e38722c5e7653da184585c7f2865846fef95da745945c17 SHA512 a9f7a8a22576a9a912bbccff8c09bb9e53b9ad1dfca9c4af8f4ee62bfa8802bcaa0334fe676559180deb5e90b3000eb319b8878aa64f4277dfe85bf6a2fe1b0b
|
||||
MISC metadata.xml 517 BLAKE2B b40617900e3f2aa2b13cf40b6146e13a39149c5a9c1ae62ede0ba73ae0d028c37fd3ab98b65898b872770a9c4be995db9ecd23e018cc30b761a4e4cc53762406 SHA512 118ae28cc4c8bc33c2d2f66b86776ab4248936061810e7a29aedd533408c12d1e56c1e092062834e69c821a94b595244e47cab6487e6a03d2c323629d23203e1
|
||||
|
||||
@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Simple regex-based lexer/parser for inline markup"
|
||||
HOMEPAGE="https://github.com/xmikos/reparser https://pypi.org/project/ReParser/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user