public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-extensions/
@ 2020-03-09 17:07 Andrew Ammerlaan
  2020-03-09 17:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 10+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 17:07 UTC (permalink / raw
  To: gentoo-commits

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

dev-python/pymdown-extensions: Extensions for Python Markdown.

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

 dev-python/pymdown-extensions/Manifest             |  1 +
 dev-python/pymdown-extensions/metadata.xml         |  9 +++++
 .../pymdown-extensions-6.3.0.ebuild                | 40 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
new file mode 100644
index 0000000..c0bed77
--- /dev/null
+++ b/dev-python/pymdown-extensions/Manifest
@@ -0,0 +1 @@
+DIST pymdown-extensions-6.3.0.tar.gz 551554 BLAKE2B 718c2d98f077dac38049b458a7430e6e9d13c6516e09990c6e2acc89516ebc9717dd48e5449fd49a0f5fcdfccc55649893a6f857f62fa19edb3db3313aeac773 SHA512 08f679e242205bba9cd98de1ffc492b97c5e568ac5246cfc9a88346240058413a5b532ebd9df45fa6e973dc2d40543fe17460eaf456d88140c426f7f42045384

diff --git a/dev-python/pymdown-extensions/metadata.xml b/dev-python/pymdown-extensions/metadata.xml
new file mode 100644
index 0000000..628ab20
--- /dev/null
+++ b/dev-python/pymdown-extensions/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/pymdown-extensions/pymdown-extensions-6.3.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
new file mode 100644
index 0000000..4d79a54
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extensions for Python Markdown."
+HOMEPAGE="https://github.com/facelessuser/pymdown-extensions"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Docs require pymdownx.tabbed which is in master on github atm
+# but not in the 6.3.0 release tarballs for some reason
+
+#IUSE="doc"
+#REQUIRED_USE="x86? ( !doc )"
+#
+#BDEPEND="doc? (
+#	dev-python/mkdocs-material
+#	dev-python/mkdocs-git-revision-date-localized-plugin )"
+
+RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+
+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] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pymdown-extensions/
  2020-03-09 17:07 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-extensions/ Andrew Ammerlaan
