public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/
@ 2020-03-27 17:04 Alessandro Barbieri
  0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2020-03-27 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ac4b9b89498bc31517b554a813fc587438a7c9ba
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 16:54:40 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 17:03:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac4b9b89

dev-python/pyspelling: new package

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pyspelling/Manifest                |  1 +
 dev-python/pyspelling/metadata.xml            | 20 +++++++++++++++
 dev-python/pyspelling/pyspelling-2.6.0.ebuild | 35 +++++++++++++++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/dev-python/pyspelling/Manifest b/dev-python/pyspelling/Manifest
new file mode 100644
index 0000000..b851911
--- /dev/null
+++ b/dev-python/pyspelling/Manifest
@@ -0,0 +1 @@
+DIST pyspelling-2.6.0.tar.gz 147740 BLAKE2B 277bd24f74fb670d44f027a9fce4fe0e4964318d8f3dccf796e3a6c09490f344fc2d2b9508a77c09aa6eecedf059b9e6bb27baa99bc0b938a8ad58c4fba14824 SHA512 41ca9265931b4c857c719cabbfbb79443a27d93b927941212ba1735eb2ab00643556bbc811fce26ca0b4d2d169d62c1d2ad2f86918daddd10c7636d8c664ca5e

diff --git a/dev-python/pyspelling/metadata.xml b/dev-python/pyspelling/metadata.xml
new file mode 100644
index 0000000..18b7268
--- /dev/null
+++ b/dev-python/pyspelling/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">facelessuser/pyspelling</remote-id>
+  </upstream>
+  <longdescription lang="en">
+PySpelling is a module to help with automating spell checking in a project with Aspell or 
+Hunspell. It is essentially a wrapper around the command line utility of these two spell 
+checking tools, and allows you to setup different spelling tasks for different file types. 
+You can apply specific and different filters and options to each task. PySpelling can also 
+be used in CI environments to fail the build if there are misspelled words.
+Aspell and Hunspell are very good spell checking tools. Aspell particularly comes with a couple of filters, but the filters are limited in types and aren't extremely flexible. PySpelling was created to work around Aspell's and Hunspell's filtering shortcomings by creating a wrapper around them that could be extended to handle more kinds of file formats and provide more advanced filtering. If you need to filter out specific HTML tags with specific IDs or class names, PySpelling can do it. If you want to scan Python files for docstrings, but also avoid specific content within the docstring, you can do that as well. If PySpelling doesn't have a filter you need, with access to so many available Python modules, you can easily write your own.
+  </longdescription> 
+</pkgmetadata>

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
new file mode 100644
index 0000000..c5b3574
--- /dev/null
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Spell checker automation tool"
+HOMEPAGE="https://github.com/facelessuser/pyspelling"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+	dev-python/html5lib[${PYTHON_USEDEP}]
+	dev-python/markdown[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	>=dev-python/soupsieve-1.8[${PYTHON_USEDEP}]
+	>=dev-python/wcmatch-4.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+	doc? (
+		dev-python/mkdocs-git-revision-date-localized-plugin[${PYTHON_USEDEP}]
+		dev-python/mkdocs_pymdownx_material_extras[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs/src


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/
@ 2020-03-27 17:16 Alessandro Barbieri
  0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2020-03-27 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e6c7d304ae295b5c3fb779013e3efcfd45764a27
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 17:16:00 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 17:16:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6c7d304

dev-python/pyspelling: docdep style change

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pyspelling/pyspelling-2.6.0.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index c5b3574..43ae951 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -23,13 +23,9 @@ RDEPEND="
 	>=dev-python/soupsieve-1.8[${PYTHON_USEDEP}]
 	>=dev-python/wcmatch-4.0[${PYTHON_USEDEP}]
 "
-DEPEND="
-	${RDEPEND}
-	doc? (
-		dev-python/mkdocs-git-revision-date-localized-plugin[${PYTHON_USEDEP}]
-		dev-python/mkdocs_pymdownx_material_extras[${PYTHON_USEDEP}]
-	)
-"
+DEPEND="${RDEPEND}"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs/src
+distutils_enable_sphinx docs/src \
+					dev-python/mkdocs-git-revision-date-localized-plugin \
+					dev-python/mkdocs_pymdownx_material_extras


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/
@ 2020-03-30 19:46 Alessandro Barbieri
  0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2020-03-30 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     7257cde94923be3e126e0dae79de43e7ca85be77
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 30 19:46:17 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 30 19:46:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7257cde9

dev-python/pyspelling: it requires {a,hun}spell

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pyspelling/pyspelling-2.6.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index 02fcf91..8c3f642 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
+#not sure about adding aspell and hunspell useflags
 #IUSE="doc"
 
 # Need mkdocs-1.1 for this
@@ -29,6 +29,8 @@ KEYWORDS="~amd64 ~x86"
 #"
 
 RDEPEND="
+	|| ( app-text/aspell app-text/hunspell )
+
 	dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
 	dev-python/lxml[${PYTHON_USEDEP}]
 	dev-python/html5lib[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/
  2020-04-09 19:47 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-04-09 14:22 ` Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-04-09 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     648159f9dfce606ec60c1871d1f9475091d3a7a6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr  9 14:22:10 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  9 14:22:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=648159f9

dev-python/pyspelling: tried to allow do building

gave me an error, suggest to use a option to ignore this
but can't find where this option should go
probably mkdocs.yml but it told me unrecognized option
when I tried

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

 dev-python/pyspelling/pyspelling-2.6.0.ebuild | 30 +++++++++------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index 8c3f642..a3ed42c 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -7,7 +7,16 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-inherit distutils-r1
+#ERROR   -  Unable to read git logs of '/tmp/mozilla_andrew0/pyspelling-2.6.0/docs/src/markdown/index.md'. To ignore this error, set option 'ignoring_missing_git: true'
+#ERROR   -  Error reading page 'index.md': Cmd('git') failed due to: exit code(128)
+# How does one set this option though???
+#DOCBUILDER="mkdocs"
+#DOCDEPEND="
+#	dev-python/mkdocs-git-revision-date-localized-plugin 
+#	dev-python/mkdocs_pymdownx_material_extras
+#	~dev-python/mkdocs-material-5.0.0_rc2"
+
+inherit distutils-r1 #docs
 
 DESCRIPTION="Spell checker automation tool"
 HOMEPAGE="https://github.com/facelessuser/pyspelling"
@@ -16,17 +25,6 @@ SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-#not sure about adding aspell and hunspell useflags
-#IUSE="doc"
-
-# Need mkdocs-1.1 for this
-#BDEPEND="
-#	doc? (
-#		dev-python/mkdocs-git-revision-date-localized-plugin
-#		dev-python/mkdocs_pymdownx_material_extras
-#		~dev-python/mkdocs-material-5.0.0_rc2
-#	)
-#"
 
 RDEPEND="
 	|| ( app-text/aspell app-text/hunspell )
@@ -43,11 +41,3 @@ RDEPEND="
 PATCHES="${FILESDIR}/${P}-do-not-install-tests.patch"
 
 distutils_enable_tests pytest
-
-#python_compile_all() {
-#	default
-#	if use doc; then
-#		mkdocs build || die "failed to make docs"
-#		HTML_DOCS="site"
-#	fi
-#}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/
  2020-04-10  7:35 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyspelling/ Andrew Ammerlaan
@ 2020-04-10  7:25 ` Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-04-10  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     843a8a38aae8d007b7d0f6567a41e6f8b0f3d37f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr 10 07:20:18 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 10 07:20:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=843a8a38

dev-python/pyspelling: fix doc, needs git repo

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

 dev-python/pyspelling/pyspelling-2.6.0.ebuild | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index a3ed42c..c9b21a2 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -7,16 +7,13 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-#ERROR   -  Unable to read git logs of '/tmp/mozilla_andrew0/pyspelling-2.6.0/docs/src/markdown/index.md'. To ignore this error, set option 'ignoring_missing_git: true'
-#ERROR   -  Error reading page 'index.md': Cmd('git') failed due to: exit code(128)
-# How does one set this option though???
-#DOCBUILDER="mkdocs"
-#DOCDEPEND="
-#	dev-python/mkdocs-git-revision-date-localized-plugin 
-#	dev-python/mkdocs_pymdownx_material_extras
-#	~dev-python/mkdocs-material-5.0.0_rc2"
+DOCBUILDER="mkdocs"
+DOCDEPEND="
+	dev-python/mkdocs-git-revision-date-localized-plugin
+	dev-python/mkdocs_pymdownx_material_extras
+	~dev-python/mkdocs-material-5.0.0_rc2"
 
-inherit distutils-r1 #docs
+inherit distutils-r1 docs
 
 DESCRIPTION="Spell checker automation tool"
 HOMEPAGE="https://github.com/facelessuser/pyspelling"
@@ -41,3 +38,13 @@ RDEPEND="
 PATCHES="${FILESDIR}/${P}-do-not-install-tests.patch"
 
 distutils_enable_tests pytest
+
+python_prepare_all() {
+	# git revision data plugin needs git repo to build
+	if use doc; then
+		git init || die
+		git add -A || die
+		git commit -q -m ".." || die
+	fi
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyspelling/
@ 2020-04-10  7:35 Andrew Ammerlaan
  2020-04-10  7:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-04-10  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     843a8a38aae8d007b7d0f6567a41e6f8b0f3d37f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr 10 07:20:18 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 10 07:20:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=843a8a38

dev-python/pyspelling: fix doc, needs git repo

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

 dev-python/pyspelling/pyspelling-2.6.0.ebuild | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index a3ed42c..c9b21a2 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -7,16 +7,13 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-#ERROR   -  Unable to read git logs of '/tmp/mozilla_andrew0/pyspelling-2.6.0/docs/src/markdown/index.md'. To ignore this error, set option 'ignoring_missing_git: true'
-#ERROR   -  Error reading page 'index.md': Cmd('git') failed due to: exit code(128)
-# How does one set this option though???
-#DOCBUILDER="mkdocs"
-#DOCDEPEND="
-#	dev-python/mkdocs-git-revision-date-localized-plugin 
-#	dev-python/mkdocs_pymdownx_material_extras
-#	~dev-python/mkdocs-material-5.0.0_rc2"
+DOCBUILDER="mkdocs"
+DOCDEPEND="
+	dev-python/mkdocs-git-revision-date-localized-plugin
+	dev-python/mkdocs_pymdownx_material_extras
+	~dev-python/mkdocs-material-5.0.0_rc2"
 
-inherit distutils-r1 #docs
+inherit distutils-r1 docs
 
 DESCRIPTION="Spell checker automation tool"
 HOMEPAGE="https://github.com/facelessuser/pyspelling"
@@ -41,3 +38,13 @@ RDEPEND="
 PATCHES="${FILESDIR}/${P}-do-not-install-tests.patch"
 
 distutils_enable_tests pytest
+
+python_prepare_all() {
+	# git revision data plugin needs git repo to build
+	if use doc; then
+		git init || die
+		git add -A || die
+		git commit -q -m ".." || die
+	fi
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/
  2020-04-11  8:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-04-11  8:15 ` Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-04-11  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     868b057ea95a1275137651d200271caba93e6574
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Apr 11 08:14:57 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 11 08:14:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=868b057e

dev-python/pyspelling: do not depend on mkdocs-git-rev..

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

 dev-python/pyspelling/pyspelling-2.6.0.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index c9b21a2..eff19a8 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -9,7 +9,6 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 
 DOCBUILDER="mkdocs"
 DOCDEPEND="
-	dev-python/mkdocs-git-revision-date-localized-plugin
 	dev-python/mkdocs_pymdownx_material_extras
 	~dev-python/mkdocs-material-5.0.0_rc2"
 
@@ -41,10 +40,9 @@ distutils_enable_tests pytest
 
 python_prepare_all() {
 	# git revision data plugin needs git repo to build
-	if use doc; then
-		git init || die
-		git add -A || die
-		git commit -q -m ".." || die
-	fi
+	# do not depend on this
+	sed -i -e '/git-revision-date-localized/d' \
+		mkdocs.yml || die
+
 	distutils-r1_python_prepare_all
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/
  2020-12-07 11:52 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-12-07 11:52 ` Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-12-07 11:52 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-07 11:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-10  7:35 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyspelling/ Andrew Ammerlaan
2020-04-10  7:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-12-07 11:52 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-07 11:52 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-11  8:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-11  8:15 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-09 19:47 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-09 14:22 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-30 19:46 Alessandro Barbieri
2020-03-27 17:16 Alessandro Barbieri
2020-03-27 17:04 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox