public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2023-01-19  0:11 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2023-01-19  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f35a455ce7a93c864cbee6191c08c70dddc0e74f
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Thu Jan 19 00:11:21 2023 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Thu Jan 19 00:11:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f35a455c

dev-python/markdown-include: drop python3.8 compat

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/markdown-include-0.7.0.ebuild | 4 ++--
 dev-python/markdown-include/markdown-include-0.8.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/markdown-include/markdown-include-0.7.0.ebuild b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
index 2d4dbe8d5..0ecda611d 100644
--- a/dev-python/markdown-include/markdown-include-0.7.0.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit distutils-r1
 

diff --git a/dev-python/markdown-include/markdown-include-0.8.0.ebuild b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
index db5b8e345..73061b7c8 100644
--- a/dev-python/markdown-include/markdown-include-0.8.0.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2023-07-09  2:00 Anna Vyalkova
  0 siblings, 0 replies; 15+ messages in thread
From: Anna Vyalkova @ 2023-07-09  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     cc804f10938531c50e1af5d0c60e1e6d5cf2c556
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jul  9 01:26:44 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jul  9 01:26:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc804f10

dev-python/markdown-include: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/markdown-include/Manifest               |  1 -
 .../markdown-include/markdown-include-0.8.1.ebuild | 27 ----------------------
 dev-python/markdown-include/metadata.xml           | 20 ----------------
 3 files changed, 48 deletions(-)

diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
deleted file mode 100644
index 49765423b..000000000
--- a/dev-python/markdown-include/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST markdown-include-0.8.1.tar.gz 21873 BLAKE2B 83090f66af6f6b7dfc441bce97a0ca91bed3f94274030297e5f46fe8d42d3b3e83afc9f981941870f5bf361bfb5edd54bdda4c5d85595cc5599375f5a2478490 SHA512 4ae155d7e114de9d8ca32c129fe5778e7fc9516321357d8e4d90fad651a1dcb54b1fb144bc51e981cf728f1632dc293ed8cc1e7d4219154a2350780ea6f9b7b2

diff --git a/dev-python/markdown-include/markdown-include-0.8.1.ebuild b/dev-python/markdown-include/markdown-include-0.8.1.ebuild
deleted file mode 100644
index ed4e07389..000000000
--- a/dev-python/markdown-include/markdown-include-0.8.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
-HOMEPAGE="https://github.com/cmacmackin/markdown-include"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i "s/description-file/description_file/" setup.cfg || die
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/markdown-include/metadata.xml b/dev-python/markdown-include/metadata.xml
deleted file mode 100644
index 11fd896fc..000000000
--- a/dev-python/markdown-include/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>torokhov-s-a@yandex.ru</email>
-		<name>Sergey Torokhov</name>
-	</maintainer>
-	<longdescription lang="en">
-		An extension to Python-Markdown which provides an "include" function,
-		similar to that found in LaTeX (and also the C pre-processor and Fortran).
-	</longdescription>
-	<upstream>
-		<remote-id type="github">cmacmackin/markdown-include</remote-id>
-		<remote-id type="pypi">markdown-include</remote-id>
-		<maintainer>
-			<name>Chris MacMackin</name>
-			<email>cmacmackin@gmail.com</email>
-		</maintainer>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2023-03-18 12:07 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2023-03-18 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     0631b636e9b027bad7099d069c84792a94378a01
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Mar 18 12:06:29 2023 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sat Mar 18 12:06:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0631b636

dev-python/markdown-include: drop old 0.7.0, 0.8.0

Closes: https://bugs.gentoo.org/897460

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/Manifest               |  2 --
 .../markdown-include/markdown-include-0.7.0.ebuild | 24 -------------------
 .../markdown-include/markdown-include-0.8.0.ebuild | 27 ----------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
index 22e29f8b4..49765423b 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1,3 +1 @@
-DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917 SHA512 2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d
-DIST markdown-include-0.8.0.tar.gz 20208 BLAKE2B 62aeda968baaece8c95d3e73d9606b8206b6ac5f425a72ff1ecdd9e202a42f41d18ca2f3981efb9cbe5fb4aa37e22c97791cf1170ae1377f096a64404564efe0 SHA512 1288b66b3faf665d7886cb5d28372335286528b9bfbf5b7320128bf5ec21590533dbe4aa0466f339f24701da9f33cf3615ef5a7c227665513910bf26af9e6007
 DIST markdown-include-0.8.1.tar.gz 21873 BLAKE2B 83090f66af6f6b7dfc441bce97a0ca91bed3f94274030297e5f46fe8d42d3b3e83afc9f981941870f5bf361bfb5edd54bdda4c5d85595cc5599375f5a2478490 SHA512 4ae155d7e114de9d8ca32c129fe5778e7fc9516321357d8e4d90fad651a1dcb54b1fb144bc51e981cf728f1632dc293ed8cc1e7d4219154a2350780ea6f9b7b2

