[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-06-09 Thread Michał Górny
commit: 548ec8d40405c6de0333aa375c2f0305ecf62231
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 10 01:36:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 10 01:43:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548ec8d4

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  2 --
 dev-python/griffe/griffe-0.45.0.ebuild | 45 --
 dev-python/griffe/griffe-0.45.1.ebuild | 45 --
 3 files changed, 92 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index ac59d907c361..e8f8f9b6013f 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1 @@
-DIST griffe-0.45.0.gh.tar.gz 230227 BLAKE2B 
9baaf356fe766ffa4537329955dd889e464e9d4521c8c3c35121a8b447de3d1ce6f9a5f91c6141af2bf4aeae02fad478155a705069957570036c53a40061e69f
 SHA512 
36eb1bb70aa9b7888506c6ad13b8d4dadbccfce4d63924eddd3d4d90936c8b2588edbac9181fcd6e649a5945213402da63df8eb753c46db3db94e36ae5df4435
-DIST griffe-0.45.1.gh.tar.gz 230569 BLAKE2B 
0b0d7aa1de981befa9af63bfbdd14ee28c026cbfe1fbf4c852d5ede23201bc7d38491c732681a217546fbb002b995956576496e4815d0d3c014d66f64f7bae80
 SHA512 
f5b1e69e53735ee7a51f581611dba4d321ed0128c759f47a32712de4c4a109326478c62f4e91d453acfb3126258fa486a04189991cf9e7c69be3925790598306
 DIST griffe-0.45.2.gh.tar.gz 230750 BLAKE2B 
f81d62232bc4812c68130dc8a060541f143a7762f0e3c9051731f376a61926b7bd3bd32bd7e00d03c5eaa5eeab49c42d29a8045ddd9594f6637f5814c9ce37da
 SHA512 
d77709281e669eef88fa4c3190f74c862b2de4a9e3b3d0b6bfe6e9df8a608b5dbd92dacf118ffbad98948dc27e190506e9527f994a398fdc635a47fbe5470050

diff --git a/dev-python/griffe/griffe-0.45.0.ebuild 
b/dev-python/griffe/griffe-0.45.0.ebuild
deleted file mode 100644
index 482500b13259..
--- a/dev-python/griffe/griffe-0.45.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

diff --git a/dev-python/griffe/griffe-0.45.1.ebuild 
b/dev-python/griffe/griffe-0.45.1.ebuild
deleted file mode 100644
index 482500b13259..
--- a/dev-python/griffe/griffe-0.45.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-06-09 Thread Michał Górny
commit: d53672bbfcfd009f55bce1046eb3ad86bc536d86
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 10 01:36:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 10 01:43:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53672bb

dev-python/griffe: Bump to 0.45.3

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.45.3.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index e8f8f9b6013f..10d707f443de 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.45.2.gh.tar.gz 230750 BLAKE2B 
f81d62232bc4812c68130dc8a060541f143a7762f0e3c9051731f376a61926b7bd3bd32bd7e00d03c5eaa5eeab49c42d29a8045ddd9594f6637f5814c9ce37da
 SHA512 
d77709281e669eef88fa4c3190f74c862b2de4a9e3b3d0b6bfe6e9df8a608b5dbd92dacf118ffbad98948dc27e190506e9527f994a398fdc635a47fbe5470050
+DIST griffe-0.45.3.gh.tar.gz 228938 BLAKE2B 
fa6ea0e5aca0e7124671ccf0527f78f46be3462bac8656fb7b6ba3bf715956418477e28ba27af57c42fea4b60eabb6125e308d189c24388484c2b5e48bf2bccc
 SHA512 
c40dac16fe7993b790be6ff1bf23aa79a84985eeeb772fae96121b625efc80d7c7d7a77aac9077997a63880b50f59ac493d1da8392ddaefd3f95fe8eda5af985

diff --git a/dev-python/griffe/griffe-0.45.3.ebuild 
b/dev-python/griffe/griffe-0.45.3.ebuild
new file mode 100644
index ..482500b13259
--- /dev/null
+++ b/dev-python/griffe/griffe-0.45.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-05-23 Thread Michał Górny
commit: ca6073805c3875acf0938e0061945547bfe26772
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 24 03:25:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 24 04:03:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca607380

dev-python/griffe: Bump to 0.45.2

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.45.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 28297bf04ffc..ac59d907c361 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.45.0.gh.tar.gz 230227 BLAKE2B 
9baaf356fe766ffa4537329955dd889e464e9d4521c8c3c35121a8b447de3d1ce6f9a5f91c6141af2bf4aeae02fad478155a705069957570036c53a40061e69f
 SHA512 
36eb1bb70aa9b7888506c6ad13b8d4dadbccfce4d63924eddd3d4d90936c8b2588edbac9181fcd6e649a5945213402da63df8eb753c46db3db94e36ae5df4435
 DIST griffe-0.45.1.gh.tar.gz 230569 BLAKE2B 
0b0d7aa1de981befa9af63bfbdd14ee28c026cbfe1fbf4c852d5ede23201bc7d38491c732681a217546fbb002b995956576496e4815d0d3c014d66f64f7bae80
 SHA512 
f5b1e69e53735ee7a51f581611dba4d321ed0128c759f47a32712de4c4a109326478c62f4e91d453acfb3126258fa486a04189991cf9e7c69be3925790598306
+DIST griffe-0.45.2.gh.tar.gz 230750 BLAKE2B 
f81d62232bc4812c68130dc8a060541f143a7762f0e3c9051731f376a61926b7bd3bd32bd7e00d03c5eaa5eeab49c42d29a8045ddd9594f6637f5814c9ce37da
 SHA512 
d77709281e669eef88fa4c3190f74c862b2de4a9e3b3d0b6bfe6e9df8a608b5dbd92dacf118ffbad98948dc27e190506e9527f994a398fdc635a47fbe5470050

diff --git a/dev-python/griffe/griffe-0.45.2.ebuild 
b/dev-python/griffe/griffe-0.45.2.ebuild
new file mode 100644
index ..482500b13259
--- /dev/null
+++ b/dev-python/griffe/griffe-0.45.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-05-19 Thread Michał Górny
commit: c08bb03132a993ae24150c34d7221231a19b033c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 19 05:17:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 19 06:02:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08bb031

dev-python/griffe: Bump to 0.45.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.45.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index b11d6630b34c..28297bf04ffc 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.45.0.gh.tar.gz 230227 BLAKE2B 
9baaf356fe766ffa4537329955dd889e464e9d4521c8c3c35121a8b447de3d1ce6f9a5f91c6141af2bf4aeae02fad478155a705069957570036c53a40061e69f
 SHA512 
36eb1bb70aa9b7888506c6ad13b8d4dadbccfce4d63924eddd3d4d90936c8b2588edbac9181fcd6e649a5945213402da63df8eb753c46db3db94e36ae5df4435
+DIST griffe-0.45.1.gh.tar.gz 230569 BLAKE2B 
0b0d7aa1de981befa9af63bfbdd14ee28c026cbfe1fbf4c852d5ede23201bc7d38491c732681a217546fbb002b995956576496e4815d0d3c014d66f64f7bae80
 SHA512 
f5b1e69e53735ee7a51f581611dba4d321ed0128c759f47a32712de4c4a109326478c62f4e91d453acfb3126258fa486a04189991cf9e7c69be3925790598306

diff --git a/dev-python/griffe/griffe-0.45.1.ebuild 
b/dev-python/griffe/griffe-0.45.1.ebuild
new file mode 100644
index ..482500b13259
--- /dev/null
+++ b/dev-python/griffe/griffe-0.45.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-05-17 Thread Michał Górny
commit: 6bd6c485687846e7211d3bdd323a8d5f632869fe
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 18:24:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 18:24:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd6c485

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  2 --
 dev-python/griffe/griffe-0.43.0.ebuild | 45 --
 dev-python/griffe/griffe-0.44.0.ebuild | 45 --
 3 files changed, 92 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 3704a7f02f9e..b11d6630b34c 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1 @@
-DIST griffe-0.43.0.gh.tar.gz 226278 BLAKE2B 
c73edf303bb44ac714aca8b9516b332183d1b2d8465aabf3725ce3eabf44325660b05a183492535892cdd227065a41d4d8f808ddfb0204641b12495488bb3862
 SHA512 
34dbe13414d8f6df8a7fe486f542e195a235644c28b55717fe8abb7197780f51c05ff77a633f236cb09d5072a181fb5bac06e962db1d7d820fcd4316f5cdd471
-DIST griffe-0.44.0.gh.tar.gz 226269 BLAKE2B 
fd22ed9d11b9016307cd6cb519b7248b9afc2759eb20db2c2d1099f35ae804c9135ba241f1913d146154ff1ee917b9190ebda3fab3268b1b649a4cc925a15ade
 SHA512 
6a60caec49ddc0496bacb5bb1c5a43cb6f56c1513d681b2c9a99a6acc2858ed465a0abacf564fe02c71bcf9fff996c50bfebd005df7855e33852c1a1a955
 DIST griffe-0.45.0.gh.tar.gz 230227 BLAKE2B 
9baaf356fe766ffa4537329955dd889e464e9d4521c8c3c35121a8b447de3d1ce6f9a5f91c6141af2bf4aeae02fad478155a705069957570036c53a40061e69f
 SHA512 
36eb1bb70aa9b7888506c6ad13b8d4dadbccfce4d63924eddd3d4d90936c8b2588edbac9181fcd6e649a5945213402da63df8eb753c46db3db94e36ae5df4435

diff --git a/dev-python/griffe/griffe-0.43.0.ebuild 
b/dev-python/griffe/griffe-0.43.0.ebuild
deleted file mode 100644
index 73f99c53e1af..
--- a/dev-python/griffe/griffe-0.43.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

diff --git a/dev-python/griffe/griffe-0.44.0.ebuild 
b/dev-python/griffe/griffe-0.44.0.ebuild
deleted file mode 100644
index 73f99c53e1af..
--- a/dev-python/griffe/griffe-0.44.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-05-17 Thread Michał Górny
commit: 90c904279663a5dcac012a7b797039cfc1f05259
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 18:21:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 18:23:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c90427

dev-python/griffe: Enable py3.13

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

 dev-python/griffe/griffe-0.45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/griffe/griffe-0.45.0.ebuild 
b/dev-python/griffe/griffe-0.45.0.ebuild
index 73f99c53e1af..482500b13259 100644
--- a/dev-python/griffe/griffe-0.45.0.ebuild
+++ b/dev-python/griffe/griffe-0.45.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-05-12 Thread Michał Górny
commit: 104bd84b7b711383f83d5d11ef7aa587d0272309
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 13 01:58:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 13 02:12:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104bd84b

dev-python/griffe: Bump to 0.45.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.45.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 95bfd6389703..3704a7f02f9e 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.43.0.gh.tar.gz 226278 BLAKE2B 
c73edf303bb44ac714aca8b9516b332183d1b2d8465aabf3725ce3eabf44325660b05a183492535892cdd227065a41d4d8f808ddfb0204641b12495488bb3862
 SHA512 
34dbe13414d8f6df8a7fe486f542e195a235644c28b55717fe8abb7197780f51c05ff77a633f236cb09d5072a181fb5bac06e962db1d7d820fcd4316f5cdd471
 DIST griffe-0.44.0.gh.tar.gz 226269 BLAKE2B 
fd22ed9d11b9016307cd6cb519b7248b9afc2759eb20db2c2d1099f35ae804c9135ba241f1913d146154ff1ee917b9190ebda3fab3268b1b649a4cc925a15ade
 SHA512 
6a60caec49ddc0496bacb5bb1c5a43cb6f56c1513d681b2c9a99a6acc2858ed465a0abacf564fe02c71bcf9fff996c50bfebd005df7855e33852c1a1a955
+DIST griffe-0.45.0.gh.tar.gz 230227 BLAKE2B 
9baaf356fe766ffa4537329955dd889e464e9d4521c8c3c35121a8b447de3d1ce6f9a5f91c6141af2bf4aeae02fad478155a705069957570036c53a40061e69f
 SHA512 
36eb1bb70aa9b7888506c6ad13b8d4dadbccfce4d63924eddd3d4d90936c8b2588edbac9181fcd6e649a5945213402da63df8eb753c46db3db94e36ae5df4435

diff --git a/dev-python/griffe/griffe-0.45.0.ebuild 
b/dev-python/griffe/griffe-0.45.0.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.45.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-04-19 Thread Michał Górny
commit: 571fe172af906b1838ee2ea32f4fb4939ef465c9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 05:19:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 05:40:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571fe172

dev-python/griffe: Bump to 0.44.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.44.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 60bb997f7780..95bfd6389703 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.43.0.gh.tar.gz 226278 BLAKE2B 
c73edf303bb44ac714aca8b9516b332183d1b2d8465aabf3725ce3eabf44325660b05a183492535892cdd227065a41d4d8f808ddfb0204641b12495488bb3862
 SHA512 
34dbe13414d8f6df8a7fe486f542e195a235644c28b55717fe8abb7197780f51c05ff77a633f236cb09d5072a181fb5bac06e962db1d7d820fcd4316f5cdd471
+DIST griffe-0.44.0.gh.tar.gz 226269 BLAKE2B 
fd22ed9d11b9016307cd6cb519b7248b9afc2759eb20db2c2d1099f35ae804c9135ba241f1913d146154ff1ee917b9190ebda3fab3268b1b649a4cc925a15ade
 SHA512 
6a60caec49ddc0496bacb5bb1c5a43cb6f56c1513d681b2c9a99a6acc2858ed465a0abacf564fe02c71bcf9fff996c50bfebd005df7855e33852c1a1a955

diff --git a/dev-python/griffe/griffe-0.44.0.ebuild 
b/dev-python/griffe/griffe-0.44.0.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.44.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-04-19 Thread Michał Górny
commit: e5c89e229bee855b8cf3e36e14c6a8df0dadc287
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 05:18:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 05:40:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c89e22

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  1 -
 dev-python/griffe/griffe-0.42.2.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index a18d27378877..60bb997f7780 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1 @@
-DIST griffe-0.42.2.gh.tar.gz 225772 BLAKE2B 
43086f43a2e39ae71dfc76e34d99b7c66aa8092000367bb27a6da63a5568d4f89fd2d348266f657356555ca690b77429a0bf30c8eac48df17fa4bcba08dec1a1
 SHA512 
ca1a4847e4f96e2f8db0d617c378a1858c4f45b332a20aeea62ed9f6b1cfeca9c0f692472227e05f2576c52f777fd438ecacb888ea936a2e5dcf4b69088d8343
 DIST griffe-0.43.0.gh.tar.gz 226278 BLAKE2B 
c73edf303bb44ac714aca8b9516b332183d1b2d8465aabf3725ce3eabf44325660b05a183492535892cdd227065a41d4d8f808ddfb0204641b12495488bb3862
 SHA512 
34dbe13414d8f6df8a7fe486f542e195a235644c28b55717fe8abb7197780f51c05ff77a633f236cb09d5072a181fb5bac06e962db1d7d820fcd4316f5cdd471

diff --git a/dev-python/griffe/griffe-0.42.2.ebuild 
b/dev-python/griffe/griffe-0.42.2.ebuild
deleted file mode 100644
index 73f99c53e1af..
--- a/dev-python/griffe/griffe-0.42.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-04-18 Thread Michał Górny
commit: f134a79347a2ba307f796358158e36d869cb7c3f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 19 02:37:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 19 02:44:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f134a793

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  7 --
 dev-python/griffe/griffe-0.40.1.ebuild | 45 --
 dev-python/griffe/griffe-0.41.0.ebuild | 45 --
 dev-python/griffe/griffe-0.41.1.ebuild | 45 --
 dev-python/griffe/griffe-0.41.2.ebuild | 45 --
 dev-python/griffe/griffe-0.41.3.ebuild | 45 --
 dev-python/griffe/griffe-0.42.0.ebuild | 45 --
 dev-python/griffe/griffe-0.42.1.ebuild | 45 --
 8 files changed, 322 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index e975acad3f4b..9cbccc3bde86 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,8 +1 @@
-DIST griffe-0.40.1.gh.tar.gz 216435 BLAKE2B 
0b2e304db94dadd113e72fd49d593a56fb4a115d18bde46a76f27a28e44d7efc7620e0782eb9960a32278c63ca79c7a499a5214cc3856794dc9d89c4333f44ec
 SHA512 
6e7d3d120cee4270f6455ac46a43e03da7f77e6b8c2776eea3a49d0809737cdebf24ca413d1fb05c025b820d5dd55717781d33749b29dc60edcfa5848c890d7b
-DIST griffe-0.41.0.gh.tar.gz 216110 BLAKE2B 
ce7865bc38afc60b61ca530937599a25a45e5eb1ed905d989558da39246bf4fd75cf109f8158cd11a1d83c5d369a30d15fda1fa2d301b6ce0b54f198e21284a3
 SHA512 
48fbe053755027dca9c5cb00ed9eff07667114585381a4ff017de508bcd555a54ea457c652719d43e28878eef26a985517d4b14d4992a8681d60be9090507814
-DIST griffe-0.41.1.gh.tar.gz 216351 BLAKE2B 
e4c8bad6c6870aab7dee9d8d4326537d7943b3afdb96d8c3ffb90387f1e6dde7296f63a9cecf0b8f7f444ee1d05845af3a064483b6c96e6434ee6469acd9c7ca
 SHA512 
853082357ee79cf29d8551a22c2b6bf40e74a332234afeeea629a27814e8bbc91f682d2a0a305c93baf27e5e4f2697b8ee19cbf43e63e03ac71879f872a71988
-DIST griffe-0.41.2.gh.tar.gz 216659 BLAKE2B 
b0974a105aaa9ffca5e0b977fd816f228ff78f550e7995fe0f902d9bdfb720c603238b2e084fc2cf1364c13a78311877c87e175eb37b5ac310345ed05b04ec96
 SHA512 
981c91a48a06d157b42b7415002360158a144845a1cdbd7c09c7e07ff43bbb795bbcda784f72dfb863183fe7093e34483f2c57f8370194f4834d51659401462e
-DIST griffe-0.41.3.gh.tar.gz 216756 BLAKE2B 
00c979a32409f765b1c7d70edb91c8df71042e3ef0692e4575f8c161d8789f5b0dc8f60500925905089a1e13078a012ad5a8b312e5a78e882238c722c936eff1
 SHA512 
fb6ee21f3a71021e7b425522d0c0d6d6c7ce27cb62bac61c83d85c09311518a7ef7404347fe597d3b7d5ca19c09a6b7b61135779969777880e307a820ce93bdb
-DIST griffe-0.42.0.gh.tar.gz 223478 BLAKE2B 
f607c552d3576cf37b00c16412cc1925706beedb386e63da0909a7967c4c3aad5782d39cff38d5bbbc4c38baf6967cdf4668bf6017a66409dbb0704eb5ac31c8
 SHA512 
21e0598d992fb1a22cf75e7d9bd1cadb1622f43817b685cd19f33c1202a67fe12f99baeba7237c64483addd8caed931d8cae2407f1071b06ffb340e00403a5af
-DIST griffe-0.42.1.gh.tar.gz 225572 BLAKE2B 
90f4773f13534698899abb9447b432835c87dddeb21274b14f26486cbfb720e7bc294c6e342b3d2cfb63a7a3dba0f190fa62112035ed573c492cb547694e3426
 SHA512 
61b5f5a77a4d90233cf7fe848aaef1bbd94f803417724d44de4d47918c54347a952ecb3ad82fc794b2d3615bca96a611e9cab2d06f7f4dbe36297c2802d60dd0
 DIST griffe-0.42.2.gh.tar.gz 225772 BLAKE2B 
43086f43a2e39ae71dfc76e34d99b7c66aa8092000367bb27a6da63a5568d4f89fd2d348266f657356555ca690b77429a0bf30c8eac48df17fa4bcba08dec1a1
 SHA512 
ca1a4847e4f96e2f8db0d617c378a1858c4f45b332a20aeea62ed9f6b1cfeca9c0f692472227e05f2576c52f777fd438ecacb888ea936a2e5dcf4b69088d8343

diff --git a/dev-python/griffe/griffe-0.40.1.ebuild 
b/dev-python/griffe/griffe-0.40.1.ebuild
deleted file mode 100644
index 73f99c53e1af..
--- a/dev-python/griffe/griffe-0.40.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-04-18 Thread Michał Górny
commit: fd86d12aa56ed8f968eb39b43db70eba10330638
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 19 02:39:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 19 02:44:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd86d12a

dev-python/griffe: Bump to 0.43.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.43.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 9cbccc3bde86..a18d27378877 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.42.2.gh.tar.gz 225772 BLAKE2B 
43086f43a2e39ae71dfc76e34d99b7c66aa8092000367bb27a6da63a5568d4f89fd2d348266f657356555ca690b77429a0bf30c8eac48df17fa4bcba08dec1a1
 SHA512 
ca1a4847e4f96e2f8db0d617c378a1858c4f45b332a20aeea62ed9f6b1cfeca9c0f692472227e05f2576c52f777fd438ecacb888ea936a2e5dcf4b69088d8343
+DIST griffe-0.43.0.gh.tar.gz 226278 BLAKE2B 
c73edf303bb44ac714aca8b9516b332183d1b2d8465aabf3725ce3eabf44325660b05a183492535892cdd227065a41d4d8f808ddfb0204641b12495488bb3862
 SHA512 
34dbe13414d8f6df8a7fe486f542e195a235644c28b55717fe8abb7197780f51c05ff77a633f236cb09d5072a181fb5bac06e962db1d7d820fcd4316f5cdd471

diff --git a/dev-python/griffe/griffe-0.43.0.ebuild 
b/dev-python/griffe/griffe-0.43.0.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.43.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-04-16 Thread Michał Górny
commit: ef94ae43c4e79013e3f3f557f09219649cfcb902
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 16 05:30:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 16 06:46:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef94ae43

dev-python/griffe: Bump to 0.42.2

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.42.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 4e97b2341030..e975acad3f4b 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -5,3 +5,4 @@ DIST griffe-0.41.2.gh.tar.gz 216659 BLAKE2B 
b0974a105aaa9ffca5e0b977fd816f228ff7
 DIST griffe-0.41.3.gh.tar.gz 216756 BLAKE2B 
00c979a32409f765b1c7d70edb91c8df71042e3ef0692e4575f8c161d8789f5b0dc8f60500925905089a1e13078a012ad5a8b312e5a78e882238c722c936eff1
 SHA512 
fb6ee21f3a71021e7b425522d0c0d6d6c7ce27cb62bac61c83d85c09311518a7ef7404347fe597d3b7d5ca19c09a6b7b61135779969777880e307a820ce93bdb
 DIST griffe-0.42.0.gh.tar.gz 223478 BLAKE2B 
f607c552d3576cf37b00c16412cc1925706beedb386e63da0909a7967c4c3aad5782d39cff38d5bbbc4c38baf6967cdf4668bf6017a66409dbb0704eb5ac31c8
 SHA512 
21e0598d992fb1a22cf75e7d9bd1cadb1622f43817b685cd19f33c1202a67fe12f99baeba7237c64483addd8caed931d8cae2407f1071b06ffb340e00403a5af
 DIST griffe-0.42.1.gh.tar.gz 225572 BLAKE2B 
90f4773f13534698899abb9447b432835c87dddeb21274b14f26486cbfb720e7bc294c6e342b3d2cfb63a7a3dba0f190fa62112035ed573c492cb547694e3426
 SHA512 
61b5f5a77a4d90233cf7fe848aaef1bbd94f803417724d44de4d47918c54347a952ecb3ad82fc794b2d3615bca96a611e9cab2d06f7f4dbe36297c2802d60dd0
+DIST griffe-0.42.2.gh.tar.gz 225772 BLAKE2B 
43086f43a2e39ae71dfc76e34d99b7c66aa8092000367bb27a6da63a5568d4f89fd2d348266f657356555ca690b77429a0bf30c8eac48df17fa4bcba08dec1a1
 SHA512 
ca1a4847e4f96e2f8db0d617c378a1858c4f45b332a20aeea62ed9f6b1cfeca9c0f692472227e05f2576c52f777fd438ecacb888ea936a2e5dcf4b69088d8343

diff --git a/dev-python/griffe/griffe-0.42.2.ebuild 
b/dev-python/griffe/griffe-0.42.2.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.42.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-03-11 Thread Michał Górny
commit: c9591750b1ea88981a4edbe9dbf09ddfe314a240
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 12 04:52:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 12 05:08:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9591750

dev-python/griffe: Bump to 0.42.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.42.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index ead59808fbc2..a3dd73324b06 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -3,3 +3,4 @@ DIST griffe-0.41.0.gh.tar.gz 216110 BLAKE2B 
ce7865bc38afc60b61ca530937599a25a45e
 DIST griffe-0.41.1.gh.tar.gz 216351 BLAKE2B 
e4c8bad6c6870aab7dee9d8d4326537d7943b3afdb96d8c3ffb90387f1e6dde7296f63a9cecf0b8f7f444ee1d05845af3a064483b6c96e6434ee6469acd9c7ca
 SHA512 
853082357ee79cf29d8551a22c2b6bf40e74a332234afeeea629a27814e8bbc91f682d2a0a305c93baf27e5e4f2697b8ee19cbf43e63e03ac71879f872a71988
 DIST griffe-0.41.2.gh.tar.gz 216659 BLAKE2B 
b0974a105aaa9ffca5e0b977fd816f228ff78f550e7995fe0f902d9bdfb720c603238b2e084fc2cf1364c13a78311877c87e175eb37b5ac310345ed05b04ec96
 SHA512 
981c91a48a06d157b42b7415002360158a144845a1cdbd7c09c7e07ff43bbb795bbcda784f72dfb863183fe7093e34483f2c57f8370194f4834d51659401462e
 DIST griffe-0.41.3.gh.tar.gz 216756 BLAKE2B 
00c979a32409f765b1c7d70edb91c8df71042e3ef0692e4575f8c161d8789f5b0dc8f60500925905089a1e13078a012ad5a8b312e5a78e882238c722c936eff1
 SHA512 
fb6ee21f3a71021e7b425522d0c0d6d6c7ce27cb62bac61c83d85c09311518a7ef7404347fe597d3b7d5ca19c09a6b7b61135779969777880e307a820ce93bdb
+DIST griffe-0.42.0.gh.tar.gz 223478 BLAKE2B 
f607c552d3576cf37b00c16412cc1925706beedb386e63da0909a7967c4c3aad5782d39cff38d5bbbc4c38baf6967cdf4668bf6017a66409dbb0704eb5ac31c8
 SHA512 
21e0598d992fb1a22cf75e7d9bd1cadb1622f43817b685cd19f33c1202a67fe12f99baeba7237c64483addd8caed931d8cae2407f1071b06ffb340e00403a5af

diff --git a/dev-python/griffe/griffe-0.42.0.ebuild 
b/dev-python/griffe/griffe-0.42.0.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.42.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-03-04 Thread Michał Górny
commit: a4cf37ffd8b10ed4bb770c334e2d20f08c7e334c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  5 05:03:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  5 05:18:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cf37ff

dev-python/griffe: Bump to 0.41.3

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.41.3.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 73a3e968c2aa..ead59808fbc2 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -2,3 +2,4 @@ DIST griffe-0.40.1.gh.tar.gz 216435 BLAKE2B 
0b2e304db94dadd113e72fd49d593a56fb4a
 DIST griffe-0.41.0.gh.tar.gz 216110 BLAKE2B 
ce7865bc38afc60b61ca530937599a25a45e5eb1ed905d989558da39246bf4fd75cf109f8158cd11a1d83c5d369a30d15fda1fa2d301b6ce0b54f198e21284a3
 SHA512 
48fbe053755027dca9c5cb00ed9eff07667114585381a4ff017de508bcd555a54ea457c652719d43e28878eef26a985517d4b14d4992a8681d60be9090507814
 DIST griffe-0.41.1.gh.tar.gz 216351 BLAKE2B 
e4c8bad6c6870aab7dee9d8d4326537d7943b3afdb96d8c3ffb90387f1e6dde7296f63a9cecf0b8f7f444ee1d05845af3a064483b6c96e6434ee6469acd9c7ca
 SHA512 
853082357ee79cf29d8551a22c2b6bf40e74a332234afeeea629a27814e8bbc91f682d2a0a305c93baf27e5e4f2697b8ee19cbf43e63e03ac71879f872a71988
 DIST griffe-0.41.2.gh.tar.gz 216659 BLAKE2B 
b0974a105aaa9ffca5e0b977fd816f228ff78f550e7995fe0f902d9bdfb720c603238b2e084fc2cf1364c13a78311877c87e175eb37b5ac310345ed05b04ec96
 SHA512 
981c91a48a06d157b42b7415002360158a144845a1cdbd7c09c7e07ff43bbb795bbcda784f72dfb863183fe7093e34483f2c57f8370194f4834d51659401462e
+DIST griffe-0.41.3.gh.tar.gz 216756 BLAKE2B 
00c979a32409f765b1c7d70edb91c8df71042e3ef0692e4575f8c161d8789f5b0dc8f60500925905089a1e13078a012ad5a8b312e5a78e882238c722c936eff1
 SHA512 
fb6ee21f3a71021e7b425522d0c0d6d6c7ce27cb62bac61c83d85c09311518a7ef7404347fe597d3b7d5ca19c09a6b7b61135779969777880e307a820ce93bdb

diff --git a/dev-python/griffe/griffe-0.41.3.ebuild 
b/dev-python/griffe/griffe-0.41.3.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.41.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-03-03 Thread Michał Górny
commit: 3c92b3c2c96756d8878b439742c9469a6438afe3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  4 06:24:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  4 06:31:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c92b3c2

dev-python/griffe: Bump to 0.41.2

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.41.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 2ed15d75326d..73a3e968c2aa 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1,4 @@
 DIST griffe-0.40.1.gh.tar.gz 216435 BLAKE2B 
0b2e304db94dadd113e72fd49d593a56fb4a115d18bde46a76f27a28e44d7efc7620e0782eb9960a32278c63ca79c7a499a5214cc3856794dc9d89c4333f44ec
 SHA512 
6e7d3d120cee4270f6455ac46a43e03da7f77e6b8c2776eea3a49d0809737cdebf24ca413d1fb05c025b820d5dd55717781d33749b29dc60edcfa5848c890d7b
 DIST griffe-0.41.0.gh.tar.gz 216110 BLAKE2B 
ce7865bc38afc60b61ca530937599a25a45e5eb1ed905d989558da39246bf4fd75cf109f8158cd11a1d83c5d369a30d15fda1fa2d301b6ce0b54f198e21284a3
 SHA512 
48fbe053755027dca9c5cb00ed9eff07667114585381a4ff017de508bcd555a54ea457c652719d43e28878eef26a985517d4b14d4992a8681d60be9090507814
 DIST griffe-0.41.1.gh.tar.gz 216351 BLAKE2B 
e4c8bad6c6870aab7dee9d8d4326537d7943b3afdb96d8c3ffb90387f1e6dde7296f63a9cecf0b8f7f444ee1d05845af3a064483b6c96e6434ee6469acd9c7ca
 SHA512 
853082357ee79cf29d8551a22c2b6bf40e74a332234afeeea629a27814e8bbc91f682d2a0a305c93baf27e5e4f2697b8ee19cbf43e63e03ac71879f872a71988
+DIST griffe-0.41.2.gh.tar.gz 216659 BLAKE2B 
b0974a105aaa9ffca5e0b977fd816f228ff78f550e7995fe0f902d9bdfb720c603238b2e084fc2cf1364c13a78311877c87e175eb37b5ac310345ed05b04ec96
 SHA512 
981c91a48a06d157b42b7415002360158a144845a1cdbd7c09c7e07ff43bbb795bbcda784f72dfb863183fe7093e34483f2c57f8370194f4834d51659401462e

diff --git a/dev-python/griffe/griffe-0.41.2.ebuild 
b/dev-python/griffe/griffe-0.41.2.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.41.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-03-01 Thread Michał Górny
commit: 87ef8ae2c27c78df78f46da7390438a684f5e9cc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  1 17:58:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  1 18:32:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ef8ae2

dev-python/griffe: Bump to 0.41.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.41.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 3200b3b55e52..2ed15d75326d 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.40.1.gh.tar.gz 216435 BLAKE2B 
0b2e304db94dadd113e72fd49d593a56fb4a115d18bde46a76f27a28e44d7efc7620e0782eb9960a32278c63ca79c7a499a5214cc3856794dc9d89c4333f44ec
 SHA512 
6e7d3d120cee4270f6455ac46a43e03da7f77e6b8c2776eea3a49d0809737cdebf24ca413d1fb05c025b820d5dd55717781d33749b29dc60edcfa5848c890d7b
 DIST griffe-0.41.0.gh.tar.gz 216110 BLAKE2B 
ce7865bc38afc60b61ca530937599a25a45e5eb1ed905d989558da39246bf4fd75cf109f8158cd11a1d83c5d369a30d15fda1fa2d301b6ce0b54f198e21284a3
 SHA512 
48fbe053755027dca9c5cb00ed9eff07667114585381a4ff017de508bcd555a54ea457c652719d43e28878eef26a985517d4b14d4992a8681d60be9090507814
+DIST griffe-0.41.1.gh.tar.gz 216351 BLAKE2B 
e4c8bad6c6870aab7dee9d8d4326537d7943b3afdb96d8c3ffb90387f1e6dde7296f63a9cecf0b8f7f444ee1d05845af3a064483b6c96e6434ee6469acd9c7ca
 SHA512 
853082357ee79cf29d8551a22c2b6bf40e74a332234afeeea629a27814e8bbc91f682d2a0a305c93baf27e5e4f2697b8ee19cbf43e63e03ac71879f872a71988

diff --git a/dev-python/griffe/griffe-0.41.1.ebuild 
b/dev-python/griffe/griffe-0.41.1.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.41.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-02-26 Thread Michał Górny
commit: e2ba0e612751addc8e17f8feaf1aec09b65fa168
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 16:26:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 17:48:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ba0e61

dev-python/griffe: Bump to 0.41.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.41.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index a3207492b0c9..3200b3b55e52 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.40.1.gh.tar.gz 216435 BLAKE2B 
0b2e304db94dadd113e72fd49d593a56fb4a115d18bde46a76f27a28e44d7efc7620e0782eb9960a32278c63ca79c7a499a5214cc3856794dc9d89c4333f44ec
 SHA512 
6e7d3d120cee4270f6455ac46a43e03da7f77e6b8c2776eea3a49d0809737cdebf24ca413d1fb05c025b820d5dd55717781d33749b29dc60edcfa5848c890d7b
+DIST griffe-0.41.0.gh.tar.gz 216110 BLAKE2B 
ce7865bc38afc60b61ca530937599a25a45e5eb1ed905d989558da39246bf4fd75cf109f8158cd11a1d83c5d369a30d15fda1fa2d301b6ce0b54f198e21284a3
 SHA512 
48fbe053755027dca9c5cb00ed9eff07667114585381a4ff017de508bcd555a54ea457c652719d43e28878eef26a985517d4b14d4992a8681d60be9090507814

diff --git a/dev-python/griffe/griffe-0.41.0.ebuild 
b/dev-python/griffe/griffe-0.41.0.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.41.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-02-08 Thread Michał Górny
commit: df731b610431445557cb173fa99c74e360ad8a6e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 18:34:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 18:55:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df731b61

dev-python/griffe: Bump to 0.40.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.40.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 2d97ab75c978..121cbd372f21 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -2,3 +2,4 @@ DIST griffe-0.38.1.gh.tar.gz 201135 BLAKE2B 
cdd1b7a24bb1afa6cdf68cffa696b8a19886
 DIST griffe-0.39.0.gh.tar.gz 214713 BLAKE2B 
e27015592ffc1a817c6236ae7a242f4968ba7ad2c649541bad9c6c31ba0459df4d7122382a6a776117bf80afb563f50a736d3d6851fcceed3113ac8372af0969
 SHA512 
b872c929f5dd32d7c63f3f199755c8b1e4b9bae05b21b3c4a477f3ba94ca24170907faf0d4e878b43403f448f6d067300d80e612633d801f993f5e13187f572f
 DIST griffe-0.39.1.gh.tar.gz 215601 BLAKE2B 
b6c1d4de8e01a57b6a3d48370228184332e2cb6fe298e7ca1b798b25b49995df8e9a096903f2ea942d534af4c310953d28be77c48c6406ce0096a586173a4e4f
 SHA512 
877989570e0981e37f106c22b7fdb1cebb4847730eea3aaead5ca3647c0af97d2491c7d4afb29f9d5c2f5257349549169c70b47fa323881229eb696dcba34b73
 DIST griffe-0.40.0.gh.tar.gz 216145 BLAKE2B 
a85d765e2692b3bcbf75c02b4fee8867bf5cc0b8bc4aa5941f0407404949f6e3ca372cd00aa76bacbc994edc4f70b7bf25d95ab773993dd08d0885377f1a8003
 SHA512 
4b52e6f0df988f2c225cef6cbf913a858fd2f09c1ebfc3e1a9cf984aa0d362ed6768322a32fcaa43fdc8bd4dfa0f8ed25bee5b2721e47a38d2962cc5a712e114
+DIST griffe-0.40.1.gh.tar.gz 216435 BLAKE2B 
0b2e304db94dadd113e72fd49d593a56fb4a115d18bde46a76f27a28e44d7efc7620e0782eb9960a32278c63ca79c7a499a5214cc3856794dc9d89c4333f44ec
 SHA512 
6e7d3d120cee4270f6455ac46a43e03da7f77e6b8c2776eea3a49d0809737cdebf24ca413d1fb05c025b820d5dd55717781d33749b29dc60edcfa5848c890d7b

diff --git a/dev-python/griffe/griffe-0.40.1.ebuild 
b/dev-python/griffe/griffe-0.40.1.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.40.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-01-30 Thread Michał Górny
commit: 50d5efd938c4df593ec862cd38aeacbd8c6dc6ef
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 31 06:51:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 31 06:51:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d5efd9

dev-python/griffe: Bump to 0.40.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.40.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index f91d7c54b391..2d97ab75c978 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1,4 @@
 DIST griffe-0.38.1.gh.tar.gz 201135 BLAKE2B 
cdd1b7a24bb1afa6cdf68cffa696b8a19886d03b97ab6eb821fc9db150b1cd9d2e64de65f55c78f64663448e4b268c12b7d95c512e2dac3418489f0b0ef2f9c3
 SHA512 
74dd48d687edd399ac5da10454e68d9b226ad1b0418d9df583c364f65f5922cc29e109f1fafb3914a73a7217720f2305a4949324736a693f0065b8cae1f591d1
 DIST griffe-0.39.0.gh.tar.gz 214713 BLAKE2B 
e27015592ffc1a817c6236ae7a242f4968ba7ad2c649541bad9c6c31ba0459df4d7122382a6a776117bf80afb563f50a736d3d6851fcceed3113ac8372af0969
 SHA512 
b872c929f5dd32d7c63f3f199755c8b1e4b9bae05b21b3c4a477f3ba94ca24170907faf0d4e878b43403f448f6d067300d80e612633d801f993f5e13187f572f
 DIST griffe-0.39.1.gh.tar.gz 215601 BLAKE2B 
b6c1d4de8e01a57b6a3d48370228184332e2cb6fe298e7ca1b798b25b49995df8e9a096903f2ea942d534af4c310953d28be77c48c6406ce0096a586173a4e4f
 SHA512 
877989570e0981e37f106c22b7fdb1cebb4847730eea3aaead5ca3647c0af97d2491c7d4afb29f9d5c2f5257349549169c70b47fa323881229eb696dcba34b73
+DIST griffe-0.40.0.gh.tar.gz 216145 BLAKE2B 
a85d765e2692b3bcbf75c02b4fee8867bf5cc0b8bc4aa5941f0407404949f6e3ca372cd00aa76bacbc994edc4f70b7bf25d95ab773993dd08d0885377f1a8003
 SHA512 
4b52e6f0df988f2c225cef6cbf913a858fd2f09c1ebfc3e1a9cf984aa0d362ed6768322a32fcaa43fdc8bd4dfa0f8ed25bee5b2721e47a38d2962cc5a712e114

diff --git a/dev-python/griffe/griffe-0.40.0.ebuild 
b/dev-python/griffe/griffe-0.40.0.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.40.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-01-19 Thread Michał Górny
commit: 9ee19161c35db0b19580fc2a83657effc2f27247
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 20 06:26:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 20 07:08:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee19161

dev-python/griffe: Bump to 0.39.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.39.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 475fc049d167..f91d7c54b391 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.38.1.gh.tar.gz 201135 BLAKE2B 
cdd1b7a24bb1afa6cdf68cffa696b8a19886d03b97ab6eb821fc9db150b1cd9d2e64de65f55c78f64663448e4b268c12b7d95c512e2dac3418489f0b0ef2f9c3
 SHA512 
74dd48d687edd399ac5da10454e68d9b226ad1b0418d9df583c364f65f5922cc29e109f1fafb3914a73a7217720f2305a4949324736a693f0065b8cae1f591d1
 DIST griffe-0.39.0.gh.tar.gz 214713 BLAKE2B 
e27015592ffc1a817c6236ae7a242f4968ba7ad2c649541bad9c6c31ba0459df4d7122382a6a776117bf80afb563f50a736d3d6851fcceed3113ac8372af0969
 SHA512 
b872c929f5dd32d7c63f3f199755c8b1e4b9bae05b21b3c4a477f3ba94ca24170907faf0d4e878b43403f448f6d067300d80e612633d801f993f5e13187f572f
+DIST griffe-0.39.1.gh.tar.gz 215601 BLAKE2B 
b6c1d4de8e01a57b6a3d48370228184332e2cb6fe298e7ca1b798b25b49995df8e9a096903f2ea942d534af4c310953d28be77c48c6406ce0096a586173a4e4f
 SHA512 
877989570e0981e37f106c22b7fdb1cebb4847730eea3aaead5ca3647c0af97d2491c7d4afb29f9d5c2f5257349549169c70b47fa323881229eb696dcba34b73

diff --git a/dev-python/griffe/griffe-0.39.1.ebuild 
b/dev-python/griffe/griffe-0.39.1.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.39.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2024-01-16 Thread Michał Górny
commit: 353c161c1f26b9ec6466384f51e32d4fb9f60286
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 17 07:12:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 17 07:40:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353c161c

dev-python/griffe: Bump to 0.39.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.39.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 23e54045832e..475fc049d167 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.38.1.gh.tar.gz 201135 BLAKE2B 
cdd1b7a24bb1afa6cdf68cffa696b8a19886d03b97ab6eb821fc9db150b1cd9d2e64de65f55c78f64663448e4b268c12b7d95c512e2dac3418489f0b0ef2f9c3
 SHA512 
74dd48d687edd399ac5da10454e68d9b226ad1b0418d9df583c364f65f5922cc29e109f1fafb3914a73a7217720f2305a4949324736a693f0065b8cae1f591d1
+DIST griffe-0.39.0.gh.tar.gz 214713 BLAKE2B 
e27015592ffc1a817c6236ae7a242f4968ba7ad2c649541bad9c6c31ba0459df4d7122382a6a776117bf80afb563f50a736d3d6851fcceed3113ac8372af0969
 SHA512 
b872c929f5dd32d7c63f3f199755c8b1e4b9bae05b21b3c4a477f3ba94ca24170907faf0d4e878b43403f448f6d067300d80e612633d801f993f5e13187f572f

diff --git a/dev-python/griffe/griffe-0.39.0.ebuild 
b/dev-python/griffe/griffe-0.39.0.ebuild
new file mode 100644
index ..73f99c53e1af
--- /dev/null
+++ b/dev-python/griffe/griffe-0.39.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-12-30 Thread Michał Górny
commit: 9f4e8fd6acdbda170837ca49daf1423681b50827
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:27:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:27:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4e8fd6

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  3 ---
 dev-python/griffe/griffe-0.36.9.ebuild | 45 --
 dev-python/griffe/griffe-0.37.0.ebuild | 45 --
 dev-python/griffe/griffe-0.38.0.ebuild | 45 --
 4 files changed, 138 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 78aa4be110ab..23e54045832e 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,4 +1 @@
-DIST griffe-0.36.9.gh.tar.gz 197054 BLAKE2B 
0351e72bf119bd98c392c56f254bf632552077d340c0c27b51780934c8baff1e6d33712f65bf31fefd2a8864d110790a78de3d77e2f5cf19429c9b68a5a01b9c
 SHA512 
1b4cdfcfe6c1946183d3445e16b6f689cecec259842c97793af7fb60be3b885da82fddcfba74bed3ba82a8f475fb0321c2ebb03fe02feca80888c244cc4493df
-DIST griffe-0.37.0.gh.tar.gz 200702 BLAKE2B 
763c30608c7b7ba9cb514f99d19c3fff17811c71325416e9c810b45f4d61778c3d7630789635d6373694b5930532f297edc4f1f8109cc2b6f3273825e7a9be13
 SHA512 
c042d5fa7b1ecc474137006d54f7b0d68e84abe9db853083e2af9c2e144e1d9216e02ada31cfe8de8d278e892b100cf9e060609acb441c6b25c28a53400b9e2d
-DIST griffe-0.38.0.gh.tar.gz 200933 BLAKE2B 
f7c6ac0761cbb0ed71009e67311022725c3f9417065216abb1a7b49faf4b4fbe89ce70e46ed0261cf0209d48e135b571ecd1462fca747386b52b382784231a3a
 SHA512 
cef4fb0b575e5a9343ce8090112e83be3d7127b8d5320b99a33b42aec8b38c2bf450ccadbeb23c5c371d528096ee02652d4e7c4d3ed458817794c32d6740aa91
 DIST griffe-0.38.1.gh.tar.gz 201135 BLAKE2B 
cdd1b7a24bb1afa6cdf68cffa696b8a19886d03b97ab6eb821fc9db150b1cd9d2e64de65f55c78f64663448e4b268c12b7d95c512e2dac3418489f0b0ef2f9c3
 SHA512 
74dd48d687edd399ac5da10454e68d9b226ad1b0418d9df583c364f65f5922cc29e109f1fafb3914a73a7217720f2305a4949324736a693f0065b8cae1f591d1

diff --git a/dev-python/griffe/griffe-0.36.9.ebuild 
b/dev-python/griffe/griffe-0.36.9.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.36.9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

diff --git a/dev-python/griffe/griffe-0.37.0.ebuild 
b/dev-python/griffe/griffe-0.37.0.ebuild
deleted file mode 100644
index ea86f7d917ec..
--- a/dev-python/griffe/griffe-0.37.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

diff --git a/dev-python/griffe/griffe-0.38.0.ebuild 
b/dev-python/griffe/griffe-0.38.0.ebuild
deleted file mode 100644
index 57eb05ec33db..
--- a/dev-python/griffe/griffe-0.38.0.ebuild
+++ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-12-06 Thread Arthur Zamarin
commit: 81f8fe8ff0d40c9753dcaca59d12ed78d9d9611c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  6 17:24:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  6 17:42:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f8fe8f

dev-python/griffe: add 0.38.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.38.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 6e6f1116d680..78aa4be110ab 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1,4 @@
 DIST griffe-0.36.9.gh.tar.gz 197054 BLAKE2B 
0351e72bf119bd98c392c56f254bf632552077d340c0c27b51780934c8baff1e6d33712f65bf31fefd2a8864d110790a78de3d77e2f5cf19429c9b68a5a01b9c
 SHA512 
1b4cdfcfe6c1946183d3445e16b6f689cecec259842c97793af7fb60be3b885da82fddcfba74bed3ba82a8f475fb0321c2ebb03fe02feca80888c244cc4493df
 DIST griffe-0.37.0.gh.tar.gz 200702 BLAKE2B 
763c30608c7b7ba9cb514f99d19c3fff17811c71325416e9c810b45f4d61778c3d7630789635d6373694b5930532f297edc4f1f8109cc2b6f3273825e7a9be13
 SHA512 
c042d5fa7b1ecc474137006d54f7b0d68e84abe9db853083e2af9c2e144e1d9216e02ada31cfe8de8d278e892b100cf9e060609acb441c6b25c28a53400b9e2d
 DIST griffe-0.38.0.gh.tar.gz 200933 BLAKE2B 
f7c6ac0761cbb0ed71009e67311022725c3f9417065216abb1a7b49faf4b4fbe89ce70e46ed0261cf0209d48e135b571ecd1462fca747386b52b382784231a3a
 SHA512 
cef4fb0b575e5a9343ce8090112e83be3d7127b8d5320b99a33b42aec8b38c2bf450ccadbeb23c5c371d528096ee02652d4e7c4d3ed458817794c32d6740aa91
+DIST griffe-0.38.1.gh.tar.gz 201135 BLAKE2B 
cdd1b7a24bb1afa6cdf68cffa696b8a19886d03b97ab6eb821fc9db150b1cd9d2e64de65f55c78f64663448e4b268c12b7d95c512e2dac3418489f0b0ef2f9c3
 SHA512 
74dd48d687edd399ac5da10454e68d9b226ad1b0418d9df583c364f65f5922cc29e109f1fafb3914a73a7217720f2305a4949324736a693f0065b8cae1f591d1

diff --git a/dev-python/griffe/griffe-0.38.1.ebuild 
b/dev-python/griffe/griffe-0.38.1.ebuild
new file mode 100644
index ..57eb05ec33db
--- /dev/null
+++ b/dev-python/griffe/griffe-0.38.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-11-13 Thread Michał Górny
commit: b3509ab6dfc33b3af135047f00d2f5f1bb90ecb4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 13 16:36:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 13 17:40:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3509ab6

dev-python/griffe: Bump to 0.38.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.38.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 292daee99285..6e6f1116d680 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.36.9.gh.tar.gz 197054 BLAKE2B 
0351e72bf119bd98c392c56f254bf632552077d340c0c27b51780934c8baff1e6d33712f65bf31fefd2a8864d110790a78de3d77e2f5cf19429c9b68a5a01b9c
 SHA512 
1b4cdfcfe6c1946183d3445e16b6f689cecec259842c97793af7fb60be3b885da82fddcfba74bed3ba82a8f475fb0321c2ebb03fe02feca80888c244cc4493df
 DIST griffe-0.37.0.gh.tar.gz 200702 BLAKE2B 
763c30608c7b7ba9cb514f99d19c3fff17811c71325416e9c810b45f4d61778c3d7630789635d6373694b5930532f297edc4f1f8109cc2b6f3273825e7a9be13
 SHA512 
c042d5fa7b1ecc474137006d54f7b0d68e84abe9db853083e2af9c2e144e1d9216e02ada31cfe8de8d278e892b100cf9e060609acb441c6b25c28a53400b9e2d
+DIST griffe-0.38.0.gh.tar.gz 200933 BLAKE2B 
f7c6ac0761cbb0ed71009e67311022725c3f9417065216abb1a7b49faf4b4fbe89ce70e46ed0261cf0209d48e135b571ecd1462fca747386b52b382784231a3a
 SHA512 
cef4fb0b575e5a9343ce8090112e83be3d7127b8d5320b99a33b42aec8b38c2bf450ccadbeb23c5c371d528096ee02652d4e7c4d3ed458817794c32d6740aa91

diff --git a/dev-python/griffe/griffe-0.38.0.ebuild 
b/dev-python/griffe/griffe-0.38.0.ebuild
new file mode 100644
index ..ea86f7d917ec
--- /dev/null
+++ b/dev-python/griffe/griffe-0.38.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-11-12 Thread Michał Górny
commit: 6b433400f50e9b5812181a8f43faa7b57755af04
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 12 19:09:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 12 19:20:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b433400

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  2 --
 dev-python/griffe/griffe-0.36.4.ebuild | 45 --
 dev-python/griffe/griffe-0.36.8.ebuild | 45 --
 3 files changed, 92 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 7694b82a0cbd..292daee99285 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,4 +1,2 @@
-DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a
-DIST griffe-0.36.8.gh.tar.gz 194133 BLAKE2B 
6fb1f38e3f9da452ba79253ed3786ec29d96bf208bd17f3920fcfff6dd0bc0fda39c26dca28ab07736dd64481137b0f4aa7d058b94d0815fddff0bcf8cf6cfc9
 SHA512 
bde9bd8313f4c5ff4617cc1f6edcb754a445366e2f03cb8b1126e13ab644c700ccab4fe6ebfed163a4da046ec729d3b2fe79b89d6d17b8c5446c198535795294
 DIST griffe-0.36.9.gh.tar.gz 197054 BLAKE2B 
0351e72bf119bd98c392c56f254bf632552077d340c0c27b51780934c8baff1e6d33712f65bf31fefd2a8864d110790a78de3d77e2f5cf19429c9b68a5a01b9c
 SHA512 
1b4cdfcfe6c1946183d3445e16b6f689cecec259842c97793af7fb60be3b885da82fddcfba74bed3ba82a8f475fb0321c2ebb03fe02feca80888c244cc4493df
 DIST griffe-0.37.0.gh.tar.gz 200702 BLAKE2B 
763c30608c7b7ba9cb514f99d19c3fff17811c71325416e9c810b45f4d61778c3d7630789635d6373694b5930532f297edc4f1f8109cc2b6f3273825e7a9be13
 SHA512 
c042d5fa7b1ecc474137006d54f7b0d68e84abe9db853083e2af9c2e144e1d9216e02ada31cfe8de8d278e892b100cf9e060609acb441c6b25c28a53400b9e2d

diff --git a/dev-python/griffe/griffe-0.36.4.ebuild 
b/dev-python/griffe/griffe-0.36.4.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.36.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

diff --git a/dev-python/griffe/griffe-0.36.8.ebuild 
b/dev-python/griffe/griffe-0.36.8.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.36.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-11-12 Thread Michał Górny
commit: c692c96c5ca63649af26dc89809f647bd9844a3a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 12 19:09:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 12 19:20:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c692c96c

dev-python/griffe: Bump to 0.37.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.37.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 51c632e4156e..7694b82a0cbd 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1,4 @@
 DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a
 DIST griffe-0.36.8.gh.tar.gz 194133 BLAKE2B 
6fb1f38e3f9da452ba79253ed3786ec29d96bf208bd17f3920fcfff6dd0bc0fda39c26dca28ab07736dd64481137b0f4aa7d058b94d0815fddff0bcf8cf6cfc9
 SHA512 
bde9bd8313f4c5ff4617cc1f6edcb754a445366e2f03cb8b1126e13ab644c700ccab4fe6ebfed163a4da046ec729d3b2fe79b89d6d17b8c5446c198535795294
 DIST griffe-0.36.9.gh.tar.gz 197054 BLAKE2B 
0351e72bf119bd98c392c56f254bf632552077d340c0c27b51780934c8baff1e6d33712f65bf31fefd2a8864d110790a78de3d77e2f5cf19429c9b68a5a01b9c
 SHA512 
1b4cdfcfe6c1946183d3445e16b6f689cecec259842c97793af7fb60be3b885da82fddcfba74bed3ba82a8f475fb0321c2ebb03fe02feca80888c244cc4493df
+DIST griffe-0.37.0.gh.tar.gz 200702 BLAKE2B 
763c30608c7b7ba9cb514f99d19c3fff17811c71325416e9c810b45f4d61778c3d7630789635d6373694b5930532f297edc4f1f8109cc2b6f3273825e7a9be13
 SHA512 
c042d5fa7b1ecc474137006d54f7b0d68e84abe9db853083e2af9c2e144e1d9216e02ada31cfe8de8d278e892b100cf9e060609acb441c6b25c28a53400b9e2d

diff --git a/dev-python/griffe/griffe-0.37.0.ebuild 
b/dev-python/griffe/griffe-0.37.0.ebuild
new file mode 100644
index ..ea86f7d917ec
--- /dev/null
+++ b/dev-python/griffe/griffe-0.37.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-10-26 Thread Michał Górny
commit: e77a11736283fd948ec96a5aa65fb190de3a2ca7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 02:17:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 02:44:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77a1173

dev-python/griffe: Bump to 0.36.9

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.9.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 7a0c1c0c9e84..51c632e4156e 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a
 DIST griffe-0.36.8.gh.tar.gz 194133 BLAKE2B 
6fb1f38e3f9da452ba79253ed3786ec29d96bf208bd17f3920fcfff6dd0bc0fda39c26dca28ab07736dd64481137b0f4aa7d058b94d0815fddff0bcf8cf6cfc9
 SHA512 
bde9bd8313f4c5ff4617cc1f6edcb754a445366e2f03cb8b1126e13ab644c700ccab4fe6ebfed163a4da046ec729d3b2fe79b89d6d17b8c5446c198535795294
+DIST griffe-0.36.9.gh.tar.gz 197054 BLAKE2B 
0351e72bf119bd98c392c56f254bf632552077d340c0c27b51780934c8baff1e6d33712f65bf31fefd2a8864d110790a78de3d77e2f5cf19429c9b68a5a01b9c
 SHA512 
1b4cdfcfe6c1946183d3445e16b6f689cecec259842c97793af7fb60be3b885da82fddcfba74bed3ba82a8f475fb0321c2ebb03fe02feca80888c244cc4493df

diff --git a/dev-python/griffe/griffe-0.36.9.ebuild 
b/dev-python/griffe/griffe-0.36.9.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.9.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-10-25 Thread Marek Szuba
commit: ba9b8ea86c4eb1da4092e511e077da8e56315b74
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Oct 25 23:01:44 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Oct 26 00:13:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9b8ea8

dev-python/griffe: add 0.36.8

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.8.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index ef87a5f2b250..48a518e939d4 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -3,3 +3,4 @@ DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229
 DIST griffe-0.36.5.gh.tar.gz 193265 BLAKE2B 
f8727c42b0a5527fcc5d8fafcf1e16e3b4cae516db5f3a5ba790c068e5d1520c50a8cd467d40d12bce9d4793d94aabb67148ff79c81f58fcc5711e1e4c9345ce
 SHA512 
e1ed6c2ece246b1583a18df30151186a605e02d4ad19748c9c4ccd6bf2e47fa493d2cf4b37ca5fa3f91c4c3c3927b034f92a344a9f9601b516673ccf3e7906f1
 DIST griffe-0.36.6.gh.tar.gz 193375 BLAKE2B 
12760d8892226162536afa15a7bba2076ddc22f606272d71ece261ae0b2b5306fdde2cfe3e163607da63f80d52414e46f16f40058716382bff0eab431c8c2c9b
 SHA512 
627524403a0d5157bb0c5287e629e7e489ed624a29d25d4d32f0bbb607391249efabe7c0793ef2ef590a79f2dc0ac52d86ab110d99c4fac4c70af26ec81da020
 DIST griffe-0.36.7.gh.tar.gz 193857 BLAKE2B 
5208cf313c8137441bb256c06093383fa259952d0978bd1e2658920c55703eb4d576a01888f746705e9d82d1d328bd5f1e49cc0d8f4fc83836080d6356241348
 SHA512 
e3bffd19925db7113bbcd5339cedccb444ed682d07b7d03941525c373b1ab34074ae11279b17429c9ce6f411b5be985ce88ad8408099a569dd9f7b5b85e74fd2
+DIST griffe-0.36.8.gh.tar.gz 194133 BLAKE2B 
6fb1f38e3f9da452ba79253ed3786ec29d96bf208bd17f3920fcfff6dd0bc0fda39c26dca28ab07736dd64481137b0f4aa7d058b94d0815fddff0bcf8cf6cfc9
 SHA512 
bde9bd8313f4c5ff4617cc1f6edcb754a445366e2f03cb8b1126e13ab644c700ccab4fe6ebfed163a4da046ec729d3b2fe79b89d6d17b8c5446c198535795294

diff --git a/dev-python/griffe/griffe-0.36.8.ebuild 
b/dev-python/griffe/griffe-0.36.8.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-10-25 Thread Marek Szuba
commit: 7e22a3d0ba3a56bd0fd771f4b55f1d810d8012f1
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Oct 25 23:02:05 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Oct 26 00:13:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e22a3d0

dev-python/griffe: drop 0.36.2, 0.36.5, 0.36.6, 0.36.7

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/griffe/Manifest |  4 ---
 dev-python/griffe/griffe-0.36.2.ebuild | 45 --
 dev-python/griffe/griffe-0.36.5.ebuild | 45 --
 dev-python/griffe/griffe-0.36.6.ebuild | 45 --
 dev-python/griffe/griffe-0.36.7.ebuild | 45 --
 5 files changed, 184 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 48a518e939d4..7a0c1c0c9e84 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,6 +1,2 @@
-DIST griffe-0.36.2.gh.tar.gz 188707 BLAKE2B 
b444dcbb38ab39715f975a17f502cf331bb3385b287f30bd66115bd7c565b248d1bce45ca80167ab5da0a59f8f73e41f63c4114f0f02029a56b735c0aa9c36d7
 SHA512 
1ec7efaf8b2c030b7c33ddb41a04e927fdd8678061a7ccbcd632c17d9fd80c664320be5ac0c9f05340358835dd430b6082b770c849fc2ed3c3266f65474da92d
 DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a
-DIST griffe-0.36.5.gh.tar.gz 193265 BLAKE2B 
f8727c42b0a5527fcc5d8fafcf1e16e3b4cae516db5f3a5ba790c068e5d1520c50a8cd467d40d12bce9d4793d94aabb67148ff79c81f58fcc5711e1e4c9345ce
 SHA512 
e1ed6c2ece246b1583a18df30151186a605e02d4ad19748c9c4ccd6bf2e47fa493d2cf4b37ca5fa3f91c4c3c3927b034f92a344a9f9601b516673ccf3e7906f1
-DIST griffe-0.36.6.gh.tar.gz 193375 BLAKE2B 
12760d8892226162536afa15a7bba2076ddc22f606272d71ece261ae0b2b5306fdde2cfe3e163607da63f80d52414e46f16f40058716382bff0eab431c8c2c9b
 SHA512 
627524403a0d5157bb0c5287e629e7e489ed624a29d25d4d32f0bbb607391249efabe7c0793ef2ef590a79f2dc0ac52d86ab110d99c4fac4c70af26ec81da020
-DIST griffe-0.36.7.gh.tar.gz 193857 BLAKE2B 
5208cf313c8137441bb256c06093383fa259952d0978bd1e2658920c55703eb4d576a01888f746705e9d82d1d328bd5f1e49cc0d8f4fc83836080d6356241348
 SHA512 
e3bffd19925db7113bbcd5339cedccb444ed682d07b7d03941525c373b1ab34074ae11279b17429c9ce6f411b5be985ce88ad8408099a569dd9f7b5b85e74fd2
 DIST griffe-0.36.8.gh.tar.gz 194133 BLAKE2B 
6fb1f38e3f9da452ba79253ed3786ec29d96bf208bd17f3920fcfff6dd0bc0fda39c26dca28ab07736dd64481137b0f4aa7d058b94d0815fddff0bcf8cf6cfc9
 SHA512 
bde9bd8313f4c5ff4617cc1f6edcb754a445366e2f03cb8b1126e13ab644c700ccab4fe6ebfed163a4da046ec729d3b2fe79b89d6d17b8c5446c198535795294

diff --git a/dev-python/griffe/griffe-0.36.2.ebuild 
b/dev-python/griffe/griffe-0.36.2.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.36.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

diff --git a/dev-python/griffe/griffe-0.36.5.ebuild 
b/dev-python/griffe/griffe-0.36.5.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.36.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> 

[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-10-17 Thread Michał Górny
commit: bc430919aacec963c9519ad871aa3ce591befff0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 17 18:39:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 17 18:57:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc430919

dev-python/griffe: Bump to 0.36.7

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.7.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index df33faf53b90..ef87a5f2b250 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -2,3 +2,4 @@ DIST griffe-0.36.2.gh.tar.gz 188707 BLAKE2B 
b444dcbb38ab39715f975a17f502cf331bb3
 DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a
 DIST griffe-0.36.5.gh.tar.gz 193265 BLAKE2B 
f8727c42b0a5527fcc5d8fafcf1e16e3b4cae516db5f3a5ba790c068e5d1520c50a8cd467d40d12bce9d4793d94aabb67148ff79c81f58fcc5711e1e4c9345ce
 SHA512 
e1ed6c2ece246b1583a18df30151186a605e02d4ad19748c9c4ccd6bf2e47fa493d2cf4b37ca5fa3f91c4c3c3927b034f92a344a9f9601b516673ccf3e7906f1
 DIST griffe-0.36.6.gh.tar.gz 193375 BLAKE2B 
12760d8892226162536afa15a7bba2076ddc22f606272d71ece261ae0b2b5306fdde2cfe3e163607da63f80d52414e46f16f40058716382bff0eab431c8c2c9b
 SHA512 
627524403a0d5157bb0c5287e629e7e489ed624a29d25d4d32f0bbb607391249efabe7c0793ef2ef590a79f2dc0ac52d86ab110d99c4fac4c70af26ec81da020
+DIST griffe-0.36.7.gh.tar.gz 193857 BLAKE2B 
5208cf313c8137441bb256c06093383fa259952d0978bd1e2658920c55703eb4d576a01888f746705e9d82d1d328bd5f1e49cc0d8f4fc83836080d6356241348
 SHA512 
e3bffd19925db7113bbcd5339cedccb444ed682d07b7d03941525c373b1ab34074ae11279b17429c9ce6f411b5be985ce88ad8408099a569dd9f7b5b85e74fd2

diff --git a/dev-python/griffe/griffe-0.36.7.ebuild 
b/dev-python/griffe/griffe-0.36.7.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.7.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-10-16 Thread Michał Górny
commit: c7cf611eb552e237133f7316e5bb6190e4b13ad9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 17 02:50:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 17 02:50:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cf611e

dev-python/griffe: Bump to 0.36.6

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.6.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 4fe1a8d05d7f..df33faf53b90 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1,4 @@
 DIST griffe-0.36.2.gh.tar.gz 188707 BLAKE2B 
b444dcbb38ab39715f975a17f502cf331bb3385b287f30bd66115bd7c565b248d1bce45ca80167ab5da0a59f8f73e41f63c4114f0f02029a56b735c0aa9c36d7
 SHA512 
1ec7efaf8b2c030b7c33ddb41a04e927fdd8678061a7ccbcd632c17d9fd80c664320be5ac0c9f05340358835dd430b6082b770c849fc2ed3c3266f65474da92d
 DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a
 DIST griffe-0.36.5.gh.tar.gz 193265 BLAKE2B 
f8727c42b0a5527fcc5d8fafcf1e16e3b4cae516db5f3a5ba790c068e5d1520c50a8cd467d40d12bce9d4793d94aabb67148ff79c81f58fcc5711e1e4c9345ce
 SHA512 
e1ed6c2ece246b1583a18df30151186a605e02d4ad19748c9c4ccd6bf2e47fa493d2cf4b37ca5fa3f91c4c3c3927b034f92a344a9f9601b516673ccf3e7906f1
+DIST griffe-0.36.6.gh.tar.gz 193375 BLAKE2B 
12760d8892226162536afa15a7bba2076ddc22f606272d71ece261ae0b2b5306fdde2cfe3e163607da63f80d52414e46f16f40058716382bff0eab431c8c2c9b
 SHA512 
627524403a0d5157bb0c5287e629e7e489ed624a29d25d4d32f0bbb607391249efabe7c0793ef2ef590a79f2dc0ac52d86ab110d99c4fac4c70af26ec81da020

diff --git a/dev-python/griffe/griffe-0.36.6.ebuild 
b/dev-python/griffe/griffe-0.36.6.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-10-09 Thread Michał Górny
commit: a0938241bb974233ae88c3efde483cd174acaf69
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  9 13:55:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  9 13:59:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0938241

dev-python/griffe: Bump to 0.36.5

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.5.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index e6c8107c0e25..4fe1a8d05d7f 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.36.2.gh.tar.gz 188707 BLAKE2B 
b444dcbb38ab39715f975a17f502cf331bb3385b287f30bd66115bd7c565b248d1bce45ca80167ab5da0a59f8f73e41f63c4114f0f02029a56b735c0aa9c36d7
 SHA512 
1ec7efaf8b2c030b7c33ddb41a04e927fdd8678061a7ccbcd632c17d9fd80c664320be5ac0c9f05340358835dd430b6082b770c849fc2ed3c3266f65474da92d
 DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a
+DIST griffe-0.36.5.gh.tar.gz 193265 BLAKE2B 
f8727c42b0a5527fcc5d8fafcf1e16e3b4cae516db5f3a5ba790c068e5d1520c50a8cd467d40d12bce9d4793d94aabb67148ff79c81f58fcc5711e1e4c9345ce
 SHA512 
e1ed6c2ece246b1583a18df30151186a605e02d4ad19748c9c4ccd6bf2e47fa493d2cf4b37ca5fa3f91c4c3c3927b034f92a344a9f9601b516673ccf3e7906f1

diff --git a/dev-python/griffe/griffe-0.36.5.ebuild 
b/dev-python/griffe/griffe-0.36.5.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-09-28 Thread Michał Górny
commit: 3de4556ef726ea56baa51beee99f32287d433066
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 28 17:04:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 28 17:04:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de4556e

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  6 -
 dev-python/griffe/griffe-0.34.0.ebuild | 45 --
 dev-python/griffe/griffe-0.35.0.ebuild | 45 --
 dev-python/griffe/griffe-0.35.1.ebuild | 45 --
 dev-python/griffe/griffe-0.35.2.ebuild | 45 --
 dev-python/griffe/griffe-0.36.0.ebuild | 45 --
 dev-python/griffe/griffe-0.36.1.ebuild | 45 --
 7 files changed, 276 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 4195a563015e..e6c8107c0e25 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,8 +1,2 @@
-DIST griffe-0.34.0.gh.tar.gz 181554 BLAKE2B 
67d9a453cbd4388e7eefce9613b58667fff184b235e06743ba0a997a961b320f00a62505b06d7dde8f068e206e0ba9424e4da7969c0bedeeded80a85f981f824
 SHA512 
92fd93e49f4c52f9e819cca853f5c950a66d782f0161da41e11ae2a64e09a6bc2319481c8410a220c844b1ed44a96860d3e1bd152512b9ff5d6ec0fe11f36752
-DIST griffe-0.35.0.gh.tar.gz 184348 BLAKE2B 
eafd03d55091c960ae8686e0e1113ca266b1f980a00ebb12e252e54105dd10f56f1cb76de9fdba0ceefe2c8b7190f3aa1fe3557cac162e96b8ee408ce682f47d
 SHA512 
9308c215232775e1355c7470006f611f1ec413cd7f24300fbc9a4b1b15108d4d20fb31e1be0ddd3b28d84862eb0409d0481a5744899a6db9ea9574987c37d86a
-DIST griffe-0.35.1.gh.tar.gz 184480 BLAKE2B 
9c2ba347d34ea428d56fe1bcd43b31d1518b2ac55082282ff66432837138fe26f1a61dc001c2c19e3400642b712b9ebea0987e541c0a1178653a6020bca0cf91
 SHA512 
e6d4b1fd670853eff5e74e2969d6e14e20809c7b859e2a8ec326855848807e066679ea09da6de04819a0f3ea79aa21bf6101c3e06b82bcb15dda6a3da5b8e4d9
-DIST griffe-0.35.2.gh.tar.gz 185855 BLAKE2B 
325449ae4619a293396e98c2109b765a1ef5e8c3653d3c1fdd1b051627f7d9893338c8b1778563835128d933ead369bd5eae5af72d2eaca8d6b217dde51f6dcd
 SHA512 
c87987ea4c4887ba4d3e73a363b196214f0a2845c7b7a56ab38a090beca89a8ce544531e405478c74827e14b65a5522b7238e7446aff7396d1155b926e396590
-DIST griffe-0.36.0.gh.tar.gz 188450 BLAKE2B 
df47c19db7d9ca245843b6b3178de060dd319328e809156f0611cb97afa8bed4a8c82d1cd31b03e05147cd94ab88ecc3ea9e7491b65bd3efceaf711bd58d9de7
 SHA512 
d55b58f3ffa63c6450df045bc871309837f92079d60556a1a98f7a1420385b2bb6ca63d696b4c8780bf8386d6e1732662ef0bbb6237f0a8ff33d4f3bf8a5f263
-DIST griffe-0.36.1.gh.tar.gz 188502 BLAKE2B 
732b2d0c894e32b168baa918b742c518cf11273fca5a2667d68cbc253d1a56b8fe55ee3937425df6ca09b7d09715bbd2bd7dc29acb60559331010943218037cc
 SHA512 
3cf6f46d9018d0eb752d69caa7a37de0c3e1b7a7bf5fb1077890e48b2e280bb95566d96b893632083c7d7dc25c7352a000519ec350d04c512acd0eeb4fa21312
 DIST griffe-0.36.2.gh.tar.gz 188707 BLAKE2B 
b444dcbb38ab39715f975a17f502cf331bb3385b287f30bd66115bd7c565b248d1bce45ca80167ab5da0a59f8f73e41f63c4114f0f02029a56b735c0aa9c36d7
 SHA512 
1ec7efaf8b2c030b7c33ddb41a04e927fdd8678061a7ccbcd632c17d9fd80c664320be5ac0c9f05340358835dd430b6082b770c849fc2ed3c3266f65474da92d
 DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a

diff --git a/dev-python/griffe/griffe-0.34.0.ebuild 
b/dev-python/griffe/griffe-0.34.0.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.34.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-09-28 Thread Michał Górny
commit: db03c2fa1919dafdf19034af635646bbf442fdaf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 28 17:03:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 28 17:03:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db03c2fa

dev-python/griffe: Bump to 0.36.4

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.4.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 45aa8cc29dab..4195a563015e 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -5,3 +5,4 @@ DIST griffe-0.35.2.gh.tar.gz 185855 BLAKE2B 
325449ae4619a293396e98c2109b765a1ef5
 DIST griffe-0.36.0.gh.tar.gz 188450 BLAKE2B 
df47c19db7d9ca245843b6b3178de060dd319328e809156f0611cb97afa8bed4a8c82d1cd31b03e05147cd94ab88ecc3ea9e7491b65bd3efceaf711bd58d9de7
 SHA512 
d55b58f3ffa63c6450df045bc871309837f92079d60556a1a98f7a1420385b2bb6ca63d696b4c8780bf8386d6e1732662ef0bbb6237f0a8ff33d4f3bf8a5f263
 DIST griffe-0.36.1.gh.tar.gz 188502 BLAKE2B 
732b2d0c894e32b168baa918b742c518cf11273fca5a2667d68cbc253d1a56b8fe55ee3937425df6ca09b7d09715bbd2bd7dc29acb60559331010943218037cc
 SHA512 
3cf6f46d9018d0eb752d69caa7a37de0c3e1b7a7bf5fb1077890e48b2e280bb95566d96b893632083c7d7dc25c7352a000519ec350d04c512acd0eeb4fa21312
 DIST griffe-0.36.2.gh.tar.gz 188707 BLAKE2B 
b444dcbb38ab39715f975a17f502cf331bb3385b287f30bd66115bd7c565b248d1bce45ca80167ab5da0a59f8f73e41f63c4114f0f02029a56b735c0aa9c36d7
 SHA512 
1ec7efaf8b2c030b7c33ddb41a04e927fdd8678061a7ccbcd632c17d9fd80c664320be5ac0c9f05340358835dd430b6082b770c849fc2ed3c3266f65474da92d
+DIST griffe-0.36.4.gh.tar.gz 192823 BLAKE2B 
42815673835bffebf97ab3bd436997329229596d24f4cd6fcd0b57f137b113bd42461cf9b8a33472ef6887dc7efdb4d88f31b6f503abb365f101311ff89fb5f3
 SHA512 
76d672f91643d347d15e97eb29bd1cdb24f843d396777287d5f5c28259f4f25dc7a89d53a83189e84572fcbed5201144d2b15f1bbc0864799c7703ce90b1cc7a

diff --git a/dev-python/griffe/griffe-0.36.4.ebuild 
b/dev-python/griffe/griffe-0.36.4.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-09-10 Thread Arthur Zamarin
commit: e4e5ee969ad53dbac2a40709667b5ae84aa01506
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 10 17:19:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 10 17:25:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e5ee96

dev-python/griffe: add 0.36.2

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index e1b45b2ec20c..45aa8cc29dab 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -4,3 +4,4 @@ DIST griffe-0.35.1.gh.tar.gz 184480 BLAKE2B 
9c2ba347d34ea428d56fe1bcd43b31d1518b
 DIST griffe-0.35.2.gh.tar.gz 185855 BLAKE2B 
325449ae4619a293396e98c2109b765a1ef5e8c3653d3c1fdd1b051627f7d9893338c8b1778563835128d933ead369bd5eae5af72d2eaca8d6b217dde51f6dcd
 SHA512 
c87987ea4c4887ba4d3e73a363b196214f0a2845c7b7a56ab38a090beca89a8ce544531e405478c74827e14b65a5522b7238e7446aff7396d1155b926e396590
 DIST griffe-0.36.0.gh.tar.gz 188450 BLAKE2B 
df47c19db7d9ca245843b6b3178de060dd319328e809156f0611cb97afa8bed4a8c82d1cd31b03e05147cd94ab88ecc3ea9e7491b65bd3efceaf711bd58d9de7
 SHA512 
d55b58f3ffa63c6450df045bc871309837f92079d60556a1a98f7a1420385b2bb6ca63d696b4c8780bf8386d6e1732662ef0bbb6237f0a8ff33d4f3bf8a5f263
 DIST griffe-0.36.1.gh.tar.gz 188502 BLAKE2B 
732b2d0c894e32b168baa918b742c518cf11273fca5a2667d68cbc253d1a56b8fe55ee3937425df6ca09b7d09715bbd2bd7dc29acb60559331010943218037cc
 SHA512 
3cf6f46d9018d0eb752d69caa7a37de0c3e1b7a7bf5fb1077890e48b2e280bb95566d96b893632083c7d7dc25c7352a000519ec350d04c512acd0eeb4fa21312
+DIST griffe-0.36.2.gh.tar.gz 188707 BLAKE2B 
b444dcbb38ab39715f975a17f502cf331bb3385b287f30bd66115bd7c565b248d1bce45ca80167ab5da0a59f8f73e41f63c4114f0f02029a56b735c0aa9c36d7
 SHA512 
1ec7efaf8b2c030b7c33ddb41a04e927fdd8678061a7ccbcd632c17d9fd80c664320be5ac0c9f05340358835dd430b6082b770c849fc2ed3c3266f65474da92d

diff --git a/dev-python/griffe/griffe-0.36.2.ebuild 
b/dev-python/griffe/griffe-0.36.2.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-09-04 Thread Michał Górny
commit: bce169856e59f3487a86ebce6779f46906497b5b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  5 05:37:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  5 05:54:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce16985

dev-python/griffe: Bump to 0.36.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 4b59b0e6dc46..e1b45b2ec20c 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -3,3 +3,4 @@ DIST griffe-0.35.0.gh.tar.gz 184348 BLAKE2B 
eafd03d55091c960ae8686e0e1113ca266b1
 DIST griffe-0.35.1.gh.tar.gz 184480 BLAKE2B 
9c2ba347d34ea428d56fe1bcd43b31d1518b2ac55082282ff66432837138fe26f1a61dc001c2c19e3400642b712b9ebea0987e541c0a1178653a6020bca0cf91
 SHA512 
e6d4b1fd670853eff5e74e2969d6e14e20809c7b859e2a8ec326855848807e066679ea09da6de04819a0f3ea79aa21bf6101c3e06b82bcb15dda6a3da5b8e4d9
 DIST griffe-0.35.2.gh.tar.gz 185855 BLAKE2B 
325449ae4619a293396e98c2109b765a1ef5e8c3653d3c1fdd1b051627f7d9893338c8b1778563835128d933ead369bd5eae5af72d2eaca8d6b217dde51f6dcd
 SHA512 
c87987ea4c4887ba4d3e73a363b196214f0a2845c7b7a56ab38a090beca89a8ce544531e405478c74827e14b65a5522b7238e7446aff7396d1155b926e396590
 DIST griffe-0.36.0.gh.tar.gz 188450 BLAKE2B 
df47c19db7d9ca245843b6b3178de060dd319328e809156f0611cb97afa8bed4a8c82d1cd31b03e05147cd94ab88ecc3ea9e7491b65bd3efceaf711bd58d9de7
 SHA512 
d55b58f3ffa63c6450df045bc871309837f92079d60556a1a98f7a1420385b2bb6ca63d696b4c8780bf8386d6e1732662ef0bbb6237f0a8ff33d4f3bf8a5f263
+DIST griffe-0.36.1.gh.tar.gz 188502 BLAKE2B 
732b2d0c894e32b168baa918b742c518cf11273fca5a2667d68cbc253d1a56b8fe55ee3937425df6ca09b7d09715bbd2bd7dc29acb60559331010943218037cc
 SHA512 
3cf6f46d9018d0eb752d69caa7a37de0c3e1b7a7bf5fb1077890e48b2e280bb95566d96b893632083c7d7dc25c7352a000519ec350d04c512acd0eeb4fa21312

diff --git a/dev-python/griffe/griffe-0.36.1.ebuild 
b/dev-python/griffe/griffe-0.36.1.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-09-01 Thread Michał Górny
commit: 6ebc68075ffbb96ad1ecbbd096f7e729808ce1f0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:00:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebc6807

dev-python/griffe: Bump to 0.36.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 033347651607..4b59b0e6dc46 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -2,3 +2,4 @@ DIST griffe-0.34.0.gh.tar.gz 181554 BLAKE2B 
67d9a453cbd4388e7eefce9613b58667fff1
 DIST griffe-0.35.0.gh.tar.gz 184348 BLAKE2B 
eafd03d55091c960ae8686e0e1113ca266b1f980a00ebb12e252e54105dd10f56f1cb76de9fdba0ceefe2c8b7190f3aa1fe3557cac162e96b8ee408ce682f47d
 SHA512 
9308c215232775e1355c7470006f611f1ec413cd7f24300fbc9a4b1b15108d4d20fb31e1be0ddd3b28d84862eb0409d0481a5744899a6db9ea9574987c37d86a
 DIST griffe-0.35.1.gh.tar.gz 184480 BLAKE2B 
9c2ba347d34ea428d56fe1bcd43b31d1518b2ac55082282ff66432837138fe26f1a61dc001c2c19e3400642b712b9ebea0987e541c0a1178653a6020bca0cf91
 SHA512 
e6d4b1fd670853eff5e74e2969d6e14e20809c7b859e2a8ec326855848807e066679ea09da6de04819a0f3ea79aa21bf6101c3e06b82bcb15dda6a3da5b8e4d9
 DIST griffe-0.35.2.gh.tar.gz 185855 BLAKE2B 
325449ae4619a293396e98c2109b765a1ef5e8c3653d3c1fdd1b051627f7d9893338c8b1778563835128d933ead369bd5eae5af72d2eaca8d6b217dde51f6dcd
 SHA512 
c87987ea4c4887ba4d3e73a363b196214f0a2845c7b7a56ab38a090beca89a8ce544531e405478c74827e14b65a5522b7238e7446aff7396d1155b926e396590
+DIST griffe-0.36.0.gh.tar.gz 188450 BLAKE2B 
df47c19db7d9ca245843b6b3178de060dd319328e809156f0611cb97afa8bed4a8c82d1cd31b03e05147cd94ab88ecc3ea9e7491b65bd3efceaf711bd58d9de7
 SHA512 
d55b58f3ffa63c6450df045bc871309837f92079d60556a1a98f7a1420385b2bb6ca63d696b4c8780bf8386d6e1732662ef0bbb6237f0a8ff33d4f3bf8a5f263

diff --git a/dev-python/griffe/griffe-0.36.0.ebuild 
b/dev-python/griffe/griffe-0.36.0.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-08-27 Thread Michał Górny
commit: 4dc4cc85c5c78da008b80cb71fe4a90009664637
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 28 05:00:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 28 05:13:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc4cc85

dev-python/griffe: Bump to 0.35.2

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.35.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 75fbc37eaaf1..033347651607 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1,4 @@
 DIST griffe-0.34.0.gh.tar.gz 181554 BLAKE2B 
67d9a453cbd4388e7eefce9613b58667fff184b235e06743ba0a997a961b320f00a62505b06d7dde8f068e206e0ba9424e4da7969c0bedeeded80a85f981f824
 SHA512 
92fd93e49f4c52f9e819cca853f5c950a66d782f0161da41e11ae2a64e09a6bc2319481c8410a220c844b1ed44a96860d3e1bd152512b9ff5d6ec0fe11f36752
 DIST griffe-0.35.0.gh.tar.gz 184348 BLAKE2B 
eafd03d55091c960ae8686e0e1113ca266b1f980a00ebb12e252e54105dd10f56f1cb76de9fdba0ceefe2c8b7190f3aa1fe3557cac162e96b8ee408ce682f47d
 SHA512 
9308c215232775e1355c7470006f611f1ec413cd7f24300fbc9a4b1b15108d4d20fb31e1be0ddd3b28d84862eb0409d0481a5744899a6db9ea9574987c37d86a
 DIST griffe-0.35.1.gh.tar.gz 184480 BLAKE2B 
9c2ba347d34ea428d56fe1bcd43b31d1518b2ac55082282ff66432837138fe26f1a61dc001c2c19e3400642b712b9ebea0987e541c0a1178653a6020bca0cf91
 SHA512 
e6d4b1fd670853eff5e74e2969d6e14e20809c7b859e2a8ec326855848807e066679ea09da6de04819a0f3ea79aa21bf6101c3e06b82bcb15dda6a3da5b8e4d9
+DIST griffe-0.35.2.gh.tar.gz 185855 BLAKE2B 
325449ae4619a293396e98c2109b765a1ef5e8c3653d3c1fdd1b051627f7d9893338c8b1778563835128d933ead369bd5eae5af72d2eaca8d6b217dde51f6dcd
 SHA512 
c87987ea4c4887ba4d3e73a363b196214f0a2845c7b7a56ab38a090beca89a8ce544531e405478c74827e14b65a5522b7238e7446aff7396d1155b926e396590

diff --git a/dev-python/griffe/griffe-0.35.2.ebuild 
b/dev-python/griffe/griffe-0.35.2.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.35.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-08-26 Thread Michał Górny
commit: 3b1bbadb3d50037263501b4463790fa01ce86e5c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 09:37:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 26 09:46:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1bbadb

dev-python/griffe: Bump to 0.35.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.35.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index ee9d4cc62d2a..75fbc37eaaf1 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.34.0.gh.tar.gz 181554 BLAKE2B 
67d9a453cbd4388e7eefce9613b58667fff184b235e06743ba0a997a961b320f00a62505b06d7dde8f068e206e0ba9424e4da7969c0bedeeded80a85f981f824
 SHA512 
92fd93e49f4c52f9e819cca853f5c950a66d782f0161da41e11ae2a64e09a6bc2319481c8410a220c844b1ed44a96860d3e1bd152512b9ff5d6ec0fe11f36752
 DIST griffe-0.35.0.gh.tar.gz 184348 BLAKE2B 
eafd03d55091c960ae8686e0e1113ca266b1f980a00ebb12e252e54105dd10f56f1cb76de9fdba0ceefe2c8b7190f3aa1fe3557cac162e96b8ee408ce682f47d
 SHA512 
9308c215232775e1355c7470006f611f1ec413cd7f24300fbc9a4b1b15108d4d20fb31e1be0ddd3b28d84862eb0409d0481a5744899a6db9ea9574987c37d86a
+DIST griffe-0.35.1.gh.tar.gz 184480 BLAKE2B 
9c2ba347d34ea428d56fe1bcd43b31d1518b2ac55082282ff66432837138fe26f1a61dc001c2c19e3400642b712b9ebea0987e541c0a1178653a6020bca0cf91
 SHA512 
e6d4b1fd670853eff5e74e2969d6e14e20809c7b859e2a8ec326855848807e066679ea09da6de04819a0f3ea79aa21bf6101c3e06b82bcb15dda6a3da5b8e4d9

diff --git a/dev-python/griffe/griffe-0.35.1.ebuild 
b/dev-python/griffe/griffe-0.35.1.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.35.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-08-24 Thread Michał Górny
commit: 947b0eba6c8ed5da0713db1152d4aef2c2418f2f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 25 03:00:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 25 03:00:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947b0eba

dev-python/griffe: Bump to 0.35.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.35.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index f646de6b8116..ee9d4cc62d2a 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.34.0.gh.tar.gz 181554 BLAKE2B 
67d9a453cbd4388e7eefce9613b58667fff184b235e06743ba0a997a961b320f00a62505b06d7dde8f068e206e0ba9424e4da7969c0bedeeded80a85f981f824
 SHA512 
92fd93e49f4c52f9e819cca853f5c950a66d782f0161da41e11ae2a64e09a6bc2319481c8410a220c844b1ed44a96860d3e1bd152512b9ff5d6ec0fe11f36752
+DIST griffe-0.35.0.gh.tar.gz 184348 BLAKE2B 
eafd03d55091c960ae8686e0e1113ca266b1f980a00ebb12e252e54105dd10f56f1cb76de9fdba0ceefe2c8b7190f3aa1fe3557cac162e96b8ee408ce682f47d
 SHA512 
9308c215232775e1355c7470006f611f1ec413cd7f24300fbc9a4b1b15108d4d20fb31e1be0ddd3b28d84862eb0409d0481a5744899a6db9ea9574987c37d86a

diff --git a/dev-python/griffe/griffe-0.35.0.ebuild 
b/dev-python/griffe/griffe-0.35.0.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.35.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-08-21 Thread Marek Szuba
commit: d555b4864f655a47d3fce7484baeea3c439ad5a8
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 18:05:13 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 18:08:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d555b486

dev-python/griffe: drop 0.32.3, 0.33.0

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/griffe/Manifest |  2 --
 dev-python/griffe/griffe-0.32.3.ebuild | 45 --
 dev-python/griffe/griffe-0.33.0.ebuild | 45 --
 3 files changed, 92 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index d303d19ff91f..f646de6b8116 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1 @@
-DIST griffe-0.32.3.gh.tar.gz 176939 BLAKE2B 
291878054cac7d2fd4daea922c0439dd839611af7c425e838414d01fab76b4799adeff5fe14ed078172a38180d49c93ea4238b3256f1668d4daa2c74f68007a8
 SHA512 
cf163c9f873eff04d5c932a197a4768c14813d8e4aa5e0c5223544f7eb8c34b0b5eb3838c669a034c71b25c909b2857d88ddf40431b5604f86613c6b3c871aa5
-DIST griffe-0.33.0.gh.tar.gz 178095 BLAKE2B 
003b1eee693742e15635e685042540d94d9fe789c7462b3a43caff222e64216a25b5477022a18d60e867ae4fe7d909d3d8a68b1607655bdb99430c9c45e83bf6
 SHA512 
dd40dfc5bfa7bc63673f96b6d8e32b104fcf64959dd08ea60847a6ae351a3cb67848bc515e796802c3c0c1cc0958f9853779bbb24bb5be668ccf14d540b084aa
 DIST griffe-0.34.0.gh.tar.gz 181554 BLAKE2B 
67d9a453cbd4388e7eefce9613b58667fff184b235e06743ba0a997a961b320f00a62505b06d7dde8f068e206e0ba9424e4da7969c0bedeeded80a85f981f824
 SHA512 
92fd93e49f4c52f9e819cca853f5c950a66d782f0161da41e11ae2a64e09a6bc2319481c8410a220c844b1ed44a96860d3e1bd152512b9ff5d6ec0fe11f36752

diff --git a/dev-python/griffe/griffe-0.32.3.ebuild 
b/dev-python/griffe/griffe-0.32.3.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.32.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)

diff --git a/dev-python/griffe/griffe-0.33.0.ebuild 
b/dev-python/griffe/griffe-0.33.0.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.33.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-08-20 Thread Michał Górny
commit: 4230ff2812aa60a53772e0d013b36e28fbd21d90
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 20 16:10:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 20 16:40:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4230ff28

dev-python/griffe: Bump to 0.34.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.34.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index e6ce4af11656..d303d19ff91f 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.32.3.gh.tar.gz 176939 BLAKE2B 
291878054cac7d2fd4daea922c0439dd839611af7c425e838414d01fab76b4799adeff5fe14ed078172a38180d49c93ea4238b3256f1668d4daa2c74f68007a8
 SHA512 
cf163c9f873eff04d5c932a197a4768c14813d8e4aa5e0c5223544f7eb8c34b0b5eb3838c669a034c71b25c909b2857d88ddf40431b5604f86613c6b3c871aa5
 DIST griffe-0.33.0.gh.tar.gz 178095 BLAKE2B 
003b1eee693742e15635e685042540d94d9fe789c7462b3a43caff222e64216a25b5477022a18d60e867ae4fe7d909d3d8a68b1607655bdb99430c9c45e83bf6
 SHA512 
dd40dfc5bfa7bc63673f96b6d8e32b104fcf64959dd08ea60847a6ae351a3cb67848bc515e796802c3c0c1cc0958f9853779bbb24bb5be668ccf14d540b084aa
+DIST griffe-0.34.0.gh.tar.gz 181554 BLAKE2B 
67d9a453cbd4388e7eefce9613b58667fff184b235e06743ba0a997a961b320f00a62505b06d7dde8f068e206e0ba9424e4da7969c0bedeeded80a85f981f824
 SHA512 
92fd93e49f4c52f9e819cca853f5c950a66d782f0161da41e11ae2a64e09a6bc2319481c8410a220c844b1ed44a96860d3e1bd152512b9ff5d6ec0fe11f36752

diff --git a/dev-python/griffe/griffe-0.34.0.ebuild 
b/dev-python/griffe/griffe-0.34.0.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.34.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-08-17 Thread Michał Górny
commit: b87a6f647390ee9b2530d765757fca4e5519be1a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 17 08:01:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 17 08:36:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87a6f64

dev-python/griffe: Bump to 0.33.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.33.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index e6f2e527cd93..e6ce4af11656 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.32.3.gh.tar.gz 176939 BLAKE2B 
291878054cac7d2fd4daea922c0439dd839611af7c425e838414d01fab76b4799adeff5fe14ed078172a38180d49c93ea4238b3256f1668d4daa2c74f68007a8
 SHA512 
cf163c9f873eff04d5c932a197a4768c14813d8e4aa5e0c5223544f7eb8c34b0b5eb3838c669a034c71b25c909b2857d88ddf40431b5604f86613c6b3c871aa5
+DIST griffe-0.33.0.gh.tar.gz 178095 BLAKE2B 
003b1eee693742e15635e685042540d94d9fe789c7462b3a43caff222e64216a25b5477022a18d60e867ae4fe7d909d3d8a68b1607655bdb99430c9c45e83bf6
 SHA512 
dd40dfc5bfa7bc63673f96b6d8e32b104fcf64959dd08ea60847a6ae351a3cb67848bc515e796802c3c0c1cc0958f9853779bbb24bb5be668ccf14d540b084aa

diff --git a/dev-python/griffe/griffe-0.33.0.ebuild 
b/dev-python/griffe/griffe-0.33.0.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.33.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-24 Thread Michał Górny
commit: c3f179ef9fb3e4220da5239c7cfc8f6989883dd3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:18:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:31:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f179ef

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  1 -
 dev-python/griffe/griffe-0.32.2.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 78ac0d442f8c..e6f2e527cd93 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1 @@
-DIST griffe-0.32.2.gh.tar.gz 176746 BLAKE2B 
1ca95c62e1e5e3507d292c5bd6e837b8c41acf21f50472c7ebcbc3839ad43008c747d6942da60cc4f5de84115f5f76ad919c3c26e776c25eaf818084033b31c2
 SHA512 
04132681e16d64cf912a395b090f4ae61f2cad54c9be15f1d1a020675f945646a0895f76a828126da994b4e7cdf83f02b519e87992fd43bb50e7f3492d870247
 DIST griffe-0.32.3.gh.tar.gz 176939 BLAKE2B 
291878054cac7d2fd4daea922c0439dd839611af7c425e838414d01fab76b4799adeff5fe14ed078172a38180d49c93ea4238b3256f1668d4daa2c74f68007a8
 SHA512 
cf163c9f873eff04d5c932a197a4768c14813d8e4aa5e0c5223544f7eb8c34b0b5eb3838c669a034c71b25c909b2857d88ddf40431b5604f86613c6b3c871aa5

diff --git a/dev-python/griffe/griffe-0.32.2.ebuild 
b/dev-python/griffe/griffe-0.32.2.ebuild
deleted file mode 100644
index c8d57610c9ff..
--- a/dev-python/griffe/griffe-0.32.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # fragile to installed packages
-   # (failed on PySide2 for me)
-   tests/test_stdlib.py::test_fuzzing_on_stdlib
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-18 Thread Michał Górny
commit: 72ae18b892389a77f29abf8a65158019e95421a1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 18 05:35:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 18 06:03:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae18b8

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  7 --
 dev-python/griffe/griffe-0.29.0.ebuild | 39 -
 dev-python/griffe/griffe-0.29.1.ebuild | 39 -
 dev-python/griffe/griffe-0.30.0.ebuild | 45 --
 dev-python/griffe/griffe-0.30.1.ebuild | 45 --
 dev-python/griffe/griffe-0.31.0.ebuild | 45 --
 dev-python/griffe/griffe-0.32.0.ebuild | 45 --
 dev-python/griffe/griffe-0.32.1.ebuild | 45 --
 8 files changed, 310 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index c9da05211d2f..797a55b978ab 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,8 +1 @@
-DIST griffe-0.29.0.gh.tar.gz 157523 BLAKE2B 
2854d6e30898e7aec9b6481215311956bcd9b24eb4b7cb36c11515f36a90467cabfc2cf9320bf4dcb44f04d8dd855cde97a749f7b51529cbfe5bd5e8e4391d9c
 SHA512 
3367e48ac9337d180621fa694babc61dec445cc86b1555a65d14547c95aabda637ef72d86d3a1eb16fc736923876cda6c2ba51fa346551e5e134b490557d1459
-DIST griffe-0.29.1.gh.tar.gz 159747 BLAKE2B 
b998c2014a883ddb5c845b620ceba7a6edcaf7fbd7178ad356961cd1f0866927008d7ac16c1a0f13e886812ae706b3d117f8cd8e26e5f46999da44d843f0cd43
 SHA512 
f8405b2ace1dac83e451fa344d395f8e1733362409853b7952cbe10321eb13b7524cb96ba899559a08ebdbc57f997b7ee38ba8951730b288e4f87127e87b100b
-DIST griffe-0.30.0.gh.tar.gz 165537 BLAKE2B 
aa6b54e6b15dfc48c1caaa7b440fdaf486cd9e838a047248140e32f4a8ae1ba05aed36643f1c2681abe58e0858789df8228eb346bede5909d9016e0d2f9fd9be
 SHA512 
0741ad533243628a08c25e9b9ce91a463653851429bc469f635d740ad3974e1545c3e70e3ce6213b684bd9bfdd283fcaf3721255df0de83b79193ac25617e175
-DIST griffe-0.30.1.gh.tar.gz 166243 BLAKE2B 
7ae9820b63788d27b0078723a81443a45a52c59a1abc09ae283708e4bb3fab862878a63ac3c841568ac092b6d08b3c2b0fd6970e9dfe3b493347a6d58944b4c8
 SHA512 
7f96f3c899f39f32f220a810af30b4145c000dcf240e3a4e1345ff590e4f433770282caac3d94f4f99d950723eec9ae04d98d4326696e65e61e588460cb009c4
-DIST griffe-0.31.0.gh.tar.gz 165043 BLAKE2B 
66db057df761f7ce6e68abbb48cbb793ffcafd437b4549c3e666c3fa1013f3d109367da437c755c487d52187a9b0618ded7dd099233f15827b8bb12b52027e77
 SHA512 
b644c9f9d7826fac52a9a2c84f67de61a597ad392854574c71ef548ef769625ff14003b40f8b5eff8ecd7dff9f3badadff2bc9805da238228c820d23b0625e80
-DIST griffe-0.32.0.gh.tar.gz 177568 BLAKE2B 
6b9b7530d619676d3d1f7921b5133a966b1adcaaf2807f94288d80de885ae5badef248e801af16ca796052213c878ef802dbdab7dcbefcb2bdb558755f1a2884
 SHA512 
b70b1b3f24a1f29cb49b6ecf23dd70cf836c371965108e5e3f1db043913a51b258bd839f9c6c90682e29c092b2ec09f364f416c480cf84651022472e62224b14
-DIST griffe-0.32.1.gh.tar.gz 176567 BLAKE2B 
20c044e7dd0b92db0b9b92c3dfb4e623438106cf17da210302c66f3adf43a16d6d88039dea6db193cda59897d08646d4059c837f228ca3aec04309a94325e182
 SHA512 
8385d1f035e1a884f8cbc7c167931c7ecdb74b44da50cc6a1e8b7398921aab3bfd2fb230f37df5aa18598d04b62185155bca49f85cee0f9c07569ae929ff8883
 DIST griffe-0.32.2.gh.tar.gz 176746 BLAKE2B 
1ca95c62e1e5e3507d292c5bd6e837b8c41acf21f50472c7ebcbc3839ad43008c747d6942da60cc4f5de84115f5f76ad919c3c26e776c25eaf818084033b31c2
 SHA512 
04132681e16d64cf912a395b090f4ae61f2cad54c9be15f1d1a020675f945646a0895f76a828126da994b4e7cdf83f02b519e87992fd43bb50e7f3492d870247

diff --git a/dev-python/griffe/griffe-0.29.0.ebuild 
b/dev-python/griffe/griffe-0.29.0.ebuild
deleted file mode 100644
index 2f7ad52e12f9..
--- a/dev-python/griffe/griffe-0.29.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="
-   https://mkdocstrings.github.io/griffe/
-   https://github.com/mkdocstrings/griffe/
-   https://pypi.org/project/griffe/
-"
-# Tests need files absent from the PyPI tarballs
-SRC_URI="
-   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}

diff --git a/dev-python/griffe/griffe-0.29.1.ebuild 
b/dev-python/griffe/griffe-0.29.1.ebuild
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-18 Thread Michał Górny
commit: 586c1e832a173284732773718119cd0c9dd8459d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 18 05:36:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 18 06:03:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586c1e83

dev-python/griffe: Bump to 0.32.3

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.32.3.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 797a55b978ab..78ac0d442f8c 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.32.2.gh.tar.gz 176746 BLAKE2B 
1ca95c62e1e5e3507d292c5bd6e837b8c41acf21f50472c7ebcbc3839ad43008c747d6942da60cc4f5de84115f5f76ad919c3c26e776c25eaf818084033b31c2
 SHA512 
04132681e16d64cf912a395b090f4ae61f2cad54c9be15f1d1a020675f945646a0895f76a828126da994b4e7cdf83f02b519e87992fd43bb50e7f3492d870247
+DIST griffe-0.32.3.gh.tar.gz 176939 BLAKE2B 
291878054cac7d2fd4daea922c0439dd839611af7c425e838414d01fab76b4799adeff5fe14ed078172a38180d49c93ea4238b3256f1668d4daa2c74f68007a8
 SHA512 
cf163c9f873eff04d5c932a197a4768c14813d8e4aa5e0c5223544f7eb8c34b0b5eb3838c669a034c71b25c909b2857d88ddf40431b5604f86613c6b3c871aa5

diff --git a/dev-python/griffe/griffe-0.32.3.ebuild 
b/dev-python/griffe/griffe-0.32.3.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.32.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-17 Thread Michał Górny
commit: 8ad3b7a956634cff3b2947c9a0140d59123a37e5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 17 06:00:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 17 07:34:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad3b7a9

dev-python/griffe: Bump to 0.32.2

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.32.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index dc20588af284..c9da05211d2f 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -5,3 +5,4 @@ DIST griffe-0.30.1.gh.tar.gz 166243 BLAKE2B 
7ae9820b63788d27b0078723a81443a45a52
 DIST griffe-0.31.0.gh.tar.gz 165043 BLAKE2B 
66db057df761f7ce6e68abbb48cbb793ffcafd437b4549c3e666c3fa1013f3d109367da437c755c487d52187a9b0618ded7dd099233f15827b8bb12b52027e77
 SHA512 
b644c9f9d7826fac52a9a2c84f67de61a597ad392854574c71ef548ef769625ff14003b40f8b5eff8ecd7dff9f3badadff2bc9805da238228c820d23b0625e80
 DIST griffe-0.32.0.gh.tar.gz 177568 BLAKE2B 
6b9b7530d619676d3d1f7921b5133a966b1adcaaf2807f94288d80de885ae5badef248e801af16ca796052213c878ef802dbdab7dcbefcb2bdb558755f1a2884
 SHA512 
b70b1b3f24a1f29cb49b6ecf23dd70cf836c371965108e5e3f1db043913a51b258bd839f9c6c90682e29c092b2ec09f364f416c480cf84651022472e62224b14
 DIST griffe-0.32.1.gh.tar.gz 176567 BLAKE2B 
20c044e7dd0b92db0b9b92c3dfb4e623438106cf17da210302c66f3adf43a16d6d88039dea6db193cda59897d08646d4059c837f228ca3aec04309a94325e182
 SHA512 
8385d1f035e1a884f8cbc7c167931c7ecdb74b44da50cc6a1e8b7398921aab3bfd2fb230f37df5aa18598d04b62185155bca49f85cee0f9c07569ae929ff8883
+DIST griffe-0.32.2.gh.tar.gz 176746 BLAKE2B 
1ca95c62e1e5e3507d292c5bd6e837b8c41acf21f50472c7ebcbc3839ad43008c747d6942da60cc4f5de84115f5f76ad919c3c26e776c25eaf818084033b31c2
 SHA512 
04132681e16d64cf912a395b090f4ae61f2cad54c9be15f1d1a020675f945646a0895f76a828126da994b4e7cdf83f02b519e87992fd43bb50e7f3492d870247

diff --git a/dev-python/griffe/griffe-0.32.2.ebuild 
b/dev-python/griffe/griffe-0.32.2.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.32.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-15 Thread Michał Górny
commit: 16f1d1df096b4a02f15512f65c9b3f9b13ae157e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 16 03:01:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 16 03:01:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f1d1df

