mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-python/rich-rst: new package, add 1.3.2
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
1
dev-python/rich-rst/Manifest
Normal file
1
dev-python/rich-rst/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST rich-rst-1.3.2.gh.tar.gz 492309 BLAKE2B a6b2c5c94dea330539633c14f286a67dd926017d76a3e3d8c4a961c611e214cf7af0033b65d006176989d9df341217ec0f60d3d98043839b4f5e170ce3d2fdfd SHA512 7dfac383697c61f96e34db4fb4d2de9985759514d06fe1b8f1aa1ebfdd24199d9deb4ed2cc4dec58bae6a344ab64da89793e8d24d15a80eea021e59af66e5805
|
||||||
12
dev-python/rich-rst/metadata.xml
Normal file
12
dev-python/rich-rst/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>falbrechtskirchinger@gmail.com</email>
|
||||||
|
<name>Florian Albrechtskirchinger</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">rich-rst</remote-id>
|
||||||
|
<remote-id type="github">wasi-master/rich-rst</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
30
dev-python/rich-rst/rich-rst-1.3.2.ebuild
Normal file
30
dev-python/rich-rst/rich-rst-1.3.2.ebuild
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 2026 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{11..14} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="A beautiful reStructuredText renderer for rich"
|
||||||
|
HOMEPAGE="
|
||||||
|
https://github.com/wasi-master/rich-rst
|
||||||
|
https://pypi.org/project/rich-rst/
|
||||||
|
"
|
||||||
|
SRC_URI="https://github.com/wasi-master/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/docutils[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
|
||||||
|
EPYTEST_PLUGINS=()
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_RICH_RST=${PV}
|
||||||
Reference in New Issue
Block a user