@ 2020-03-09 17:55 ` Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 17:55 UTC (permalink / raw
  To: gentoo-commits

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

dev-python/pymdown-extensions: Extensions for Python Markdown.

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

 dev-python/pymdown-extensions/Manifest             |  1 +
 dev-python/pymdown-extensions/metadata.xml         |  9 +++++
 .../pymdown-extensions-6.3.0.ebuild                | 40 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
new file mode 100644
index 0000000..c0bed77
--- /dev/null
+++ b/dev-python/pymdown-extensions/Manifest
@@ -0,0 +1 @@
+DIST pymdown-extensions-6.3.0.tar.gz 551554 BLAKE2B 718c2d98f077dac38049b458a7430e6e9d13c6516e09990c6e2acc89516ebc9717dd48e5449fd49a0f5fcdfccc55649893a6f857f62fa19edb3db3313aeac773 SHA512 08f679e242205bba9cd98de1ffc492b97c5e568ac5246cfc9a88346240058413a5b532ebd9df45fa6e973dc2d40543fe17460eaf456d88140c426f7f42045384

diff --git a/dev-python/pymdown-extensions/metadata.xml b/dev-python/pymdown-extensions/metadata.xml
new file mode 100644
index 0000000..628ab20
--- /dev/null
+++ b/dev-python/pymdown-extensions/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/pymdown-extensions/pymdown-extensions-6.3.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
new file mode 100644
index 0000000..4d79a54
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extensions for Python Markdown."
+HOMEPAGE="https://github.com/facelessuser/pymdown-extensions"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Docs require pymdownx.tabbed which is in master on github atm
+# but not in the 6.3.0 release tarballs for some reason
+
+#IUSE="doc"
+#REQUIRED_USE="x86? ( !doc )"
+#
+#BDEPEND="doc? (
+#	dev-python/mkdocs-material
+#	dev-python/mkdocs-git-revision-date-localized-plugin )"
+
+RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+
+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] 10+ messages in thread

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

commit:     38b3dbe3d35093b52745cd59856b93dec6932386
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 16:58:38 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=38b3dbe3

dev-python/pymdown-extensions: new package

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

 dev-python/pymdown-extensions/Manifest             |  1 +
 dev-python/pymdown-extensions/metadata.xml         | 12 ++++--
 .../pymdown-extensions-6.3.0.ebuild                | 28 +++++++-----
 .../pymdown-extensions-7.0.0_rc1.ebuild            | 50 ++++++++++++++++++++++
 4 files changed, 77 insertions(+), 14 deletions(-)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
index c0bed77..54bba77 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1 +1,2 @@
 DIST pymdown-extensions-6.3.0.tar.gz 551554 BLAKE2B 718c2d98f077dac38049b458a7430e6e9d13c6516e09990c6e2acc89516ebc9717dd48e5449fd49a0f5fcdfccc55649893a6f857f62fa19edb3db3313aeac773 SHA512 08f679e242205bba9cd98de1ffc492b97c5e568ac5246cfc9a88346240058413a5b532ebd9df45fa6e973dc2d40543fe17460eaf456d88140c426f7f42045384
+DIST pymdown-extensions-7.0.0_rc1.tar.gz 576517 BLAKE2B 3987fdce82860776f38ee72cec1fb74cfac12360e6913b9b6ad5b069b0a4320f062ccf3e24755a5fb4e56e96e6bd6981c17efa0eef2b9692537abd82ba388f96 SHA512 467bacc0921e02c04a3209000f65e3600c23408a13ee49bff6fd96fd7b2426ae8a76562d832eaf45a087f98453e54f5294555ece9b42fca0499b57a0f2ebd9f0

diff --git a/dev-python/pymdown-extensions/metadata.xml b/dev-python/pymdown-extensions/metadata.xml
index 628ab20..f9eb750 100644
--- a/dev-python/pymdown-extensions/metadata.xml
+++ b/dev-python/pymdown-extensions/metadata.xml
@@ -2,8 +2,12 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
 <pkgmetadata>
-    <maintainer type="person">
-        <email>andrewammerlaan@riseup.net</email>
-        <name>Andrew Ammerlaan</name>
-    </maintainer>
+  <maintainer type="person">
+    <email>andrewammerlaan@riseup.net</email>
+    <name>Andrew Ammerlaan</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">facelessuser/pymdown-extensions</remote-id>
+    <remote-id type="pypi">pymdown-extensions</remote-id>
+  </upstream>
 </pkgmetadata>

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
index 4d79a54..c08fa78 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
 DESCRIPTION="Extensions for Python Markdown."
-HOMEPAGE="https://github.com/facelessuser/pymdown-extensions"
+HOMEPAGE="
+	https://github.com/facelessuser/pymdown-extensions
+	https://pypi.org/project/pymdown-extensions
+"
 SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
@@ -18,16 +21,21 @@ KEYWORDS="~amd64 ~x86"
 # Docs require pymdownx.tabbed which is in master on github atm
 # but not in the 6.3.0 release tarballs for some reason
 
-#IUSE="doc"
-#REQUIRED_USE="x86? ( !doc )"
-#
-#BDEPEND="doc? (
-#	dev-python/mkdocs-material
-#	dev-python/mkdocs-git-revision-date-localized-plugin )"
-
 RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
 
-DEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+#	doc? (
+#		dev-python/mkdocs-git-revision-date-localized-plugin[${PYTHON_USEDEP}]
+#		dev-python/mkdocs-material[${PYTHON_USEDEP}]
+#		dev-python/pymdown-lexers[${PYTHON_USEDEP}]
+#		dev-python/pyspelling[${PYTHON_USEDEP}]
+#	)
+
+DEPEND="
+	${RDEPEND}
+	test? (
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+	)
+"
 
 distutils_enable_tests pytest
 

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild
new file mode 100644
index 0000000..0090fe8
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild
@@ -0,0 +1,50 @@
+# 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
+
+MYPV="${PV/_/}"
+
+DESCRIPTION="Extensions for Python Markdown."
+HOMEPAGE="
+	https://github.com/facelessuser/pymdown-extensions
+	https://pypi.org/project/pymdown-extensions
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="doc"
+
+RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
+
+BDEPEND="
+	doc? (
+		dev-python/mkdocs-git-revision-date-localized-plugin[${PYTHON_USEDEP}]
+		dev-python/mkdocs-material[${PYTHON_USEDEP}]
+		dev-python/pymdown-lexers[${PYTHON_USEDEP}]
+		dev-python/pyspelling[${PYTHON_USEDEP}]
+	)
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+	)
+"
+
+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] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-extensions/
  2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-28 11:00 ` Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2020-03-28 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c29f2fadb0303d10a22d94cf98d8ba8e02ec013a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 08:04:32 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:00:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c29f2fad