dev-python/griffe: Bump to 0.32.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.32.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index b25615332b8d..dc20588af284 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -4,3 +4,4 @@ DIST griffe-0.30.0.gh.tar.gz 165537 BLAKE2B 
aa6b54e6b15dfc48c1caaa7b440fdaf486cd
 DIST griffe-0.30.1.gh.tar.gz 166243 BLAKE2B 
7ae9820b63788d27b0078723a81443a45a52c59a1abc09ae283708e4bb3fab862878a63ac3c841568ac092b6d08b3c2b0fd6970e9dfe3b493347a6d58944b4c8
 SHA512 
7f96f3c899f39f32f220a810af30b4145c000dcf240e3a4e1345ff590e4f433770282caac3d94f4f99d950723eec9ae04d98d4326696e65e61e588460cb009c4
 DIST griffe-0.31.0.gh.tar.gz 165043 BLAKE2B 
66db057df761f7ce6e68abbb48cbb793ffcafd437b4549c3e666c3fa1013f3d109367da437c755c487d52187a9b0618ded7dd099233f15827b8bb12b52027e77
 SHA512 
b644c9f9d7826fac52a9a2c84f67de61a597ad392854574c71ef548ef769625ff14003b40f8b5eff8ecd7dff9f3badadff2bc9805da238228c820d23b0625e80
 DIST griffe-0.32.0.gh.tar.gz 177568 BLAKE2B 
