[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2024-06-20 Thread Petr Vaněk
commit: 9c6160d418df1d9903af2884740226197f5ed67e
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Jun 20 11:26:25 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Thu Jun 20 12:41:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6160d4

dev-python/docstring-to-markdown: enable py3.13

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild
index 234446603167..0dd312f36823 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2024-03-07 Thread Michał Górny
commit: 383672ee3ff8ac4708b37d3a91ef8fbf061af1b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 19:28:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 19:48:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383672ee

dev-python/docstring-to-markdown: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  2 --
 .../docstring-to-markdown-0.13.ebuild  | 32 --
 .../docstring-to-markdown-0.14.ebuild  | 32 --
 3 files changed, 66 deletions(-)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index 03b34ff9d564..c4aaa545ad3f 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1,3 +1 @@
-DIST docstring-to-markdown-0.13.gh.tar.gz 27375 BLAKE2B 
db68b5c90ef46a765baa41b5d3e286008cea3602d397d246c7ae3907afabf387c2b551affa3f39102fb0d2ca1479126051f49163918fa5c1cfa503ba6c40c107
 SHA512 
adaeff9c9c4359889757e80d91cbca1c85c6aa888b66824802828d247c09919877e416367f7334db5c944312b3c3468256c159e598c837718806f314aa11b8db
-DIST docstring-to-markdown-0.14.gh.tar.gz 29619 BLAKE2B 
5aa56a332408c7945cda35255b71096f4fbe2981a4496b90abd31f1e642b4daa80a76eca7dec8efb3e4b95ee4531b8438f66a55e319dc928d31ee79743336a61
 SHA512 
4317357ff0046e2d3a3b9a43c779dcf66a3dce473d9a9d21d9ef9b23ac7949e85e9fbb2408b58836706bcd099f63018be4907d2af773dbdf7ba944caab1ceddd
 DIST docstring-to-markdown-0.15.gh.tar.gz 29806 BLAKE2B 
424cc74feb3e42bbd546495a998aba92b4df02b9d259c8b3e0fe704d860bb789825b5c1fde79211b675cee82e8c560359f54bf5311eb940a51c0b7c58dcbcf99
 SHA512 
100d84b6071609d774f2b3426804a32d88eb6e0a463d63003d8cee67f8e0ffb93dad54cfa2f18647dd5d1439459e4c217589c89737bc98e2ee2e11bb9f0871f6

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
deleted file mode 100644
index 5b9362e340f7..
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
+++ /dev/null
@@ -1,32 +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_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="On the fly conversion of Python docstrings to markdown"
-HOMEPAGE="
-   https://github.com/python-lsp/docstring-to-markdown/
-   https://pypi.org/project/docstring-to-markdown/
-"
-SRC_URI="
-   
https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Do not depend on pytest-cov/pytest-flake8
-   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild
deleted file mode 100644
index 4d111a767604..
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="On the fly conversion of Python docstrings to markdown"
-HOMEPAGE="
-   https://github.com/python-lsp/docstring-to-markdown/
-   https://pypi.org/project/docstring-to-markdown/
-"
-SRC_URI="
-   
https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Do not depend on pytest-cov/pytest-flake8
-   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2024-03-07 Thread Sam James
commit: 598127a8603c30ded8b4957fba3cf04a38de5f89
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  7 18:11:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  7 18:11:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598127a8

dev-python/docstring-to-markdown: Stabilize 0.15 ALLARCHES, #926394

Signed-off-by: Sam James  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild
index 4d111a767604..234446603167 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2024-02-21 Thread Michał Górny
commit: 0e56ad93c138c8fbe56f47f1dce39b58e4a752da
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 05:12:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 05:38:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e56ad93

dev-python/docstring-to-markdown: Bump to 0.15

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 +
 .../docstring-to-markdown-0.15.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index 0a9403f5db27..03b34ff9d564 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1,2 +1,3 @@
 DIST docstring-to-markdown-0.13.gh.tar.gz 27375 BLAKE2B 
db68b5c90ef46a765baa41b5d3e286008cea3602d397d246c7ae3907afabf387c2b551affa3f39102fb0d2ca1479126051f49163918fa5c1cfa503ba6c40c107
 SHA512 
adaeff9c9c4359889757e80d91cbca1c85c6aa888b66824802828d247c09919877e416367f7334db5c944312b3c3468256c159e598c837718806f314aa11b8db
 DIST docstring-to-markdown-0.14.gh.tar.gz 29619 BLAKE2B 
5aa56a332408c7945cda35255b71096f4fbe2981a4496b90abd31f1e642b4daa80a76eca7dec8efb3e4b95ee4531b8438f66a55e319dc928d31ee79743336a61
 SHA512 
4317357ff0046e2d3a3b9a43c779dcf66a3dce473d9a9d21d9ef9b23ac7949e85e9fbb2408b58836706bcd099f63018be4907d2af773dbdf7ba944caab1ceddd
+DIST docstring-to-markdown-0.15.gh.tar.gz 29806 BLAKE2B 
424cc74feb3e42bbd546495a998aba92b4df02b9d259c8b3e0fe704d860bb789825b5c1fde79211b675cee82e8c560359f54bf5311eb940a51c0b7c58dcbcf99
 SHA512 
100d84b6071609d774f2b3426804a32d88eb6e0a463d63003d8cee67f8e0ffb93dad54cfa2f18647dd5d1439459e4c217589c89737bc98e2ee2e11bb9f0871f6

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild
new file mode 100644
index ..4d111a767604
--- /dev/null
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.15.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="On the fly conversion of Python docstrings to markdown"
+HOMEPAGE="
+   https://github.com/python-lsp/docstring-to-markdown/
+   https://pypi.org/project/docstring-to-markdown/
+"
+SRC_URI="
+   
https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not depend on pytest-cov/pytest-flake8
+   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2024-02-19 Thread Michał Górny
commit: ea07a19be3cb7a732aa6867215237acb7cc502dc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 20 05:57:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 20 06:13:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea07a19b

dev-python/docstring-to-markdown: Bump to 0.14

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 +
 .../docstring-to-markdown-0.14.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index e990209c180d..0a9403f5db27 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1 +1,2 @@
 DIST docstring-to-markdown-0.13.gh.tar.gz 27375 BLAKE2B 
db68b5c90ef46a765baa41b5d3e286008cea3602d397d246c7ae3907afabf387c2b551affa3f39102fb0d2ca1479126051f49163918fa5c1cfa503ba6c40c107
 SHA512 
adaeff9c9c4359889757e80d91cbca1c85c6aa888b66824802828d247c09919877e416367f7334db5c944312b3c3468256c159e598c837718806f314aa11b8db
+DIST docstring-to-markdown-0.14.gh.tar.gz 29619 BLAKE2B 
5aa56a332408c7945cda35255b71096f4fbe2981a4496b90abd31f1e642b4daa80a76eca7dec8efb3e4b95ee4531b8438f66a55e319dc928d31ee79743336a61
 SHA512 
4317357ff0046e2d3a3b9a43c779dcf66a3dce473d9a9d21d9ef9b23ac7949e85e9fbb2408b58836706bcd099f63018be4907d2af773dbdf7ba944caab1ceddd

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild
new file mode 100644
index ..4d111a767604
--- /dev/null
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.14.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="On the fly conversion of Python docstrings to markdown"
+HOMEPAGE="
+   https://github.com/python-lsp/docstring-to-markdown/
+   https://pypi.org/project/docstring-to-markdown/
+"
+SRC_URI="
+   
https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not depend on pytest-cov/pytest-flake8
+   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-11-24 Thread Michał Górny
commit: 2670e2cadad25b26e1813837004af5b0efc28f84
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 14:52:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 14:52:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2670e2ca

dev-python/docstring-to-markdown: Stabilize 0.13 arm64, #918201

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
index b0b8678ffbe3..5b9362e340f7 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-11-17 Thread Andrew Ammerlaan
commit: 6d4e4de9f488d43019104f789c186e95b29b6690
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Nov 17 10:18:37 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Nov 17 10:18:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4e4de9

dev-python/docstring-to-markdown: enable pypy3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
index dad3592c5b8e..b0b8678ffbe3 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-11-11 Thread Michał Górny
commit: 27bbe028b5af6a7a76064c1d910593dc318a21f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 20:30:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 20:30:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bbe028

dev-python/docstring-to-markdown: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 -
 .../docstring-to-markdown-0.12.ebuild  | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index 9a9028ff0265..e990209c180d 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1,2 +1 @@
-DIST docstring-to-markdown-0.12.gh.tar.gz 25464 BLAKE2B 
bb5168b9ddd14f2da63577e302b9c7ec016abcbbfbd1653a22ed646f6980fb4e6d0994a9aa4a6c28f0955cb60d581f2d2e216ab731ae405b3c02d0f14e8fe82f
 SHA512 
ac958cca518164406feff07f665d6edc6113d547393ff28d29a64b8b3f1bae306255ebf859f3e5f1fc75fabea985e1dd24d47c32766403b6ffabf9c31ff7ba45
 DIST docstring-to-markdown-0.13.gh.tar.gz 27375 BLAKE2B 
db68b5c90ef46a765baa41b5d3e286008cea3602d397d246c7ae3907afabf387c2b551affa3f39102fb0d2ca1479126051f49163918fa5c1cfa503ba6c40c107
 SHA512 
adaeff9c9c4359889757e80d91cbca1c85c6aa888b66824802828d247c09919877e416367f7334db5c944312b3c3468256c159e598c837718806f314aa11b8db

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
deleted file mode 100644
index dad3592c5b8e..
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
+++ /dev/null
@@ -1,32 +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_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="On the fly conversion of Python docstrings to markdown"
-HOMEPAGE="
-   https://github.com/python-lsp/docstring-to-markdown/
-   https://pypi.org/project/docstring-to-markdown/
-"
-SRC_URI="
-   
https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Do not depend on pytest-cov/pytest-flake8
-   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-11-11 Thread Sam James
commit: bf24cc3eda06f60738a2c153cfb3bc616b07e3f1
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf24cc3e

dev-python/docstring-to-markdown: Stabilize 0.13 ALLARCHES, #917182

Signed-off-by: Sam James  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
index e38895f600bf..dad3592c5b8e 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-10-11 Thread Michał Górny
commit: d4bec0730dcf9719f843f7048707c800fc4a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 12 04:29:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 12 04:29:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bec073

dev-python/docstring-to-markdown: Bump to 0.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 +
 .../docstring-to-markdown-0.13.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index c6d821be5c48..9a9028ff0265 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1 +1,2 @@
 DIST docstring-to-markdown-0.12.gh.tar.gz 25464 BLAKE2B 
bb5168b9ddd14f2da63577e302b9c7ec016abcbbfbd1653a22ed646f6980fb4e6d0994a9aa4a6c28f0955cb60d581f2d2e216ab731ae405b3c02d0f14e8fe82f
 SHA512 
ac958cca518164406feff07f665d6edc6113d547393ff28d29a64b8b3f1bae306255ebf859f3e5f1fc75fabea985e1dd24d47c32766403b6ffabf9c31ff7ba45
+DIST docstring-to-markdown-0.13.gh.tar.gz 27375 BLAKE2B 
db68b5c90ef46a765baa41b5d3e286008cea3602d397d246c7ae3907afabf387c2b551affa3f39102fb0d2ca1479126051f49163918fa5c1cfa503ba6c40c107
 SHA512 
adaeff9c9c4359889757e80d91cbca1c85c6aa888b66824802828d247c09919877e416367f7334db5c944312b3c3468256c159e598c837718806f314aa11b8db

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
new file mode 100644
index ..e38895f600bf
--- /dev/null
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.13.ebuild
@@ -0,0 +1,32 @@
+# 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_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="On the fly conversion of Python docstrings to markdown"
+HOMEPAGE="
+   https://github.com/python-lsp/docstring-to-markdown/
+   https://pypi.org/project/docstring-to-markdown/
+"
+SRC_URI="
+   
https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not depend on pytest-cov/pytest-flake8
+   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-05-28 Thread Arthur Zamarin
commit: e8adbdb747456f2eff10d2dc0da2b0a5e4ecafeb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun May 28 18:24:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May 28 18:43:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8adbdb7

dev-python/docstring-to-markdown: enable py3.12

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
index 148a27f35869..dad3592c5b8e 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-04-22 Thread Michał Górny
commit: 6077090b6bd71a10d55c77ae7cc04d0a9651106d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 16:17:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 22 16:17:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6077090b

dev-python/docstring-to-markdown: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 -
 .../docstring-to-markdown-0.11.ebuild  | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index 9b97b93c7e53..c6d821be5c48 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1,2 +1 @@
-DIST docstring-to-markdown-0.11.gh.tar.gz 25349 BLAKE2B 
ea5c5d568146422826075bddc1acfe64ebe9d8c2a1631aae2afc50e99e380b038becc8f589097b329c80287fb2308dc3ce4c898252eb45086a893c74fa7a7aeb
 SHA512 
6f593628f1dc49897359f7366ee7cb380e5f5e68f6cefd16f349eb470df62804c8f20d679484b987dbb33155e2c97ee98c6759e17ebb1ca38499ea5e984baede
 DIST docstring-to-markdown-0.12.gh.tar.gz 25464 BLAKE2B 
bb5168b9ddd14f2da63577e302b9c7ec016abcbbfbd1653a22ed646f6980fb4e6d0994a9aa4a6c28f0955cb60d581f2d2e216ab731ae405b3c02d0f14e8fe82f
 SHA512 
ac958cca518164406feff07f665d6edc6113d547393ff28d29a64b8b3f1bae306255ebf859f3e5f1fc75fabea985e1dd24d47c32766403b6ffabf9c31ff7ba45

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
deleted file mode 100644
index f1f8398d1ef3..
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
+++ /dev/null
@@ -1,29 +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="On the fly conversion of Python docstrings to markdown"
-HOMEPAGE="https://github.com/python-lsp/docstring-to-markdown;
-SRC_URI="
-   
https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Do not depend on pytest-cov/pytest-flake8
-   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-04-22 Thread Sam James
commit: 29a76808d382265e0004aab6b5e78a453d363c6a
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 22 11:40:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 22 11:40:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a76808

dev-python/docstring-to-markdown: Stabilize 0.12 ALLARCHES, #904771

Signed-off-by: Sam James  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
index 4b6be9b155a7..148a27f35869 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-03-21 Thread Michał Górny
commit: bfc7bb546ea95dd4c4ea4cc53f400e00500c0132
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 19:24:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 20:06:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc7bb54

dev-python/docstring-to-markdown: Bump to 0.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 +
 .../docstring-to-markdown-0.12.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index cb457e6c6182..9b97b93c7e53 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1 +1,2 @@
 DIST docstring-to-markdown-0.11.gh.tar.gz 25349 BLAKE2B 
ea5c5d568146422826075bddc1acfe64ebe9d8c2a1631aae2afc50e99e380b038becc8f589097b329c80287fb2308dc3ce4c898252eb45086a893c74fa7a7aeb
 SHA512 
6f593628f1dc49897359f7366ee7cb380e5f5e68f6cefd16f349eb470df62804c8f20d679484b987dbb33155e2c97ee98c6759e17ebb1ca38499ea5e984baede
+DIST docstring-to-markdown-0.12.gh.tar.gz 25464 BLAKE2B 
bb5168b9ddd14f2da63577e302b9c7ec016abcbbfbd1653a22ed646f6980fb4e6d0994a9aa4a6c28f0955cb60d581f2d2e216ab731ae405b3c02d0f14e8fe82f
 SHA512 
ac958cca518164406feff07f665d6edc6113d547393ff28d29a64b8b3f1bae306255ebf859f3e5f1fc75fabea985e1dd24d47c32766403b6ffabf9c31ff7ba45

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
new file mode 100644
index ..4b6be9b155a7
--- /dev/null
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
@@ -0,0 +1,32 @@
+# 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="On the fly conversion of Python docstrings to markdown"
+HOMEPAGE="
+   https://github.com/python-lsp/docstring-to-markdown/
+   https://pypi.org/project/docstring-to-markdown/
+"
+SRC_URI="
+   
https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not depend on pytest-cov/pytest-flake8
+   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-02-28 Thread Sam James
commit: 0018b8c9f2b203a7d4b9c465fae32e8382ccdc93
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Tue Feb 28 15:20:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 28 19:09:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0018b8c9

dev-python/docstring-to-markdown: Keyword 0.11 ppc64, #874048

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
index 10fbea97acbd..f1f8398d1ef3 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-01-07 Thread Michał Górny
commit: 8cd1453efaabbe55be857d21f78f77ffdf1b3914
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  8 05:16:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  8 05:20:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd1453e

dev-python/docstring-to-markdown: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 -
 .../docstring-to-markdown-0.10.ebuild  | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index b1ce6e1455db..cb457e6c6182 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1,2 +1 @@
-DIST docstring-to-markdown-0.10.gh.tar.gz 24732 BLAKE2B 
8e45db90642a1426da138807d4f8b8147fbf125160463a094f5adfc8e0d76f75b39493560df7cadf39e9b63c1e01763867fff38aac6454d4d7bc7ebea8d873f8
 SHA512 
cb716fbaa8311bd563f9275eb64bb67d2870803a6c6c6ffce7b15b672260b46359008dc9ff80a99fee3033f3105fdfd77d7a248e7d8a22df695af820eba8e319
 DIST docstring-to-markdown-0.11.gh.tar.gz 25349 BLAKE2B 
ea5c5d568146422826075bddc1acfe64ebe9d8c2a1631aae2afc50e99e380b038becc8f589097b329c80287fb2308dc3ce4c898252eb45086a893c74fa7a7aeb
 SHA512 
6f593628f1dc49897359f7366ee7cb380e5f5e68f6cefd16f349eb470df62804c8f20d679484b987dbb33155e2c97ee98c6759e17ebb1ca38499ea5e984baede

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
deleted file mode 100644
index ce6902342c41..
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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="On the fly conversion of Python docstrings to markdown"
-HOMEPAGE="https://github.com/python-lsp/docstring-to-markdown;
-SRC_URI="https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Do not depend on pytest-cov/pytest-flake8
-   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2023-01-07 Thread Arthur Zamarin
commit: 6630192c9863339513bbf48a14aa87da58d22252
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  7 18:58:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  7 18:58:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6630192c

dev-python/docstring-to-markdown: Stabilize 0.11 ALLARCHES, #890084

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
index 2a1bcb812ca6..989e5c90e2fe 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2022-12-02 Thread Arthur Zamarin
commit: 975ddacc9d534056120af8980727021bc9f45403
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 14:00:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 14:03:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975ddacc

dev-python/docstring-to-markdown: add github upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/docstring-to-markdown/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/docstring-to-markdown/metadata.xml 
b/dev-python/docstring-to-markdown/metadata.xml
index aa180c5e3fc7..92f4b9150515 100644
--- a/dev-python/docstring-to-markdown/metadata.xml
+++ b/dev-python/docstring-to-markdown/metadata.xml
@@ -8,5 +8,6 @@


docstring-to-markdown
+   python-lsp/docstring-to-markdown

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2022-12-02 Thread Arthur Zamarin
commit: 0a8a386872cd2706931038d4dc873d9cffd7e3f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 13:59:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 14:03:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8a3868

dev-python/docstring-to-markdown: add 0.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 +
 .../docstring-to-markdown-0.11.ebuild  | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index 2ef9da48574a..b1ce6e1455db 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1 +1,2 @@
 DIST docstring-to-markdown-0.10.gh.tar.gz 24732 BLAKE2B 
8e45db90642a1426da138807d4f8b8147fbf125160463a094f5adfc8e0d76f75b39493560df7cadf39e9b63c1e01763867fff38aac6454d4d7bc7ebea8d873f8
 SHA512 
cb716fbaa8311bd563f9275eb64bb67d2870803a6c6c6ffce7b15b672260b46359008dc9ff80a99fee3033f3105fdfd77d7a248e7d8a22df695af820eba8e319
+DIST docstring-to-markdown-0.11.gh.tar.gz 25349 BLAKE2B 
ea5c5d568146422826075bddc1acfe64ebe9d8c2a1631aae2afc50e99e380b038becc8f589097b329c80287fb2308dc3ce4c898252eb45086a893c74fa7a7aeb
 SHA512 
6f593628f1dc49897359f7366ee7cb380e5f5e68f6cefd16f349eb470df62804c8f20d679484b987dbb33155e2c97ee98c6759e17ebb1ca38499ea5e984baede

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
new file mode 100644
index ..2a1bcb812ca6
--- /dev/null
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.11.ebuild
@@ -0,0 +1,29 @@
+# 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="On the fly conversion of Python docstrings to markdown"
+HOMEPAGE="https://github.com/python-lsp/docstring-to-markdown;
+SRC_URI="
+   
https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not depend on pytest-cov/pytest-flake8
+   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2022-11-07 Thread Sam James
commit: f997032a5fd6e93e82e1f1096ebe91926750064f
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  8 04:04:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  8 04:04:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f997032a

dev-python/docstring-to-markdown: Stabilize 0.10 amd64, #880277

Signed-off-by: Sam James  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
index c6c594fecc4c..ce6902342c41 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2022-11-07 Thread Sam James
commit: 3c1aa44eed2d8dd4ccade727caf4f778e8a9ccb1
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  8 03:52:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  8 03:52:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1aa44e

dev-python/docstring-to-markdown: Stabilize 0.10 x86, #880277

Signed-off-by: Sam James  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
index 8e4ffb6bce3e..c6c594fecc4c 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2022-11-07 Thread Andrew Ammerlaan
commit: d842b0945c5dd807d469ad565d98e51616e38df5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Nov  7 21:33:32 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Nov  7 21:33:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d842b094

dev-python/docstring-to-markdown: keyword 0.10 for ~x86

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
index 50c8e455737b..8e4ffb6bce3e 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2022-11-03 Thread Arthur Zamarin
commit: f72fabfda0b1892430ed8aab0487f6d44052efe3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:22:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:22:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72fabfd

dev-python/docstring-to-markdown: Keyword 0.10 arm64, #879331

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
index ada1bafbe9c4..50c8e455737b 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/docstring-to-markdown/

2022-11-03 Thread Andrew Ammerlaan
commit: 34556049075dce797a41befcc8ecdf96b983bf5e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Nov  3 12:26:00 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Nov  3 12:26:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34556049

dev-python/docstring-to-markdown: new package, add 0.10

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/docstring-to-markdown/Manifest  |  1 +
 .../docstring-to-markdown-0.10.ebuild  | 26 ++
 dev-python/docstring-to-markdown/metadata.xml  | 12 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
new file mode 100644
index ..2ef9da48574a
--- /dev/null
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -0,0 +1 @@
+DIST docstring-to-markdown-0.10.gh.tar.gz 24732 BLAKE2B 
8e45db90642a1426da138807d4f8b8147fbf125160463a094f5adfc8e0d76f75b39493560df7cadf39e9b63c1e01763867fff38aac6454d4d7bc7ebea8d873f8
 SHA512 
cb716fbaa8311bd563f9275eb64bb67d2870803a6c6c6ffce7b15b672260b46359008dc9ff80a99fee3033f3105fdfd77d7a248e7d8a22df695af820eba8e319

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
new file mode 100644
index ..ada1bafbe9c4
--- /dev/null
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.10.ebuild
@@ -0,0 +1,26 @@
+# 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="On the fly conversion of Python docstrings to markdown"
+HOMEPAGE="https://github.com/python-lsp/docstring-to-markdown;
+SRC_URI="https://github.com/python-lsp/docstring-to-markdown/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not depend on pytest-cov/pytest-flake8
+   sed -e '/--cov/d' -e '/--flake8/d' -i setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}

diff --git a/dev-python/docstring-to-markdown/metadata.xml 
b/dev-python/docstring-to-markdown/metadata.xml
new file mode 100644
index ..aa180c5e3fc7
--- /dev/null
+++ b/dev-python/docstring-to-markdown/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   docstring-to-markdown
+   
+