public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/
Date: Mon,  7 Dec 2020 11:52:34 +0000 (UTC)	[thread overview]
Message-ID: <1607341777.1ae78248f78feb4fbdf8baf0d21c63c294d1def2.andrewammerlaan@gentoo> (raw)
Message-ID: <20201207115234.m3q6eO3BhoxuHP7eoYdalLZ-YK4SJc-NYAF6sQj8AJo@z> (raw)

commit:     1ae78248f78feb4fbdf8baf0d21c63c294d1def2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Dec  7 11:49:37 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec  7 11:49:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ae78248

dev-python/pyspelling: version bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pyspelling/Manifest                     |  2 +-
 ...elling-2.6.0.ebuild => pyspelling-2.7.0.ebuild} | 22 +++++++++++++---------
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/dev-python/pyspelling/Manifest b/dev-python/pyspelling/Manifest
index b8519118..b85ac18e 100644
--- a/dev-python/pyspelling/Manifest
+++ b/dev-python/pyspelling/Manifest
@@ -1 +1 @@
-DIST pyspelling-2.6.0.tar.gz 147740 BLAKE2B 277bd24f74fb670d44f027a9fce4fe0e4964318d8f3dccf796e3a6c09490f344fc2d2b9508a77c09aa6eecedf059b9e6bb27baa99bc0b938a8ad58c4fba14824 SHA512 41ca9265931b4c857c719cabbfbb79443a27d93b927941212ba1735eb2ab00643556bbc811fce26ca0b4d2d169d62c1d2ad2f86918daddd10c7636d8c664ca5e
+DIST pyspelling-2.7.0.tar.gz 149425 BLAKE2B f8e600a41ebd4ec290562307306e7fd5c67d384b9186de037b98d50d58016ded19c426caa892497ca44e309fb3db04292b890612afbe25a34f9f6b06985d3740 SHA512 2fcd225a66cb02fff10d5ca652e523a01bd0488a005dafa32ba1151fba9afe73809781501c957d6df00927baa9fb6779872973b32e2d3fe8a09306fdc4191995

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.7.0.ebuild
similarity index 67%
rename from dev-python/pyspelling/pyspelling-2.6.0.ebuild
rename to dev-python/pyspelling/pyspelling-2.7.0.ebuild
index dbc1eaa1..f350d6f3 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.7.0.ebuild
@@ -9,8 +9,10 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="
-	dev-python/mkdocs_pymdownx_material_extras
-	~dev-python/mkdocs-material-5.0.0_rc2"
+	~dev-python/mkdocs_pymdownx_material_extras-1.1.3
+	dev-python/mkdocs-git-revision-date-localized-plugin
+	dev-python/mkdocs-minify-plugin
+"
 
 inherit distutils-r1 docs
 
@@ -31,18 +33,20 @@ RDEPEND="
 	dev-python/markdown[${PYTHON_USEDEP}]
 	dev-python/pyyaml[${PYTHON_USEDEP}]
 	>=dev-python/soupsieve-1.8[${PYTHON_USEDEP}]
-	>=dev-python/wcmatch-4.0[${PYTHON_USEDEP}]
+	>=dev-python/wcmatch-6.0.3[${PYTHON_USEDEP}]
 "
 
-PATCHES="${FILESDIR}/${P}-do-not-install-tests.patch"
-
 distutils_enable_tests pytest
 
 python_prepare_all() {
-	# git revision data plugin needs git repo to build
-	# do not depend on this
-	sed -i -e '/git-revision-date-localized/d' \
-		mkdocs.yml || die
+	# mkdocs-git-revision-date-localized-plugin needs git repo
+	if use doc; then
+		git init
+		git config --global user.email "you@example.com" || die
+		git config --global user.name "Your Name" || die
+		git add .
+		git commit -m 'init'
+	fi
 
 	distutils-r1_python_prepare_all
 }


             reply	other threads:[~2020-12-07 11:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07 11:52 Andrew Ammerlaan [this message]
2020-12-07 11:52 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-04-11  8:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-10  7:35 Andrew Ammerlaan
2020-04-09 19:47 Andrew Ammerlaan
2020-03-31  9:07 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=1607341777.1ae78248f78feb4fbdf8baf0d21c63c294d1def2.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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