6b9b7530d619676d3d1f7921b5133a966b1adcaaf2807f94288d80de885ae5badef248e801af16ca796052213c878ef802dbdab7dcbefcb2bdb558755f1a2884
 SHA512 
b70b1b3f24a1f29cb49b6ecf23dd70cf836c371965108e5e3f1db043913a51b258bd839f9c6c90682e29c092b2ec09f364f416c480cf84651022472e62224b14
+DIST griffe-0.32.1.gh.tar.gz 176567 BLAKE2B 
20c044e7dd0b92db0b9b92c3dfb4e623438106cf17da210302c66f3adf43a16d6d88039dea6db193cda59897d08646d4059c837f228ca3aec04309a94325e182
 SHA512 
8385d1f035e1a884f8cbc7c167931c7ecdb74b44da50cc6a1e8b7398921aab3bfd2fb230f37df5aa18598d04b62185155bca49f85cee0f9c07569ae929ff8883

diff --git a/dev-python/griffe/griffe-0.32.1.ebuild 
b/dev-python/griffe/griffe-0.32.1.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.32.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-13 Thread Michał Górny
commit: 24751014914a6a298bcf87815640c1d600368188
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 14 05:15:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 14 05:33:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24751014

dev-python/griffe: Bump to 0.32.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.32.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index f04bc21ae0b9..b25615332b8d 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -3,3 +3,4 @@ DIST griffe-0.29.1.gh.tar.gz 159747 BLAKE2B 
b998c2014a883ddb5c845b620ceba7a6edca
 DIST griffe-0.30.0.gh.tar.gz 165537 BLAKE2B 
