From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rstcheck/
Date: Mon, 30 Jan 2023 10:29:31 +0000 (UTC) [thread overview]
Message-ID: <1675042735.29c117f069bcd7a1261e2103f549a6f92987b09a.ceamac@gentoo> (raw)
commit: 29c117f069bcd7a1261e2103f549a6f92987b09a
Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Mon Jan 30 01:38:55 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 01:38:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29c117f0
Update to release 6.1.1 and apply PR review suggestions.
Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
dev-python/rstcheck/Manifest | 2 +-
dev-python/rstcheck/metadata.xml | 23 +++++++++++++---------
...rstcheck-3.3.1.ebuild => rstcheck-6.1.1.ebuild} | 15 ++++++--------
3 files changed, 21 insertions(+), 19 deletions(-)
diff --git a/dev-python/rstcheck/Manifest b/dev-python/rstcheck/Manifest
index fe9ae3bf9..668149628 100644
--- a/dev-python/rstcheck/Manifest
+++ b/dev-python/rstcheck/Manifest
@@ -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
diff --git a/dev-python/rstcheck/metadata.xml b/dev-python/rstcheck/metadata.xml
index d19e6b08b..581a1331c 100644
--- a/dev-python/rstcheck/metadata.xml
+++ b/dev-python/rstcheck/metadata.xml
@@ -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: -->
diff --git a/dev-python/rstcheck/rstcheck-3.3.1.ebuild b/dev-python/rstcheck/rstcheck-6.1.1.ebuild
similarity index 78%
rename from dev-python/rstcheck/rstcheck-3.3.1.ebuild
rename to dev-python/rstcheck/rstcheck-6.1.1.ebuild
index 2b2913bc6..76c81d260 100644
--- a/dev-python/rstcheck/rstcheck-3.3.1.ebuild
+++ b/dev-python/rstcheck/rstcheck-6.1.1.ebuild
@@ -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() {
next reply other threads:[~2023-01-30 10:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-30 10:29 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-18 10:26 [gentoo-commits] repo/proj/guru:master commit in: dev-python/rstcheck/ David Roman
2023-11-06 14:38 David Roman
2023-10-19 7:17 Viorel Munteanu
2023-01-31 11:00 Florian Schmaus
2021-11-08 13:02 Andrew Ammerlaan
2020-06-30 19:43 Andrew Ammerlaan
2020-06-29 19:55 Andrew Ammerlaan
2020-06-29 18:14 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1675042735.29c117f069bcd7a1261e2103f549a6f92987b09a.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox