public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 23 Jan 2021 00:11:01 +0000 (UTC)	[thread overview]
Message-ID: <1611360650.8cc4c2be92118e2a814a0cec160d823a8200afa5.mgorny@gentoo> (raw)

commit:     8cc4c2be92118e2a814a0cec160d823a8200afa5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 20:40:14 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 00:10:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc4c2be

dev-python/backrefs: Bump to 5.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/backrefs/Manifest            |  1 +
 dev-python/backrefs/backrefs-5.0.ebuild | 50 +++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/backrefs/Manifest b/dev-python/backrefs/Manifest
index 5de33284ed2..acaa4424420 100644
--- a/dev-python/backrefs/Manifest
+++ b/dev-python/backrefs/Manifest
@@ -1,2 +1,3 @@
 DIST backrefs-4.5.0.tar.gz 5995247 BLAKE2B ce3d33b91ab307811e555689a2ece0ba47e53d8245fd4fa367156a76893c5ca342cb47d014a3c94c6f30ebb32487fb36975a2fa6c7acf0a626305d05e0d80048 SHA512 c1e30a78c2e7a86efce1670000612b6450b6cae78f8c799cec6832aa88e4145fee6ffc3e1b8c54b55091f7c21ea4b09c1ee36af852bb51973434b593273e04a8
 DIST backrefs-4.6.tar.gz 5995313 BLAKE2B 5bc6c6b496dc74f1a73a155b7825a134ef84458c0396bc2e678e93432c37b1355f782331fce978dee1c9968cc683c3821ae8975bbd20d4e19896277a6bf5b0c8 SHA512 96aeba6aab34ea14a48c430b00e242b3468054cfccfdab00a66071434e65df4378caffc32f47eded48b5054f7bfcd0caaa04bf103b9fa282ddb5c6119c46f88f
+DIST backrefs-5.0.tar.gz 4120151 BLAKE2B 350b59c31d75b18df249f7bbd1625c2183182581dbf4b473c6fe58cbb7722b71a260769fd918d992e5aadfd8f4e848449609de2d307e1dd95aeb6125d5ac7a03 SHA512 c1b7f70f02171535609e3abfb4ad38174b63b935b4f904759069cc8cf9ea6c8fbeeefedc2a150c2d9eafc70ec29a4c5915809d7a8931e0a5af7e6df1ff5b136d

diff --git a/dev-python/backrefs/backrefs-5.0.ebuild b/dev-python/backrefs/backrefs-5.0.ebuild
new file mode 100644
index 00000000000..72b44d4b44c
--- /dev/null
+++ b/dev-python/backrefs/backrefs-5.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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 ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/regex[${PYTHON_USEDEP}]
+		dev-vcs/git
+	)"
+
+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
+}


             reply	other threads:[~2021-01-23  0:11 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-23  0:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06  6:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/backrefs/ 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
2022-05-22  5:53 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-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=1611360650.8cc4c2be92118e2a814a0cec160d823a8200afa5.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