aa6b54e6b15dfc48c1caaa7b440fdaf486cd9e838a047248140e32f4a8ae1ba05aed36643f1c2681abe58e0858789df8228eb346bede5909d9016e0d2f9fd9be
 SHA512 
0741ad533243628a08c25e9b9ce91a463653851429bc469f635d740ad3974e1545c3e70e3ce6213b684bd9bfdd283fcaf3721255df0de83b79193ac25617e175
 DIST griffe-0.30.1.gh.tar.gz 166243 BLAKE2B 
7ae9820b63788d27b0078723a81443a45a52c59a1abc09ae283708e4bb3fab862878a63ac3c841568ac092b6d08b3c2b0fd6970e9dfe3b493347a6d58944b4c8
 SHA512 
7f96f3c899f39f32f220a810af30b4145c000dcf240e3a4e1345ff590e4f433770282caac3d94f4f99d950723eec9ae04d98d4326696e65e61e588460cb009c4
 DIST griffe-0.31.0.gh.tar.gz 165043 BLAKE2B 
66db057df761f7ce6e68abbb48cbb793ffcafd437b4549c3e666c3fa1013f3d109367da437c755c487d52187a9b0618ded7dd099233f15827b8bb12b52027e77
 SHA512 
b644c9f9d7826fac52a9a2c84f67de61a597ad392854574c71ef548ef769625ff14003b40f8b5eff8ecd7dff9f3badadff2bc9805da238228c820d23b0625e80
+DIST griffe-0.32.0.gh.tar.gz 177568 BLAKE2B 
6b9b7530d619676d3d1f7921b5133a966b1adcaaf2807f94288d80de885ae5badef248e801af16ca796052213c878ef802dbdab7dcbefcb2bdb558755f1a2884
 SHA512 
b70b1b3f24a1f29cb49b6ecf23dd70cf836c371965108e5e3f1db043913a51b258bd839f9c6c90682e29c092b2ec09f364f416c480cf84651022472e62224b14

diff --git a/dev-python/griffe/griffe-0.32.0.ebuild 
b/dev-python/griffe/griffe-0.32.0.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.32.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-03 Thread Michał Górny
commit: 1030463504aad713ecf93ed71f52868995146221
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  4 02:32:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  4 02:32:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10304635

dev-python/griffe: Bump to 0.31.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.31.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 316f7dfbeb8b..f04bc21ae0b9 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -2,3 +2,4 @@ DIST griffe-0.29.0.gh.tar.gz 157523 BLAKE2B 
2854d6e30898e7aec9b6481215311956bcd9
 DIST griffe-0.29.1.gh.tar.gz 159747 BLAKE2B 
b998c2014a883ddb5c845b620ceba7a6edcaf7fbd7178ad356961cd1f0866927008d7ac16c1a0f13e886812ae706b3d117f8cd8e26e5f46999da44d843f0cd43
 SHA512 
f8405b2ace1dac83e451fa344d395f8e1733362409853b7952cbe10321eb13b7524cb96ba899559a08ebdbc57f997b7ee38ba8951730b288e4f87127e87b100b
 DIST griffe-0.30.0.gh.tar.gz 165537 BLAKE2B 
aa6b54e6b15dfc48c1caaa7b440fdaf486cd9e838a047248140e32f4a8ae1ba05aed36643f1c2681abe58e0858789df8228eb346bede5909d9016e0d2f9fd9be
 SHA512 
0741ad533243628a08c25e9b9ce91a463653851429bc469f635d740ad3974e1545c3e70e3ce6213b684bd9bfdd283fcaf3721255df0de83b79193ac25617e175
 DIST griffe-0.30.1.gh.tar.gz 166243 BLAKE2B 
7ae9820b63788d27b0078723a81443a45a52c59a1abc09ae283708e4bb3fab862878a63ac3c841568ac092b6d08b3c2b0fd6970e9dfe3b493347a6d58944b4c8
 SHA512 
7f96f3c899f39f32f220a810af30b4145c000dcf240e3a4e1345ff590e4f433770282caac3d94f4f99d950723eec9ae04d98d4326696e65e61e588460cb009c4
+DIST griffe-0.31.0.gh.tar.gz 165043 BLAKE2B 
66db057df761f7ce6e68abbb48cbb793ffcafd437b4549c3e666c3fa1013f3d109367da437c755c487d52187a9b0618ded7dd099233f15827b8bb12b52027e77
 SHA512 
b644c9f9d7826fac52a9a2c84f67de61a597ad392854574c71ef548ef769625ff14003b40f8b5eff8ecd7dff9f3badadff2bc9805da238228c820d23b0625e80

diff --git a/dev-python/griffe/griffe-0.31.0.ebuild 
b/dev-python/griffe/griffe-0.31.0.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.31.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-02 Thread Michał Górny
commit: 93ff683ae9f6a89d3da4981754e8a7043d30df75
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  3 04:06:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  3 04:06:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ff683a

dev-python/griffe: Bump to 0.30.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.30.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 81302ba424a1..316f7dfbeb8b 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1,4 @@
 DIST griffe-0.29.0.gh.tar.gz 157523 BLAKE2B 
2854d6e30898e7aec9b6481215311956bcd9b24eb4b7cb36c11515f36a90467cabfc2cf9320bf4dcb44f04d8dd855cde97a749f7b51529cbfe5bd5e8e4391d9c
 SHA512 
3367e48ac9337d180621fa694babc61dec445cc86b1555a65d14547c95aabda637ef72d86d3a1eb16fc736923876cda6c2ba51fa346551e5e134b490557d1459
 DIST griffe-0.29.1.gh.tar.gz 159747 BLAKE2B 
b998c2014a883ddb5c845b620ceba7a6edcaf7fbd7178ad356961cd1f0866927008d7ac16c1a0f13e886812ae706b3d117f8cd8e26e5f46999da44d843f0cd43
 SHA512 
f8405b2ace1dac83e451fa344d395f8e1733362409853b7952cbe10321eb13b7524cb96ba899559a08ebdbc57f997b7ee38ba8951730b288e4f87127e87b100b
 DIST griffe-0.30.0.gh.tar.gz 165537 BLAKE2B 
aa6b54e6b15dfc48c1caaa7b440fdaf486cd9e838a047248140e32f4a8ae1ba05aed36643f1c2681abe58e0858789df8228eb346bede5909d9016e0d2f9fd9be
 SHA512 
0741ad533243628a08c25e9b9ce91a463653851429bc469f635d740ad3974e1545c3e70e3ce6213b684bd9bfdd283fcaf3721255df0de83b79193ac25617e175
+DIST griffe-0.30.1.gh.tar.gz 166243 BLAKE2B 
7ae9820b63788d27b0078723a81443a45a52c59a1abc09ae283708e4bb3fab862878a63ac3c841568ac092b6d08b3c2b0fd6970e9dfe3b493347a6d58944b4c8
 SHA512 
7f96f3c899f39f32f220a810af30b4145c000dcf240e3a4e1345ff590e4f433770282caac3d94f4f99d950723eec9ae04d98d4326696e65e61e588460cb009c4

diff --git a/dev-python/griffe/griffe-0.30.1.ebuild 
b/dev-python/griffe/griffe-0.30.1.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.30.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-07-01 Thread Michał Górny
commit: cf47917c991ba2da6f5a6ce6a3d71ef15295ba13
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  2 02:22:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  2 02:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf47917c

dev-python/griffe: Bump to 0.30.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.30.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 41ecdb270597..81302ba424a1 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.29.0.gh.tar.gz 157523 BLAKE2B 
2854d6e30898e7aec9b6481215311956bcd9b24eb4b7cb36c11515f36a90467cabfc2cf9320bf4dcb44f04d8dd855cde97a749f7b51529cbfe5bd5e8e4391d9c
 SHA512 
3367e48ac9337d180621fa694babc61dec445cc86b1555a65d14547c95aabda637ef72d86d3a1eb16fc736923876cda6c2ba51fa346551e5e134b490557d1459
 DIST griffe-0.29.1.gh.tar.gz 159747 BLAKE2B 
b998c2014a883ddb5c845b620ceba7a6edcaf7fbd7178ad356961cd1f0866927008d7ac16c1a0f13e886812ae706b3d117f8cd8e26e5f46999da44d843f0cd43
 SHA512 
f8405b2ace1dac83e451fa344d395f8e1733362409853b7952cbe10321eb13b7524cb96ba899559a08ebdbc57f997b7ee38ba8951730b288e4f87127e87b100b
+DIST griffe-0.30.0.gh.tar.gz 165537 BLAKE2B 
aa6b54e6b15dfc48c1caaa7b440fdaf486cd9e838a047248140e32f4a8ae1ba05aed36643f1c2681abe58e0858789df8228eb346bede5909d9016e0d2f9fd9be
 SHA512 
0741ad533243628a08c25e9b9ce91a463653851429bc469f635d740ad3974e1545c3e70e3ce6213b684bd9bfdd283fcaf3721255df0de83b79193ac25617e175

diff --git a/dev-python/griffe/griffe-0.30.0.ebuild 
b/dev-python/griffe/griffe-0.30.0.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.30.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-06-19 Thread Michał Górny
commit: f73b86cad9465f58a83cca2a064e18663b0d1372
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 20 05:14:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 20 05:38:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73b86ca

dev-python/griffe: Bump to 0.29.1

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.29.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index a548febc158f..41ecdb270597 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.29.0.gh.tar.gz 157523 BLAKE2B 
2854d6e30898e7aec9b6481215311956bcd9b24eb4b7cb36c11515f36a90467cabfc2cf9320bf4dcb44f04d8dd855cde97a749f7b51529cbfe5bd5e8e4391d9c
 SHA512 
