public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
  2020-03-09 17:07 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-03-09 17:55 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7fd7819cab959d333c44d433ae9ad18b4fe8e682
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  9 17:06:18 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  9 17:06:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fd7819c

dev-python/mkdocs-git-revision-date-localized-plugin: new package

Display the localized date of the last git modification of a markdown file

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

 .../Manifest                                       |  1 +
 .../metadata.xml                                   |  9 ++++++
 ...git-revision-date-localized-plugin-0.4.6.ebuild | 32 ++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
new file mode 100644
index 0000000..683e404
--- /dev/null
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
@@ -0,0 +1 @@
+DIST mkdocs-git-revision-date-localized-plugin-0.4.6.tar.gz 73632 BLAKE2B 4a8df23409be8e2059fb025a77e20bdf36cdf2696f0b4d86fff3b5157d6836612e8d92ad570ceb5235c70f81219c9405f6efabd33e4d4791377f1ff555729f36 SHA512 c8c5ed30185d4c97d5dd2acfbd2c7b42ccaa679098ff3cc28dfad50c21b53e1c9a72a71928c136e2137416600065ce60afd9a24f7b5f2d08180d52d9b1704cf7

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/metadata.xml b/dev-python/mkdocs-git-revision-date-localized-plugin/metadata.xml
new file mode 100644
index 0000000..628ab20
--- /dev/null
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+    <maintainer type="person">
+        <email>andrewammerlaan@riseup.net</email>
+        <name>Andrew Ammerlaan</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
new file mode 100644
index 0000000..200a5a7
--- /dev/null
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Display the localized date of the last git modification of a markdown file"
+HOMEPAGE="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin"
+SRC_URI="https://github.com/timvink/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test" # fails, mkdocs failed
+
+RDEPEND="
+	>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
+	dev-python/GitPython[${PYTHON_USEDEP}]
+	dev-python/mkdocs[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]"
+
+DEPEND="
+	dev-python/click[${PYTHON_USEDEP}]
+	dev-python/mkdocs-material[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
  2020-03-12 14:00 [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/ Andrew Ammerlaan
@ 2020-03-12 13:50 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-03-12 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ff113655b423dc2521f7bf207711d0bcce51a499
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 13:45:58 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 13:45:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff113655

dev-python/mkdocs-git-revision-date-localized-plugin: depend on git-python

instead of GitPython::guru which is apperently the same package

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

 .../mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
index 200a5a7..414a919 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
@@ -21,7 +21,7 @@ RESTRICT="test" # fails, mkdocs failed
 
 RDEPEND="
 	>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-	dev-python/GitPython[${PYTHON_USEDEP}]
+	dev-python/git-python[${PYTHON_USEDEP}]
 	dev-python/mkdocs[${PYTHON_USEDEP}]
 	dev-python/jinja[${PYTHON_USEDEP}]"
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
@ 2020-03-12 14:00 Andrew Ammerlaan
  2020-03-12 13:50 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-03-12 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ff113655b423dc2521f7bf207711d0bcce51a499
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 13:45:58 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 13:45:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff113655

dev-python/mkdocs-git-revision-date-localized-plugin: depend on git-python

instead of GitPython::guru which is apperently the same package

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

 .../mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
index 200a5a7..414a919 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
@@ -21,7 +21,7 @@ RESTRICT="test" # fails, mkdocs failed
 
 RDEPEND="
 	>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-	dev-python/GitPython[${PYTHON_USEDEP}]
+	dev-python/git-python[${PYTHON_USEDEP}]
 	dev-python/mkdocs[${PYTHON_USEDEP}]
 	dev-python/jinja[${PYTHON_USEDEP}]"
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
  2020-03-14 12:45 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-03-14 12:46 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-03-14 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ca5a4cfdfc24e86a4bfa120f173738ebd14b8b87
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 14 12:42:20 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 14 12:42:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca5a4cfd

dev-python/mkdocs-git-revision-date-localized-plugin: git-python has been renamed in ::gentoo

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

 .../mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
index 414a919..200a5a7 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
@@ -21,7 +21,7 @@ RESTRICT="test" # fails, mkdocs failed
 
 RDEPEND="
 	>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-	dev-python/git-python[${PYTHON_USEDEP}]
+	dev-python/GitPython[${PYTHON_USEDEP}]
 	dev-python/mkdocs[${PYTHON_USEDEP}]
 	dev-python/jinja[${PYTHON_USEDEP}]"
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
@ 2020-03-24 16:37 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-03-24 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     05895698c7382db46acc684f90f7b94d1e6427d1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 19 19:01:16 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 19:01:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05895698

dev-python/mkdocs-git-revision-date-localized-plugin: add keyword x86

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

 .../mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
index 200a5a7..2fd18f0 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/timvink/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RESTRICT="test" # fails, mkdocs failed
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
@ 2020-04-02 10:12 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-04-02 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     80d69c487df8cec707c2a72469de8673a2e044fa
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr  1 20:48:11 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr  1 20:55:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80d69c48

dev-python/mkdocs-git-revision-date-localized-plugin: new version

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

 dev-python/mkdocs-git-revision-date-localized-plugin/Manifest         | 2 +-
 ....ebuild => mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
index 683e404..540c5d2 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-git-revision-date-localized-plugin-0.4.6.tar.gz 73632 BLAKE2B 4a8df23409be8e2059fb025a77e20bdf36cdf2696f0b4d86fff3b5157d6836612e8d92ad570ceb5235c70f81219c9405f6efabd33e4d4791377f1ff555729f36 SHA512 c8c5ed30185d4c97d5dd2acfbd2c7b42ccaa679098ff3cc28dfad50c21b53e1c9a72a71928c136e2137416600065ce60afd9a24f7b5f2d08180d52d9b1704cf7
+DIST mkdocs-git-revision-date-localized-plugin-0.5.0.tar.gz 80644 BLAKE2B 578a8be85d5aabc354497d2ddc236f36246c286a16ddb025ad03a0551908b3a07803cab878b9fa379953b62323d97a30ff74b00e2cf6dc5d8509bb82cbc00bba SHA512 51db7d0efaaf21582bd69131ca31c72ae36e6d4204b3358f33995128fab902d9d837ae9fbf81d34713eee4303656276b0dac76f625298774b0e4a433d33eacd2

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
similarity index 89%
rename from dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
rename to dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
index 54842de..7918683 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
@@ -20,13 +20,13 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RESTRICT="test" # fails, mkdocs failed
+RESTRICT="test" # fails, I think it tries to run git
 
 RDEPEND="
 	>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
 	dev-python/GitPython[${PYTHON_USEDEP}]
 	dev-python/jinja[${PYTHON_USEDEP}]
-	dev-python/mkdocs[${PYTHON_USEDEP}]
+	>=dev-python/mkdocs-0.17[${PYTHON_USEDEP}]
 "
 DEPEND="
 	dev-python/click[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
@ 2020-04-09 19:47 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-04-09 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b507b907e5b83829699f7acb7f620b028544a2cd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr  9 15:13:27 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  9 15:13:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b507b907

dev-python/mkdocs-git-revision-date-localized-plugin: add py3_7

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

 .../mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
index 7918683..4e5e911 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
  2020-04-09 16:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-04-09 19:47 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-04-09 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ca75aaa50081da5d3b08be416d08ba835639c82c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr  9 16:25:03 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  9 16:25:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca75aaa5

dev-python/mkdocs-git-revision-date-localized-plugin: unrestrict tests

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

 ...git-revision-date-localized-plugin-0.5.0.ebuild | 26 ++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
index 4e5e911..081fbf4 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
@@ -20,16 +20,34 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RESTRICT="test" # fails, I think it tries to run git
-
 RDEPEND="
 	>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
 	dev-python/GitPython[${PYTHON_USEDEP}]
 	dev-python/jinja[${PYTHON_USEDEP}]
 	>=dev-python/mkdocs-0.17[${PYTHON_USEDEP}]
 "
-DEPEND="
+DEPEND="test? (
 	dev-python/click[${PYTHON_USEDEP}]
-	dev-python/mkdocs-material[${PYTHON_USEDEP}]"
+	dev-python/mkdocs-material[${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest
+
+python_prepare_all() {
+	# AssertionError: 'mkdocs build' command failed
+	# 'theme set to 'material' with 'language' set to 'de''
+	# not sure why this is trying to set language to DE
+	sed -i -e 's:test_material_theme:_&:' \
+		-e 's:test_material_theme_no_locale :_&:' \
+			tests/test_basic.py || die
+
+	# mkdocs.exceptions.ConfigurationError: Aborted with 1 Configuration Errors!
+	sed -i -e 's:test_plugin_on_config:_&:' \
+			tests/test_plugin.py || die
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	distutils_install_for_testing
+	pytest -vv || die "Tests fail with ${EPYTHON}"
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
@ 2020-10-18  9:03 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-10-18  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b016b9b9745d908dbdef047040b6b793f595f0d9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct 18 08:22:22 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 18 08:22:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b016b9b9

dev-python/mkdocs-git-revision-date-localized-plugin: version bump 0.7.2

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

 .../mkdocs-git-revision-date-localized-plugin/Manifest |  2 +-
 ...cs-git-revision-date-localized-plugin-0.7.2.ebuild} | 18 +-----------------
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
index 540c5d21..54f3b225 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-git-revision-date-localized-plugin-0.5.0.tar.gz 80644 BLAKE2B 578a8be85d5aabc354497d2ddc236f36246c286a16ddb025ad03a0551908b3a07803cab878b9fa379953b62323d97a30ff74b00e2cf6dc5d8509bb82cbc00bba SHA512 51db7d0efaaf21582bd69131ca31c72ae36e6d4204b3358f33995128fab902d9d837ae9fbf81d34713eee4303656276b0dac76f625298774b0e4a433d33eacd2
+DIST mkdocs-git-revision-date-localized-plugin-0.7.2.tar.gz 328454 BLAKE2B ace3838939140d639416c0048b0a65b7609e194d5497c2c90e12962945ec9e6bbc8311b5c1ee5aeab7b4a297709549acfac80b444e7ebb7e80dcf1bb71a082b3 SHA512 a0d43fbf332e6f2c1000cf11c8bfe79ba7d6b8deac8568110ac368d6270f0551572f9c254eb0744dfd6b72a393ed4308c40f92131a14a18f1f6879b77f3b7702

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.2.ebuild
similarity index 61%
rename from dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
rename to dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.2.ebuild
index ff918787..3cf0ef35 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.2.ebuild
@@ -5,8 +5,6 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
 inherit distutils-r1
 
 DESCRIPTION="Display the localized date of the last git modification of a markdown file"
@@ -24,7 +22,7 @@ RDEPEND="
 	>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
 	dev-python/GitPython[${PYTHON_USEDEP}]
 	dev-python/jinja[${PYTHON_USEDEP}]
-	>=dev-python/mkdocs-0.17[${PYTHON_USEDEP}]
+	>=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
 "
 DEPEND="test? (
 	dev-python/click[${PYTHON_USEDEP}]
@@ -33,20 +31,6 @@ DEPEND="test? (
 
 distutils_enable_tests pytest
 
-python_prepare_all() {
-	# AssertionError: 'mkdocs build' command failed
-	# 'theme set to 'material' with 'language' set to 'de''
-	# not sure why this is trying to set language to DE
-	sed -i -e 's:test_material_theme:_&:' \
-		-e 's:test_material_theme_no_locale :_&:' \
-			tests/test_basic.py || die
-
-	# mkdocs.exceptions.ConfigurationError: Aborted with 1 Configuration Errors!
-	sed -i -e 's:test_plugin_on_config:_&:' \
-			tests/test_plugin.py || die
-	distutils-r1_python_prepare_all
-}
-
 python_test() {
 	distutils_install_for_testing
 	pytest -vv || die "Tests fail with ${EPYTHON}"


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
  2020-11-04  9:57 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-11-04  9:57 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-11-04  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3d58ef8510cf52a0a887a07687da1089f1f30b31
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Nov  4 09:57:11 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Nov  4 09:57:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d58ef85

dev-python/mkdocs-git-revision-date-localized-plugin: vers. bump. 0.7.3

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

 dev-python/mkdocs-git-revision-date-localized-plugin/Manifest           | 2 +-
 ....2.ebuild => mkdocs-git-revision-date-localized-plugin-0.7.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
index 54f3b225..dff85bb1 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-git-revision-date-localized-plugin-0.7.2.tar.gz 328454 BLAKE2B ace3838939140d639416c0048b0a65b7609e194d5497c2c90e12962945ec9e6bbc8311b5c1ee5aeab7b4a297709549acfac80b444e7ebb7e80dcf1bb71a082b3 SHA512 a0d43fbf332e6f2c1000cf11c8bfe79ba7d6b8deac8568110ac368d6270f0551572f9c254eb0744dfd6b72a393ed4308c40f92131a14a18f1f6879b77f3b7702
+DIST mkdocs-git-revision-date-localized-plugin-0.7.3.tar.gz 361670 BLAKE2B c798dc9bc0191c28d85ec20fb21e120c1050e544543c4b493956a542acb3ce16bd2d316530cc920a2850e9a3acb0ba93797454095d4894e2319adee625bc3a7e SHA512 7c872e4127b9892f018296c3b3467cfaa2a1c66bec82d2f9923d8a3c70383d7bdca64b6edabad8e9f2ebf6711d0901aa162543dd6407636d12b5500b74e05bee

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.2.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.3.ebuild
similarity index 100%
rename from dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.2.ebuild
rename to dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.3.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/
@ 2020-12-07 11:52 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-12-07 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2cb6714db96c4be9193aad9c51f789a01b3bf8d5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Dec  7 11:51:58 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec  7 11:51:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cb6714d

dev-python/mkdocs-git-revision-date-localized-plugin: version bump

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

 dev-python/mkdocs-git-revision-date-localized-plugin/Manifest  |  2 +-
 ...ld => mkdocs-git-revision-date-localized-plugin-0.8.ebuild} | 10 ++--------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
index dff85bb1..acc012c3 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-git-revision-date-localized-plugin-0.7.3.tar.gz 361670 BLAKE2B c798dc9bc0191c28d85ec20fb21e120c1050e544543c4b493956a542acb3ce16bd2d316530cc920a2850e9a3acb0ba93797454095d4894e2319adee625bc3a7e SHA512 7c872e4127b9892f018296c3b3467cfaa2a1c66bec82d2f9923d8a3c70383d7bdca64b6edabad8e9f2ebf6711d0901aa162543dd6407636d12b5500b74e05bee
+DIST mkdocs-git-revision-date-localized-plugin-0.8.tar.gz 364352 BLAKE2B cfd1709b5c9e1f99ca1a2d8d194634afde6d57aecaca1d2cb70edc21c28d0b210c3497a4214d6a95592bc5a7aad3b88d96b275427f3218aa198ab7b3ae8f364a SHA512 84f19aa13189b74f18f98433939935052f1d757f66972d4f1cc1bfd14b614f8fd57b0ac0dcf41fcb678eb8dddba93ddc78dc776d6a81977d096920128d31f58e

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.3.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.8.ebuild
similarity index 79%
rename from dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.3.ebuild
rename to dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.8.ebuild
index 3cf0ef35..45794cc4 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.3.ebuild
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1
 
@@ -21,7 +21,6 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
 	dev-python/GitPython[${PYTHON_USEDEP}]
-	dev-python/jinja[${PYTHON_USEDEP}]
 	>=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
 "
 DEPEND="test? (
@@ -29,9 +28,4 @@ DEPEND="test? (
 	dev-python/mkdocs-material[${PYTHON_USEDEP}]
 )"
 
-distutils_enable_tests pytest
-
-python_test() {
-	distutils_install_for_testing
-	pytest -vv || die "Tests fail with ${EPYTHON}"
-}
+distutils_enable_tests --install pytest


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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 14:00 [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-git-revision-date-localized-plugin/ Andrew Ammerlaan
2020-03-12 13:50 ` [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-11-04  9:57 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-04  9:57 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-18  9:03 Andrew Ammerlaan
2020-04-09 19:47 Andrew Ammerlaan
2020-04-09 16:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-09 19:47 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-02 10:12 Andrew Ammerlaan
2020-03-24 16:37 Michał Górny
2020-03-14 12:45 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-14 12:46 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-09 17:07 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-09 17:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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