diff --git a/dev-python/markdown-include/markdown-include-0.7.0.ebuild b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
deleted file mode 100644
index 0ecda611d..000000000
--- a/dev-python/markdown-include/markdown-include-0.7.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
-HOMEPAGE="https://github.com/cmacmackin/markdown-include"
-SRC_URI="https://github.com/cmacmackin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
-
-src_prepare() {
-	sed -i "s/description-file/description_file/" setup.cfg || die
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/markdown-include/markdown-include-0.8.0.ebuild b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
deleted file mode 100644
index 73061b7c8..000000000
--- a/dev-python/markdown-include/markdown-include-0.8.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
-HOMEPAGE="https://github.com/cmacmackin/markdown-include"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i "s/description-file/description_file/" setup.cfg || die
-	distutils-r1_src_prepare
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2023-03-17 13:10 Anna Vyalkova
  0 siblings, 0 replies; 15+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4ffe48b2f8f0f1b6b96ee7832c565180fe2c119c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:19 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ffe48b2

dev-python/markdown-include: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/markdown-include/markdown-include-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/markdown-include/markdown-include-0.8.1.ebuild b/dev-python/markdown-include/markdown-include-0.8.1.ebuild
index 73061b7c8..04ed109b2 100644
--- a/dev-python/markdown-include/markdown-include-0.8.1.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.8.1.ebuild
@@ -4,13 +4,13 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
 HOMEPAGE="https://github.com/cmacmackin/markdown-include"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2023-02-26 22:31 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2023-02-26 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     400559930969f281900dbb29bbde6edbecec4e2e
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sun Feb 26 22:31:18 2023 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sun Feb 26 22:31:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40055993

dev-python/markdown-include: 0.8.1 version bump

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/Manifest               |  1 +
 .../markdown-include/markdown-include-0.8.1.ebuild | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
index a95469e82..22e29f8b4 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1,2 +1,3 @@
 DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917 SHA512 2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d
 DIST markdown-include-0.8.0.tar.gz 20208 BLAKE2B 62aeda968baaece8c95d3e73d9606b8206b6ac5f425a72ff1ecdd9e202a42f41d18ca2f3981efb9cbe5fb4aa37e22c97791cf1170ae1377f096a64404564efe0 SHA512 1288b66b3faf665d7886cb5d28372335286528b9bfbf5b7320128bf5ec21590533dbe4aa0466f339f24701da9f33cf3615ef5a7c227665513910bf26af9e6007
+DIST markdown-include-0.8.1.tar.gz 21873 BLAKE2B 83090f66af6f6b7dfc441bce97a0ca91bed3f94274030297e5f46fe8d42d3b3e83afc9f981941870f5bf361bfb5edd54bdda4c5d85595cc5599375f5a2478490 SHA512 4ae155d7e114de9d8ca32c129fe5778e7fc9516321357d8e4d90fad651a1dcb54b1fb144bc51e981cf728f1632dc293ed8cc1e7d4219154a2350780ea6f9b7b2

diff --git a/dev-python/markdown-include/markdown-include-0.8.1.ebuild b/dev-python/markdown-include/markdown-include-0.8.1.ebuild
new file mode 100644
index 000000000..73061b7c8
--- /dev/null
+++ b/dev-python/markdown-include/markdown-include-0.8.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
+HOMEPAGE="https://github.com/cmacmackin/markdown-include"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -i "s/description-file/description_file/" setup.cfg || die
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2022-12-09 17:46 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2022-12-09 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c8837b57d2f82fc4281a35217c472a10dfc1faf7
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Dec  9 17:45:29 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Fri Dec  9 17:45:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8837b57

dev-python/markdown-include: enable tests

Closes: https://bugs.gentoo.org/884465

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/markdown-include-0.8.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/markdown-include/markdown-include-0.8.0.ebuild b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
index 99f299300..db5b8e345 100644
--- a/dev-python/markdown-include/markdown-include-0.8.0.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
@@ -15,9 +15,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="GPL-3"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
+RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
 
+distutils_enable_tests pytest
+
 src_prepare() {
 	sed -i "s/description-file/description_file/" setup.cfg || die
 	distutils-r1_src_prepare


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2022-12-09 17:41 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2022-12-09 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c41e51a1a8ba58825a325e8140cb5f957a24751d
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Dec  9 17:40:35 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Fri Dec  9 17:40:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c41e51a1

dev-python/markdown-include: fix QA setuptools warning

Closes: https://bugs.gentoo.org/800161

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/markdown-include-0.7.0.ebuild | 6 ++++++
 dev-python/markdown-include/markdown-include-0.8.0.ebuild | 7 ++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/dev-python/markdown-include/markdown-include-0.7.0.ebuild b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
index 8216f4438..2d4dbe8d5 100644
--- a/dev-python/markdown-include/markdown-include-0.7.0.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
@@ -16,3 +17,8 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
+
+src_prepare() {
+	sed -i "s/description-file/description_file/" setup.cfg || die
+	distutils-r1_src_prepare
+}

diff --git a/dev-python/markdown-include/markdown-include-0.8.0.ebuild b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
index cb920be08..99f299300 100644
--- a/dev-python/markdown-include/markdown-include-0.8.0.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-#DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
@@ -17,3 +17,8 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
+
+src_prepare() {
+	sed -i "s/description-file/description_file/" setup.cfg || die
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2022-12-03 16:22 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2022-12-03 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1f7e552eb93940d1182bdf56cc4d5dce58a488f0
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Dec  3 16:21:21 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sat Dec  3 16:21:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f7e552e

dev-python/markdown-include: 0.8.0 version bump; switch to pypi tarball

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/Manifest                  |  1 +
 .../markdown-include/markdown-include-0.8.0.ebuild    | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
index bc9ab5bb0..a95469e82 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1 +1,2 @@
 DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917 SHA512 2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d
+DIST markdown-include-0.8.0.tar.gz 20208 BLAKE2B 62aeda968baaece8c95d3e73d9606b8206b6ac5f425a72ff1ecdd9e202a42f41d18ca2f3981efb9cbe5fb4aa37e22c97791cf1170ae1377f096a64404564efe0 SHA512 1288b66b3faf665d7886cb5d28372335286528b9bfbf5b7320128bf5ec21590533dbe4aa0466f339f24701da9f33cf3615ef5a7c227665513910bf26af9e6007

diff --git a/dev-python/markdown-include/markdown-include-0.8.0.ebuild b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
new file mode 100644
index 000000000..cb920be08
--- /dev/null
+++ b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+#DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
+HOMEPAGE="https://github.com/cmacmackin/markdown-include"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2022-10-28 21:46 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2022-10-28 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     afd9b79df5292735a6baaa0f473ffc5469edce3e
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Oct 28 21:40:52 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Fri Oct 28 21:40:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afd9b79d

dev-python/markdown-include: drop old 0.6.0

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/Manifest                   |  1 -
 .../markdown-include/markdown-include-0.6.0.ebuild     | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
index 1c8b04dfa..bc9ab5bb0 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1,2 +1 @@
-DIST markdown-include-0.6.0.tar.gz 4661 BLAKE2B 449e05b40ab3a8725f68a8c02dc32349de2435520790b955b708c39ac53782c91dd6b592a712fafe9442f6ba1fda0794436500a5a4148d16caaf38dd6af8b69f SHA512 cbd83ff6ae64416410a7b6879c6f3fa4edd1b1d6e898508251651f0366bf7a121d2e0447f638069b84f872713dc9618128a4fa524d2eaddcfa8bfc2ed3be76de
 DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917 SHA512 2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d

diff --git a/dev-python/markdown-include/markdown-include-0.6.0.ebuild b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
deleted file mode 100644
index 87f3bbcee..000000000
--- a/dev-python/markdown-include/markdown-include-0.6.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
-HOMEPAGE="https://github.com/cmacmackin/markdown-include"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2022-08-02 22:11 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2022-08-02 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f7ca64fd3129054ccddfb7d4dd5f6a1219f90f89
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Aug  2 22:05:44 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Tue Aug  2 22:05:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7ca64fd

dev-python/markdown-include: 0.7.0 version bump

PyPi doesn't provide source tarball this time,
therefore is switched to use Github source tarball.

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/Manifest                   |  1 +
 .../markdown-include/markdown-include-0.7.0.ebuild     | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
index 8b34c8a7c..1c8b04dfa 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1 +1,2 @@
 DIST markdown-include-0.6.0.tar.gz 4661 BLAKE2B 449e05b40ab3a8725f68a8c02dc32349de2435520790b955b708c39ac53782c91dd6b592a712fafe9442f6ba1fda0794436500a5a4148d16caaf38dd6af8b69f SHA512 cbd83ff6ae64416410a7b6879c6f3fa4edd1b1d6e898508251651f0366bf7a121d2e0447f638069b84f872713dc9618128a4fa524d2eaddcfa8bfc2ed3be76de
+DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917 SHA512 2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d

diff --git a/dev-python/markdown-include/markdown-include-0.7.0.ebuild b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
new file mode 100644
index 000000000..8216f4438
--- /dev/null
+++ b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
+HOMEPAGE="https://github.com/cmacmackin/markdown-include"
+SRC_URI="https://github.com/cmacmackin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2022-02-23 12:13 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2022-02-23 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8b702a11cc77dbc8e9fbf9bd89750b9de31ef1a7
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Feb 23 12:07:37 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Wed Feb 23 12:07:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b702a11

dev-python/markdown-include: add python3.10 compat, bump EAPI8

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/markdown-include-0.6.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/markdown-include/markdown-include-0.6.0.ebuild b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
index 2d24ec8b2..87f3bbcee 100644
--- a/dev-python/markdown-include/markdown-include-0.6.0.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2021-09-06 19:50 Sergey Torokhov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Torokhov @ 2021-09-06 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c5d747e83f1d6a727f814f4116ec40837fe49d87
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Sep  6 19:44:06 2021 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Mon Sep  6 19:44:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5d747e8

dev-python/markdown-include: add maintainer, longdescription; rm py3.7

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/markdown-include-0.6.0.ebuild |  4 ++--
 dev-python/markdown-include/metadata.xml                  | 10 ++++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-python/markdown-include/markdown-include-0.6.0.ebuild b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
index a26f96419..2d24ec8b2 100644
--- a/dev-python/markdown-include/markdown-include-0.6.0.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 

diff --git a/dev-python/markdown-include/metadata.xml b/dev-python/markdown-include/metadata.xml
index a91e226f4..34949af60 100644
--- a/dev-python/markdown-include/metadata.xml
+++ b/dev-python/markdown-include/metadata.xml
@@ -1,8 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>torokhov-s-a@yandex.ru</email>
+		<name>Sergey Torokhov</name>
+	</maintainer>
+	<longdescription lang="en">
+		An extension to Python-Markdown which provides an "include" function,
+		similar to that found in LaTeX (and also the C pre-processor and Fortran).
+	</longdescription>
 	<upstream>
 		<remote-id type="github">cmacmackin/markdown-include</remote-id>
 		<remote-id type="pypi">markdown-include</remote-id>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdown-include/
@ 2021-05-24 11:06 Andrew Ammerlaan
  2021-05-24 10:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 15+ messages in thread
From: Andrew Ammerlaan @ 2021-05-24 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     75f032a5c82784f17cef2e76fa5455f51230b2df
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 09:39:25 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 24 09:59:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75f032a5

dev-python/markdown-include: <!-- maintainer-needed -->

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/markdown-include/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/markdown-include/metadata.xml b/dev-python/markdown-include/metadata.xml
index 44fe10d52..a91e226f4 100644
--- a/dev-python/markdown-include/metadata.xml
+++ b/dev-python/markdown-include/metadata.xml
@@ -2,10 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
 <pkgmetadata>
-	<maintainer type="person">
-		<email>andrewammerlaan@gentoo.org</email>
-		<name>Andrew Ammerlaan</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">cmacmackin/markdown-include</remote-id>
 		<remote-id type="pypi">markdown-include</remote-id>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/markdown-include/
@ 2020-11-20 16:03 Andrew Ammerlaan
  2020-11-20 16:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 15+ messages in thread
From: Andrew Ammerlaan @ 2020-11-20 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6581de1309538ce256b5588ab6004b597fcc376a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Nov 20 15:31:31 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Nov 20 15:31:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6581de13

dev-python/markdown-include: version bump 0.6.0, add py3.9

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

 dev-python/markdown-include/Manifest                                    | 2 +-
 .../{markdown-include-0.5.1.ebuild => markdown-include-0.6.0.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
index 23cf644e..8b34c8a7 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1 +1 @@
-DIST markdown-include-0.5.1.tar.gz 3968 BLAKE2B d6de7fdee70de534b8247c5473347a2f29b6ee351b26fb744899190e9add1ded3f87963b321977266938c91ebeb1afd1e447b089166557cd404c08a363ebeef7 SHA512 f330c8d82100fb66115b7369d7c2121c58ea6b7f38c45633994f0fca99a4f314b852608f2cbac53b96e7944bce0ea46dfe9ab578976975699a8a1182b3d6d2c5
+DIST markdown-include-0.6.0.tar.gz 4661 BLAKE2B 449e05b40ab3a8725f68a8c02dc32349de2435520790b955b708c39ac53782c91dd6b592a712fafe9442f6ba1fda0794436500a5a4148d16caaf38dd6af8b69f SHA512 cbd83ff6ae64416410a7b6879c6f3fa4edd1b1d6e898508251651f0366bf7a121d2e0447f638069b84f872713dc9618128a4fa524d2eaddcfa8bfc2ed3be76de

diff --git a/dev-python/markdown-include/markdown-include-0.5.1.ebuild b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
similarity index 92%
rename from dev-python/markdown-include/markdown-include-0.5.1.ebuild
rename to dev-python/markdown-include/markdown-include-0.6.0.ebuild
index 2daf7fc4..a26f9641 100644
--- a/dev-python/markdown-include/markdown-include-0.5.1.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
@ 2020-04-28 17:30 Andrew Ammerlaan
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Ammerlaan @ 2020-04-28 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b9ba5739e5972311bbb876d5d0e25a4c676b1194
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 28 17:14:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 28 17:14:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ba5739

dev-python/markdown-include: Syntax which allows for incl of other doc

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

 dev-python/markdown-include/Manifest                   |  1 +
 .../markdown-include/markdown-include-0.5.1.ebuild     | 18 ++++++++++++++++++
 dev-python/markdown-include/metadata.xml               | 13 +++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
new file mode 100644
index 0000000..23cf644
--- /dev/null
+++ b/dev-python/markdown-include/Manifest
@@ -0,0 +1 @@
+DIST markdown-include-0.5.1.tar.gz 3968 BLAKE2B d6de7fdee70de534b8247c5473347a2f29b6ee351b26fb744899190e9add1ded3f87963b321977266938c91ebeb1afd1e447b089166557cd404c08a363ebeef7 SHA512 f330c8d82100fb66115b7369d7c2121c58ea6b7f38c45633994f0fca99a4f314b852608f2cbac53b96e7944bce0ea46dfe9ab578976975699a8a1182b3d6d2c5

diff --git a/dev-python/markdown-include/markdown-include-0.5.1.ebuild b/dev-python/markdown-include/markdown-include-0.5.1.ebuild
new file mode 100644
index 0000000..4ae89a9
--- /dev/null
+++ b/dev-python/markdown-include/markdown-include-0.5.1.ebuild
@@ -0,0 +1,18 @@
+# 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="Syntax which allows for inclusion of contents of other Markdown docs"
+HOMEPAGE="https://github.com/cmacmackin/markdown-include"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"

diff --git a/dev-python/markdown-include/metadata.xml b/dev-python/markdown-include/metadata.xml
new file mode 100644
index 0000000..0ff047d
--- /dev/null
+++ b/dev-python/markdown-include/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+	<upstream>
+		<remote-id type="github">cmacmackin/markdown-include</remote-id>
+		<remote-id type="pypi">markdown-include</remote-id>
+	</upstream>
+</pkgmetadata>


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

end of thread, other threads:[~2023-07-09  2:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19  0:11 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/ Sergey Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2023-07-09  2:00 Anna Vyalkova
2023-03-18 12:07 Sergey Torokhov
2023-03-17 13:10 Anna Vyalkova
2023-02-26 22:31 Sergey Torokhov
2022-12-09 17:46 Sergey Torokhov
2022-12-09 17:41 Sergey Torokhov
2022-12-03 16:22 Sergey Torokhov
2022-10-28 21:46 Sergey Torokhov
2022-08-02 22:11 Sergey Torokhov
2022-02-23 12:13 Sergey Torokhov
2021-09-06 19:50 Sergey Torokhov
2021-05-24 11:06 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-24 10:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-20 16:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-20 16:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-28 17:30 Andrew Ammerlaan

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