commit:     7e22a3d0ba3a56bd0fd771f4b55f1d810d8012f1
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 23:02:05 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 00:13:57 2023 +0000
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 <marecki <AT> 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..000000000000
--- 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..000000000000
--- 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
-               -> ${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.6.ebuild 
b/dev-python/griffe/griffe-0.36.6.ebuild
deleted file mode 100644
index c8d57610c9ff..000000000000
--- a/dev-python/griffe/griffe-0.36.6.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.7.ebuild 
b/dev-python/griffe/griffe-0.36.7.ebuild
deleted file mode 100644
index c8d57610c9ff..000000000000
--- a/dev-python/griffe/griffe-0.36.7.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
-)

Reply via email to