dev-python/pymdown-extensions: fix S not found

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

 .../pymdown-extensions/pymdown-extensions-6.3.0.ebuild       |  2 +-
 .../pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild   | 12 +++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
index c08fa78..cebf15b 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild
index 0090fe8..126a9ff 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -26,10 +26,10 @@ RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
 
 BDEPEND="
 	doc? (
-		dev-python/mkdocs-git-revision-date-localized-plugin[${PYTHON_USEDEP}]
-		dev-python/mkdocs-material[${PYTHON_USEDEP}]
-		dev-python/pymdown-lexers[${PYTHON_USEDEP}]
-		dev-python/pyspelling[${PYTHON_USEDEP}]
+		dev-python/mkdocs-git-revision-date-localized-plugin
+		dev-python/mkdocs-material
+		dev-python/pymdown-lexers
+		dev-python/pyspelling
 	)
 "
 DEPEND="
@@ -39,6 +39,8 @@ DEPEND="
 	)
 "
 
+S="${WORKDIR}/${PN}-${MYPV}"
+
 distutils_enable_tests pytest
 
 python_compile_all() {


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

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

commit:     b1c52bcf329bbc65d07d7164eeed99c23ace5fd0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr  9 17:09:00 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  9 17:09:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1c52bcf

dev-python/pymdown-extensions: version bump 7.0.0

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

 dev-python/pymdown-extensions/Manifest             |  1 +
 .../pymdown-extensions-7.0.0.ebuild                | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
index 54bba77..fd6c449 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1,2 +1,3 @@
 DIST pymdown-extensions-6.3.0.tar.gz 551554 BLAKE2B 718c2d98f077dac38049b458a7430e6e9d13c6516e09990c6e2acc89516ebc9717dd48e5449fd49a0f5fcdfccc55649893a6f857f62fa19edb3db3313aeac773 SHA512 08f679e242205bba9cd98de1ffc492b97c5e568ac5246cfc9a88346240058413a5b532ebd9df45fa6e973dc2d40543fe17460eaf456d88140c426f7f42045384
+DIST pymdown-extensions-7.0.0.tar.gz 598160 BLAKE2B f27511f8734c8b0309b756fc04e187a0d25c68c7375cd6e6547138d046a8cf5c3bd204f1428ae7803b682e6b4010c15e2e98a8895643f25ef729e7fef57a7078 SHA512 5ec369196e3b2182cdc90aba3ad508d4a6c6a98c22a06c1afdbc5c0fbc78466d25b704a110794d5168ad38b5e7e733d6b64704a0a5640bdc22c6b3dd6866fd61
 DIST pymdown-extensions-7.0.0_rc1.tar.gz 576517 BLAKE2B 3987fdce82860776f38ee72cec1fb74cfac12360e6913b9b6ad5b069b0a4320f062ccf3e24755a5fb4e56e96e6bd6981c17efa0eef2b9692537abd82ba388f96 SHA512 467bacc0921e02c04a3209000f65e3600c23408a13ee49bff6fd96fd7b2426ae8a76562d832eaf45a087f98453e54f5294555ece9b42fca0499b57a0f2ebd9f0

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
new file mode 100644
index 0000000..f48b760
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+#ERROR   -  Unable to read git logs of '/var/tmp/portage/dev-python/pymdown-extensions-7.0.0/work/pymdown-extensions-7.0.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)
+#DOCBUILDER="mkdocs"
+#DOCDEPEND="
+#	dev-python/mkdocs-minify-plugin
+#	dev-python/mkdocs-git-revision-date-localized-plugin
+#	dev-python/mkdocs-material
+#	dev-python/pymdown-lexers
+#	dev-python/pyspelling
+#	dev-python/pymdown-extensions
+#"
+
+inherit distutils-r1 #docs
+
+DESCRIPTION="Extensions for Python Markdown."
+HOMEPAGE="
+	https://github.com/facelessuser/pymdown-extensions
+	https://pypi.org/project/pymdown-extensions
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest


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

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

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

dev-python/pymdown-extensions: fix doc, needs git repo to build

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

 .../pymdown-extensions-7.0.0.ebuild                | 33 +++++++++++++---------
 1 file changed, 20 insertions(+), 13 deletions(-)

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
index f48b760..71c657c 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
@@ -5,19 +5,16 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-#ERROR   -  Unable to read git logs of '/var/tmp/portage/dev-python/pymdown-extensions-7.0.0/work/pymdown-extensions-7.0.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)
-#DOCBUILDER="mkdocs"
-#DOCDEPEND="
-#	dev-python/mkdocs-minify-plugin
-#	dev-python/mkdocs-git-revision-date-localized-plugin
-#	dev-python/mkdocs-material
-#	dev-python/pymdown-lexers
-#	dev-python/pyspelling
-#	dev-python/pymdown-extensions
-#"
-
-inherit distutils-r1 #docs
+DOCBUILDER="mkdocs"
+DOCDEPEND="
+	dev-python/mkdocs-minify-plugin
+	dev-python/mkdocs-git-revision-date-localized-plugin
+	dev-python/mkdocs-material
+	dev-python/pymdown-lexers
+	dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
 
 DESCRIPTION="Extensions for Python Markdown."
 HOMEPAGE="
@@ -37,3 +34,13 @@ DEPEND="test? (
 )"
 
 distutils_enable_tests pytest