3367e48ac9337d180621fa694babc61dec445cc86b1555a65d14547c95aabda637ef72d86d3a1eb16fc736923876cda6c2ba51fa346551e5e134b490557d1459
+DIST griffe-0.29.1.gh.tar.gz 159747 BLAKE2B 
b998c2014a883ddb5c845b620ceba7a6edcaf7fbd7178ad356961cd1f0866927008d7ac16c1a0f13e886812ae706b3d117f8cd8e26e5f46999da44d843f0cd43
 SHA512 
f8405b2ace1dac83e451fa344d395f8e1733362409853b7952cbe10321eb13b7524cb96ba899559a08ebdbc57f997b7ee38ba8951730b288e4f87127e87b100b

diff --git a/dev-python/griffe/griffe-0.29.1.ebuild 
b/dev-python/griffe/griffe-0.29.1.ebuild
new file mode 100644
index ..2f7ad52e12f9
--- /dev/null
+++ b/dev-python/griffe/griffe-0.29.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/files/, dev-python/griffe/

2023-06-18 Thread Michał Górny
commit: c6954fa5c5f32bd51a5e5eb29e8756fe4452a5f5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 18 11:29:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 18 11:56:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6954fa5

dev-python/griffe: Remove old

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

 dev-python/griffe/Manifest |  2 --
 .../griffe/files/griffe-0.27.4-build_backend.patch | 11 
 dev-python/griffe/griffe-0.27.4.ebuild | 30 --
 dev-python/griffe/griffe-0.28.2.ebuild | 30 --
 4 files changed, 73 deletions(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 7bfdc5a401fa..a548febc158f 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,3 +1 @@
-DIST griffe-0.27.4.gh.tar.gz 154404 BLAKE2B 
40c3a67b47561eeaf846a53ee678e3473a4064ab58c1a07b823b914e2fcfda15e43de9dc6bac074eeb238838d27a9c14f4314a481590c83df1e83dcce320525f
 SHA512 
bb927d956b289048950343d087da5be057fbef8e38feff345ce5f46ca1edfeb87a6fe94b8be18d7c76beef84c69dc97a3972177aac69429a4633f1543906b8e5
-DIST griffe-0.28.2.gh.tar.gz 157261 BLAKE2B 
284e63ffcb507233b5965b6e3931036703c9577c7e34149a27f24ffbd54f48f11ed873c690b931886fc043848cfca71c6d94638f0c1073428a1df17f04a33b58
 SHA512 
8c79fc3a0126cb34f7b13d7407aee5f63c926564da03cf13c5a053b79e3cd736d609f88bb83142ba9baf1fac00e3c8a392ee19c72fa6b0f32a4b383183f5a828
 DIST griffe-0.29.0.gh.tar.gz 157523 BLAKE2B 
2854d6e30898e7aec9b6481215311956bcd9b24eb4b7cb36c11515f36a90467cabfc2cf9320bf4dcb44f04d8dd855cde97a749f7b51529cbfe5bd5e8e4391d9c
 SHA512 
3367e48ac9337d180621fa694babc61dec445cc86b1555a65d14547c95aabda637ef72d86d3a1eb16fc736923876cda6c2ba51fa346551e5e134b490557d1459

diff --git a/dev-python/griffe/files/griffe-0.27.4-build_backend.patch 
b/dev-python/griffe/files/griffe-0.27.4-build_backend.patch
deleted file mode 100644
index 32482faed216..
--- a/dev-python/griffe/files/griffe-0.27.4-build_backend.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,6 +1,6 @@
- [build-system]
--requires = ["pdm-backend"]
--build-backend = "pdm.backend"
-+requires = ["pdm-pep517"]
-+build-backend = "pdm.pep517.api"
- 
- [project]
- name = "griffe"

diff --git a/dev-python/griffe/griffe-0.27.4.ebuild 
b/dev-python/griffe/griffe-0.27.4.ebuild
deleted file mode 100644
index 6e5cda463d2c..
--- a/dev-python/griffe/griffe-0.27.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=pdm
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="https://mkdocstrings.github.io/griffe/ 
https://pypi.org/project/griffe/;
-# Tests need files absent from the PyPI tarballs
-SRC_URI="https://github.com/mkdocstrings/${PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND=">=dev-python/colorama-0.4[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-)"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.27.4-build_backend.patch
-)
-
-distutils_enable_tests pytest

diff --git a/dev-python/griffe/griffe-0.28.2.ebuild 
b/dev-python/griffe/griffe-0.28.2.ebuild
deleted file mode 100644
index 6e5cda463d2c..
--- a/dev-python/griffe/griffe-0.28.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=pdm
-
-inherit distutils-r1
-
-DESCRIPTION="Signature generator for Python programs"
-HOMEPAGE="https://mkdocstrings.github.io/griffe/ 
https://pypi.org/project/griffe/;
-# Tests need files absent from the PyPI tarballs
-SRC_URI="https://github.com/mkdocstrings/${PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND=">=dev-python/colorama-0.4[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
-)"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.27.4-build_backend.patch
-)
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-06-04 Thread Michał Górny
commit: 024460675a7c1d955e7e630abddbb92152a3306e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  4 06:27:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  4 06:49:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02446067

dev-python/griffe: Bump to 0.29.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.29.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 6e0e2a6231c0..7bfdc5a401fa 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,3 @@
 DIST griffe-0.27.4.gh.tar.gz 154404 BLAKE2B 
40c3a67b47561eeaf846a53ee678e3473a4064ab58c1a07b823b914e2fcfda15e43de9dc6bac074eeb238838d27a9c14f4314a481590c83df1e83dcce320525f
 SHA512 
bb927d956b289048950343d087da5be057fbef8e38feff345ce5f46ca1edfeb87a6fe94b8be18d7c76beef84c69dc97a3972177aac69429a4633f1543906b8e5
 DIST griffe-0.28.2.gh.tar.gz 157261 BLAKE2B 
284e63ffcb507233b5965b6e3931036703c9577c7e34149a27f24ffbd54f48f11ed873c690b931886fc043848cfca71c6d94638f0c1073428a1df17f04a33b58
 SHA512 
8c79fc3a0126cb34f7b13d7407aee5f63c926564da03cf13c5a053b79e3cd736d609f88bb83142ba9baf1fac00e3c8a392ee19c72fa6b0f32a4b383183f5a828
+DIST griffe-0.29.0.gh.tar.gz 157523 BLAKE2B 
2854d6e30898e7aec9b6481215311956bcd9b24eb4b7cb36c11515f36a90467cabfc2cf9320bf4dcb44f04d8dd855cde97a749f7b51529cbfe5bd5e8e4391d9c
 SHA512 
3367e48ac9337d180621fa694babc61dec445cc86b1555a65d14547c95aabda637ef72d86d3a1eb16fc736923876cda6c2ba51fa346551e5e134b490557d1459

diff --git a/dev-python/griffe/griffe-0.29.0.ebuild 
b/dev-python/griffe/griffe-0.29.0.ebuild
new file mode 100644
index ..61ce95ac1b11
--- /dev/null
+++ b/dev-python/griffe/griffe-0.29.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-06-04 Thread Michał Górny
commit: d575f2e7f289e0368aaf2b5b6ca4fec70a30e4d3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  4 06:50:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  4 06:50:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d575f2e7

dev-python/griffe: Enable py3.12

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

 dev-python/griffe/griffe-0.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/griffe/griffe-0.29.0.ebuild 
b/dev-python/griffe/griffe-0.29.0.ebuild
index 61ce95ac1b11..2f7ad52e12f9 100644
--- a/dev-python/griffe/griffe-0.29.0.ebuild
+++ b/dev-python/griffe/griffe-0.29.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-05-25 Thread Marek Szuba
commit: eec81681762ce925f2858b5b03f31b2c9c7b9bf3
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu May 25 08:00:39 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu May 25 08:05:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec81681

dev-python/griffe: add 0.28.2, drop 0.28.1

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/griffe/Manifest   | 2 +-
 dev-python/griffe/{griffe-0.28.1.ebuild => griffe-0.28.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index d93642537020..6e0e2a6231c0 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,2 @@
 DIST griffe-0.27.4.gh.tar.gz 154404 BLAKE2B 
40c3a67b47561eeaf846a53ee678e3473a4064ab58c1a07b823b914e2fcfda15e43de9dc6bac074eeb238838d27a9c14f4314a481590c83df1e83dcce320525f
 SHA512 
bb927d956b289048950343d087da5be057fbef8e38feff345ce5f46ca1edfeb87a6fe94b8be18d7c76beef84c69dc97a3972177aac69429a4633f1543906b8e5
-DIST griffe-0.28.1.gh.tar.gz 156723 BLAKE2B 
e7a60b39557ca5b0809c4f17555b00177c3ae6b5af8452156833c4a0c81c472be949bfd677b532d9b6c2c75f7c9362178926854088c908343e299d7b3aa9b7ab
 SHA512 
de4981ef20bdf9777e6f59e63e2a762c85d3945a25254bfeab43652e6130961764ed40fd90d3d806aa67667e54664aec960833ace076f7a0f9b3cc5ab389e880
+DIST griffe-0.28.2.gh.tar.gz 157261 BLAKE2B 
284e63ffcb507233b5965b6e3931036703c9577c7e34149a27f24ffbd54f48f11ed873c690b931886fc043848cfca71c6d94638f0c1073428a1df17f04a33b58
 SHA512 
8c79fc3a0126cb34f7b13d7407aee5f63c926564da03cf13c5a053b79e3cd736d609f88bb83142ba9baf1fac00e3c8a392ee19c72fa6b0f32a4b383183f5a828

diff --git a/dev-python/griffe/griffe-0.28.1.ebuild 
b/dev-python/griffe/griffe-0.28.2.ebuild
similarity index 100%
rename from dev-python/griffe/griffe-0.28.1.ebuild
rename to dev-python/griffe/griffe-0.28.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-05-24 Thread Marek Szuba
commit: b79765bf3e1de5d14129992a0c58c62afc4696d1
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed May 24 20:38:01 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed May 24 20:40:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79765bf

dev-python/griffe: add 0.28.1, drop 0.28.0

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/griffe/Manifest   | 2 +-
 dev-python/griffe/{griffe-0.28.0.ebuild => griffe-0.28.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 44dc1e6a2221..d93642537020 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1,2 +1,2 @@
 DIST griffe-0.27.4.gh.tar.gz 154404 BLAKE2B 
40c3a67b47561eeaf846a53ee678e3473a4064ab58c1a07b823b914e2fcfda15e43de9dc6bac074eeb238838d27a9c14f4314a481590c83df1e83dcce320525f
 SHA512 
bb927d956b289048950343d087da5be057fbef8e38feff345ce5f46ca1edfeb87a6fe94b8be18d7c76beef84c69dc97a3972177aac69429a4633f1543906b8e5
-DIST griffe-0.28.0.gh.tar.gz 155295 BLAKE2B 
8250e34357b15049558bb40193c3e6374ec975842af7e4846124ec4684ffa8a29516230a5ab9ca0c838ca66d4c70822aaae964a7426b0eed594129c63ccbba30
 SHA512 
ab3361b659ada789ace548786d6fe3ebd7adf2312687c2ac8fb505a8d2026b96dc95985e0c26102a7168c8c46dd4730bf64890ec808ebb45afd3c88f244f154d
+DIST griffe-0.28.1.gh.tar.gz 156723 BLAKE2B 
e7a60b39557ca5b0809c4f17555b00177c3ae6b5af8452156833c4a0c81c472be949bfd677b532d9b6c2c75f7c9362178926854088c908343e299d7b3aa9b7ab
 SHA512 
de4981ef20bdf9777e6f59e63e2a762c85d3945a25254bfeab43652e6130961764ed40fd90d3d806aa67667e54664aec960833ace076f7a0f9b3cc5ab389e880

diff --git a/dev-python/griffe/griffe-0.28.0.ebuild 
b/dev-python/griffe/griffe-0.28.1.ebuild
similarity index 100%
rename from dev-python/griffe/griffe-0.28.0.ebuild
rename to dev-python/griffe/griffe-0.28.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-05-21 Thread Marek Szuba
commit: 9ef23f5b60a17e43804af56a769ced9a43947df0
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun May 21 11:33:33 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun May 21 11:35:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef23f5b

dev-python/griffe: add 0.28.0

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.28.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 4cf90a5b9317..44dc1e6a2221 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -1 +1,2 @@
 DIST griffe-0.27.4.gh.tar.gz 154404 BLAKE2B 
40c3a67b47561eeaf846a53ee678e3473a4064ab58c1a07b823b914e2fcfda15e43de9dc6bac074eeb238838d27a9c14f4314a481590c83df1e83dcce320525f
 SHA512 
bb927d956b289048950343d087da5be057fbef8e38feff345ce5f46ca1edfeb87a6fe94b8be18d7c76beef84c69dc97a3972177aac69429a4633f1543906b8e5
+DIST griffe-0.28.0.gh.tar.gz 155295 BLAKE2B 
8250e34357b15049558bb40193c3e6374ec975842af7e4846124ec4684ffa8a29516230a5ab9ca0c838ca66d4c70822aaae964a7426b0eed594129c63ccbba30
 SHA512 
ab3361b659ada789ace548786d6fe3ebd7adf2312687c2ac8fb505a8d2026b96dc95985e0c26102a7168c8c46dd4730bf64890ec808ebb45afd3c88f244f154d

diff --git a/dev-python/griffe/griffe-0.28.0.ebuild 
b/dev-python/griffe/griffe-0.28.0.ebuild
new file mode 100644
index ..6e5cda463d2c
--- /dev/null
+++ b/dev-python/griffe/griffe-0.28.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=pdm
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="https://mkdocstrings.github.io/griffe/ 
https://pypi.org/project/griffe/;
+# Tests need files absent from the PyPI tarballs
+SRC_URI="https://github.com/mkdocstrings/${PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND=">=dev-python/colorama-0.4[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+)"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.27.4-build_backend.patch
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-05-11 Thread Marek Szuba
commit: 012de021b3b8690f34528e7068872a5c27a15e9a
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu May 11 21:40:35 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu May 11 21:44:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012de021

dev-python/griffe: add missing test dependencies

Closes: https://bugs.gentoo.org/906139
Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/griffe/griffe-0.27.4.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/griffe/griffe-0.27.4.ebuild 
b/dev-python/griffe/griffe-0.27.4.ebuild
index 7d4993cedf3c..6e5cda463d2c 100644
--- a/dev-python/griffe/griffe-0.27.4.ebuild
+++ b/dev-python/griffe/griffe-0.27.4.ebuild
@@ -18,6 +18,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~riscv"
 
 RDEPEND=">=dev-python/colorama-0.4[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+)"
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.27.4-build_backend.patch



[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/files/, dev-python/griffe/

2023-05-11 Thread Marek Szuba
commit: e8ef6beb9d34217a8bf765b6a795b719bc48b4bd
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu May 11 10:01:41 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu May 11 10:56:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ef6beb

dev-python/griffe: new package, add 0.27.4

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/griffe/Manifest |  1 +
 .../griffe/files/griffe-0.27.4-build_backend.patch | 11 +
 dev-python/griffe/griffe-0.27.4.ebuild | 26 ++
 dev-python/griffe/metadata.xml | 13 +++
 4 files changed, 51 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
new file mode 100644
index ..4cf90a5b9317
--- /dev/null
+++ b/dev-python/griffe/Manifest
@@ -0,0 +1 @@
+DIST griffe-0.27.4.gh.tar.gz 154404 BLAKE2B 
40c3a67b47561eeaf846a53ee678e3473a4064ab58c1a07b823b914e2fcfda15e43de9dc6bac074eeb238838d27a9c14f4314a481590c83df1e83dcce320525f
 SHA512 
bb927d956b289048950343d087da5be057fbef8e38feff345ce5f46ca1edfeb87a6fe94b8be18d7c76beef84c69dc97a3972177aac69429a4633f1543906b8e5

diff --git a/dev-python/griffe/files/griffe-0.27.4-build_backend.patch 
b/dev-python/griffe/files/griffe-0.27.4-build_backend.patch
new file mode 100644
index ..32482faed216
--- /dev/null
+++ b/dev-python/griffe/files/griffe-0.27.4-build_backend.patch
@@ -0,0 +1,11 @@
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -1,6 +1,6 @@
+ [build-system]
+-requires = ["pdm-backend"]
+-build-backend = "pdm.backend"
++requires = ["pdm-pep517"]
++build-backend = "pdm.pep517.api"
+ 
+ [project]
+ name = "griffe"

diff --git a/dev-python/griffe/griffe-0.27.4.ebuild 
b/dev-python/griffe/griffe-0.27.4.ebuild
new file mode 100644
index ..7d4993cedf3c
--- /dev/null
+++ b/dev-python/griffe/griffe-0.27.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=pdm
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="https://mkdocstrings.github.io/griffe/ 
https://pypi.org/project/griffe/;
+# Tests need files absent from the PyPI tarballs
+SRC_URI="https://github.com/mkdocstrings/${PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND=">=dev-python/colorama-0.4[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.27.4-build_backend.patch
+)
+
+distutils_enable_tests pytest

diff --git a/dev-python/griffe/metadata.xml b/dev-python/griffe/metadata.xml
new file mode 100644
index ..494b1dde9407
--- /dev/null
+++ b/dev-python/griffe/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   
+   griffe
+   mkdocstrings/griffe
+   
+