mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
Update to release 6.1.1 and apply PR review suggestions.
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST rstcheck-3.3.1.tar.gz 13825 BLAKE2B 94c1e8226b372b25907fb5e713716f46d972788f5d996a6c351fdf92728d1274e625564ec6417e0e3be7c7ec8d4ef07a193e8b80ca38085d28c1e9ee13e0ca36 SHA512 d390565c59466e1047fb41491eb5a2261fec91848806e04137bcc6053759fc87c8e4c72721d39b35c959b0baddaf90f2c8459213cec76b82be9b78bdd44076c5
|
||||
DIST rstcheck-6.1.1.tar.gz 17532 BLAKE2B 973d288db0fb8a10ebd187ee638c5deff84a820a684f6fa1bd6248a10e36a7b0f3d5c62636431fa8083e454400c2f6beea232cc227db1b1f8adfa79714f8373a SHA512 87c9df2e80b84791b64cfaf37b8b550bf6df6ed0268ff048232a542a20c898ccb7e478031532ecc5294391976e2f623a93977430c6d7bc3fa380d441db0ef027
|
||||
|
||||
@@ -1,13 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>samuelbernardo.mail@gmail.com</email>
|
||||
<name>Samuel Bernardo</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">rstcheck</remote-id>
|
||||
<remote-id type="github">myint/rstcheck</remote-id>
|
||||
<bugs-to>https://github.com/myint/rstcheck/issues</bugs-to>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>samuelbernardo.mail@gmail.com</email>
|
||||
<name>Samuel Bernardo</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">rstcheck</remote-id>
|
||||
<remote-id type="github">rstcheck/rstcheck</remote-id>
|
||||
<bugs-to>https://github.com/rstcheck/rstcheck/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
<!-- vim: set ts=2 sw=2 sts=2 et sta: -->
|
||||
|
||||
@@ -1,23 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3 python3_9 )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Checks syntax of reStructuredText and code blocks nested within it"
|
||||
HOMEPAGE="https://github.com/myint/rstcheck"
|
||||
HOMEPAGE="https://github.com/rstcheck/rstcheck"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/docutils[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="dev-python/docutils[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -26,8 +25,6 @@ BDEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
Reference in New Issue
Block a user