+
+python_prepare_all() {
+	# git revision date 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] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-extensions/
  2020-04-10  9:56 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-04-10  9:40 ` Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2020-04-10  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c8f7f4678f866ee2b4f676ea6cb966bc27adc0ce
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr 10 09:40:19 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 10 09:40:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8f7f467

dev-python/pymdown-extensions: clean up old versions

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

 dev-python/pymdown-extensions/Manifest             |  2 -
 .../pymdown-extensions-6.3.0.ebuild                | 48 --------------------
 .../pymdown-extensions-7.0.0_rc1.ebuild            | 52 ----------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
index fd6c449..f4414d9 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1,3 +1 @@
-DIST pymdown-extensions-6.3.0.tar.gz 551554 BLAKE2B 718c2d98f077dac38049b458a7430e6e9d13c6516e09990c6e2acc89516ebc9717dd48e5449fd49a0f5fcdfccc55649893a6f857f62fa19edb3db3313aeac773 SHA512 08f679e242205bba9cd98de1ffc492b97c5e568ac5246cfc9a88346240058413a5b532ebd9df45fa6e973dc2d40543fe17460eaf456d88140c426f7f42045384
 DIST pymdown-extensions-7.0.0.tar.gz 598160 BLAKE2B f27511f8734c8b0309b756fc04e187a0d25c68c7375cd6e6547138d046a8cf5c3bd204f1428ae7803b682e6b4010c15e2e98a8895643f25ef729e7fef57a7078 SHA512 5ec369196e3b2182cdc90aba3ad508d4a6c6a98c22a06c1afdbc5c0fbc78466d25b704a110794d5168ad38b5e7e733d6b64704a0a5640bdc22c6b3dd6866fd61
-DIST pymdown-extensions-7.0.0_rc1.tar.gz 576517 BLAKE2B 3987fdce82860776f38ee72cec1fb74cfac12360e6913b9b6ad5b069b0a4320f062ccf3e24755a5fb4e56e96e6bd6981c17efa0eef2b9692537abd82ba388f96 SHA512 467bacc0921e02c04a3209000f65e3600c23408a13ee49bff6fd96fd7b2426ae8a76562d832eaf45a087f98453e54f5294555ece9b42fca0499b57a0f2ebd9f0

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
deleted file mode 100644
index cebf15b..0000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-6.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Extensions for Python Markdown."
-HOMEPAGE="
-	https://github.com/facelessuser/pymdown-extensions
-	https://pypi.org/project/pymdown-extensions
-"
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Docs require pymdownx.tabbed which is in master on github atm
-# but not in the 6.3.0 release tarballs for some reason
-
-RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
-
-#	doc? (
-#		dev-python/mkdocs-git-revision-date-localized-plugin[${PYTHON_USEDEP}]
-#		dev-python/mkdocs-material[${PYTHON_USEDEP}]
-#		dev-python/pymdown-lexers[${PYTHON_USEDEP}]
-#		dev-python/pyspelling[${PYTHON_USEDEP}]
-#	)
-
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-#python_compile_all() {
-#	default
-#	if use doc; then
-#		mkdocs build || die "failed to make docs"
-#		HTML_DOCS="site"
-#	fi
-#}

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild
deleted file mode 100644
index 126a9ff..0000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0_rc1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-MYPV="${PV/_/}"
-
-DESCRIPTION="Extensions for Python Markdown."
-HOMEPAGE="
-	https://github.com/facelessuser/pymdown-extensions
-	https://pypi.org/project/pymdown-extensions
-"
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="doc"
-
-RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
-
-BDEPEND="
-	doc? (
-		dev-python/mkdocs-git-revision-date-localized-plugin
-		dev-python/mkdocs-material
-		dev-python/pymdown-lexers
-		dev-python/pyspelling
-	)
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-	)
-"
-
-S="${WORKDIR}/${PN}-${MYPV}"
-
-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] 10+ messages in thread

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

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

dev-python/pymdown-extensions: 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>

 .../pymdown-extensions/pymdown-extensions-7.0.0.ebuild       | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
index 71c657c..ccca17b 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
@@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 DOCBUILDER="mkdocs"
 DOCDEPEND="
 	dev-python/mkdocs-minify-plugin
-	dev-python/mkdocs-git-revision-date-localized-plugin
 	dev-python/mkdocs-material
 	dev-python/pymdown-lexers
 	dev-python/pyspelling
@@ -36,11 +35,10 @@ DEPEND="test? (
 distutils_enable_tests pytest
 
 python_prepare_all() {
-	# git revision date plugin needs git repo to build
-	if use doc; then
-		git init || die
-		git add -A || die
-		git commit -q -m ".." || die
-	fi
+	# 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
+
 	distutils-r1_python_prepare_all
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-extensions/
@ 2020-10-22 14:39 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2020-10-22 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     133d0727349db954b7ac9af7542f60d9318db028
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Oct 22 14:31:31 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Oct 22 14:31:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=133d0727

dev-python/pymdown-extensions: version bump 8.0.1

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

 dev-python/pymdown-extensions/Manifest             |  2 +-
 .../pymdown-extensions-7.0.0.ebuild                | 44 --------------
 .../pymdown-extensions-8.0.1.ebuild                | 67 ++++++++++++++++++++++
 3 files changed, 68 insertions(+), 45 deletions(-)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
index f4414d92..715d3ad0 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1 +1 @@
-DIST pymdown-extensions-7.0.0.tar.gz 598160 BLAKE2B f27511f8734c8b0309b756fc04e187a0d25c68c7375cd6e6547138d046a8cf5c3bd204f1428ae7803b682e6b4010c15e2e98a8895643f25ef729e7fef57a7078 SHA512 5ec369196e3b2182cdc90aba3ad508d4a6c6a98c22a06c1afdbc5c0fbc78466d25b704a110794d5168ad38b5e7e733d6b64704a0a5640bdc22c6b3dd6866fd61
+DIST pymdown-extensions-8.0.1.tar.gz 642787 BLAKE2B fe25fd828633bb1a653430431de9fd2f9abc881ff457d2c630befd7c094a147f4d4883088488a66c601190794c15fdfb8297a3252ba3b070412b2f18872f6126 SHA512 3f85bfe9128dcdc63cea4c2eb4d55173d697ae9d112559a74527ed64b3bd63f67eee119b81a54d0ac927bc21b6eb8411c03dc7afc77673739a81772c10ebe62a

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
deleted file mode 100644
index 888821f6..00000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-DOCBUILDER="mkdocs"
-DOCDEPEND="
-	dev-python/mkdocs-minify-plugin
-	dev-python/mkdocs-material
-	dev-python/pymdown-lexers
-	dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Extensions for Python Markdown."
-HOMEPAGE="
-	https://github.com/facelessuser/pymdown-extensions
-	https://pypi.org/project/pymdown-extensions
-"
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-)"
-
-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
-
-	distutils-r1_python_prepare_all
-}

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
new file mode 100644
index 00000000..8dc75db2
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+DOCBUILDER="mkdocs"
+DOCDEPEND="
+	dev-python/mkdocs-git-revision-date-localized-plugin
+	dev-python/mkdocs-minify-plugin
+	dev-python/mkdocs-material
+	dev-python/pymdown-lexers
+	dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Extensions for Python Markdown."
+HOMEPAGE="
+	https://github.com/facelessuser/pymdown-extensions
+	https://pypi.org/project/pymdown-extensions
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# Fails on whitspaces
+	rm tests/test_syntax.py || die
+
+	# AssertionError: False is not true
+	sed -i -e 's:test_no_pygments_linenums_custom_class:_&:' \
+		tests/test_extensions/test_highlight.py  || die
+
+	sed -i -e 's:test_default_override:_&:' \
+		tests/test_extensions/test_superfences.py  || die
+
+	sed -i -e 's:test_tabbed:_&:' \
+		-e 's:test_tabbed_split:_&:' \
+		tests/test_extensions/test_tabbed.py  || die
+
+	distutils-r1_python_prepare_all
+}
+
+src_compile() {
+	# 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_src_compile
+}


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

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

commit:     9d1514692e39ab33fa0e4ce7eb83bd2a22d5c204
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Dec  7 11:50:03 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec  7 11:50:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d151469

dev-python/pymdown-extensions: fixup

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

 dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
index 5dbe84b8..ed192ca4 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
@@ -50,10 +50,6 @@ python_prepare_all() {
 		-e 's:test_tabbed_split:_&:' \
 		tests/test_extensions/test_tabbed.py  || die
 
-	distutils-r1_python_prepare_all
-}
-
-src_compile() {
 	# mkdocs-git-revision-date-localized-plugin needs git repo
 	if use doc; then
 		git init
@@ -63,5 +59,5 @@ src_compile() {
 		git commit -m 'init'
 	fi
 
-	distutils-r1_src_compile
+	distutils-r1_python_prepare_all
 }


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-09 17:07 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-extensions/ Andrew Ammerlaan
2020-03-09 17:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-03-27 17:04 [gentoo-commits] repo/proj/guru:dev " Alessandro Barbieri
2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-28 11:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-09 19:47 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-09 17:09 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-10  7:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-10  7:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-10  9:56 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-10  9:40 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-11  8:15 Andrew Ammerlaan
2020-10-22 14:39 Andrew Ammerlaan
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

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