From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backrefs/
Date: Sun, 22 May 2022 05:53:32 +0000 (UTC) [thread overview]
Message-ID: <1653198808.e4d18078ba615e8e539418c8ae4f2b6cc9899d64.mgorny@gentoo> (raw)
commit: e4d18078ba615e8e539418c8ae4f2b6cc9899d64
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 05:35:41 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 22 05:53:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d18078
dev-python/backrefs: Bump to 5.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/backrefs/Manifest | 1 +
dev-python/backrefs/backrefs-5.3.ebuild | 56 +++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-python/backrefs/Manifest b/dev-python/backrefs/Manifest
index 183db6075505..314e9f32177a 100644
--- a/dev-python/backrefs/Manifest
+++ b/dev-python/backrefs/Manifest
@@ -1 +1,2 @@
DIST backrefs-5.2.tar.gz 5220528 BLAKE2B b786df162f37406c36b99d9d4d36ed439837dae2f1d138238d5afc6e9ab108f1c4be1802606e14892ae08d7e3878f5c5068a6923de14d13ab89ef6749fd69b6e SHA512 fd68cd90deaf299a3bb21f70126db51f537e6dc1126fa38beda63901dccfe4db81842aea23eb20ac9311bfef74ff2339ebffdb8cdbcfed197c3ef0fd5b3e793b
+DIST backrefs-5.3.tar.gz 4291850 BLAKE2B d2d21dcb2d6a540ff6d06fbadb08c9a9ae6251c9bf78601b59611e80215f659cb46e8d535563c397ea28d014a67ffbc4d29a8f8632023ab9904b9630ac96602a SHA512 c42985a26605e3ab1f8b30943efdc554829d2a5951f32cff486959be1c7c1c61613adc947379aaebec74d8f574ae2c39e46e4682e2f78bb059beee2d9572f352
diff --git a/dev-python/backrefs/backrefs-5.3.ebuild b/dev-python/backrefs/backrefs-5.3.ebuild
new file mode 100644
index 000000000000..37188ae7ff64
--- /dev/null
+++ b/dev-python/backrefs/backrefs-5.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+ dev-python/mkdocs-git-revision-date-localized-plugin
+ ~dev-python/mkdocs_pymdownx_material_extras-1.0.7
+ dev-python/mkdocs-minify-plugin
+ dev-python/mkdocs-material
+ dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wrapper around re or regex that adds additional back references"
+HOMEPAGE="
+ https://github.com/facelessuser/backrefs/
+ https://pypi.org/project/backrefs/
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/regex[${PYTHON_USEDEP}]
+ dev-vcs/git
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}/${P}-fix-regex-unrecognized-escape.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # mkdocs-git-revision-date-localized-plugin needs git repo
+ if use doc; then
+ git init || die
+ git config --global user.email "you@example.com" || die
+ git config --global user.name "Your Name" || die
+ git add . || die
+ git commit -m 'init' || die
+ fi
+
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2022-05-22 5:53 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-22 5:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 12:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/backrefs/ Michał Górny
2025-03-15 12:16 Arthur Zamarin
2025-02-26 6:03 Michał Górny
2024-07-06 6:36 Michał Górny
2024-07-06 6:29 Sam James
2024-06-16 18:44 Michał Górny
2023-11-24 14:43 Michał Górny
2023-11-23 19:00 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:31 Sam James
2023-09-03 4:12 Michał Górny
2023-08-31 13:22 Michał Górny
2023-07-21 12:52 Arthur Zamarin
2023-07-21 12:35 Arthur Zamarin
2023-06-16 4:05 Michał Górny
2023-06-16 4:05 Michał Górny
2023-04-09 20:40 Andrew Ammerlaan
2022-11-30 2:55 Michał Górny
2022-11-29 22:22 Jakov Smolić
2022-10-28 7:09 Michał Górny
2022-10-28 7:09 Michał Górny
2022-06-22 5:33 Joonas Niilola
2022-05-22 16:36 Michał Górny
2022-05-22 16:15 Michał Górny
2022-05-22 16:15 Michał Górny
2021-11-21 20:14 Michał Górny
2021-11-21 19:36 Jakov Smolić
2021-11-03 6:43 Michał Górny
2021-10-20 9:40 Michał Górny
2021-09-23 15:35 Marek Szuba
2021-07-15 7:38 Agostino Sarubbo
2021-05-22 20:55 Andrew Ammerlaan
2021-05-22 7:58 Michał Górny
2021-01-23 23:30 Michał Górny
2021-01-23 0:11 Michał Górny
2021-01-10 9:38 Michał Górny
2020-12-08 5:53 Joonas Niilola
2020-12-08 5:53 Joonas Niilola
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=1653198808.e4d18078ba615e8e539418c8ae4f2b6cc9899d64.mgorny@gentoo \
--to=mgorny@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