commit:     df059f6e767e2dc89330c36c549584bf62780f14
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 03:29:52 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 03:33:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df059f6e

dev-python/agate: Remove old

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

 dev-python/agate/Manifest            |  2 --
 dev-python/agate/agate-1.10.0.ebuild | 45 ------------------------------------
 dev-python/agate/agate-1.9.1.ebuild  | 45 ------------------------------------
 3 files changed, 92 deletions(-)

diff --git a/dev-python/agate/Manifest b/dev-python/agate/Manifest
index bcd2767c04db..2d7ff2d25d11 100644
--- a/dev-python/agate/Manifest
+++ b/dev-python/agate/Manifest
@@ -1,3 +1 @@
-DIST agate-1.10.0.tar.gz 202845 BLAKE2B 
da462a47d8b33e6b5948bc16a9c236ee62c92d56f49df8a7e60cebc84b2d4d828f986f6f0975d24d1d513e1e8023dd5e570f77ff6ae233533ab1ac3c512fac81
 SHA512 
37e09f1fcccd5df9183cfd32f13bf23efad7987a3d71600e52b1b3bc9de8669640aa50f045c975c0fc8958cbe9df193e17f0ea52c1933782cca95ac267f794f9
 DIST agate-1.10.1.tar.gz 203139 BLAKE2B 
656cc5f9abcc38848560bb81a9e7b1a8cf498897ea49a98bd3b44f3d625c69047ef3fa32b4a7191d8807c1bee29bd0c5a8d0ed99e1b91e30ea294b8fb436fb3d
 SHA512 
b039fa587d1fc49277860f9876ad1f885f2530e82888ad8a32066f35e3086b5da0cb7aa9a2ed09ea7992efe649d32df27a372f85e4a06e8aca0d6ec8651567b5
-DIST agate-1.9.1.tar.gz 202303 BLAKE2B 
a5e62ca5fdf8dc6e1b7393da3efa0432a2d7a89bcb2af744458ae04446ea85941968f1ee75facc6b29de9fdec92f9432d2b939392edbfadc5c0598a91feb9f76
 SHA512 
f8bbe9ed24c786063a1d99aa408a2e5b4841dd9d804004b8c74a272d564432013e0ddebc5325e73893c53a60636d64f27f2e64ad624a468a070cf6a8833b8620

diff --git a/dev-python/agate/agate-1.10.0.ebuild 
b/dev-python/agate/agate-1.10.0.ebuild
deleted file mode 100644
index baca934b9901..000000000000
--- a/dev-python/agate/agate-1.10.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python data analysis library that is optimized for humans 
instead of machines"
-HOMEPAGE="
-       https://github.com/wireservice/agate/
-       https://pypi.org/project/agate/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~arm64-macos ~x64-macos"
-
-RDEPEND="
-       >=dev-python/pytimeparse-1.1.5[${PYTHON_USEDEP}]
-       >=dev-python/parsedatetime-2.1[${PYTHON_USEDEP}]
-       >=dev-python/Babel-2.0[${PYTHON_USEDEP}]
-       >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
-       >=dev-python/pyicu-2.4.2[${PYTHON_USEDEP}]
-       >=dev-python/python-slugify-1.2.1[${PYTHON_USEDEP}]
-       >=dev-python/leather-0.3.3-r2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               >=dev-python/cssselect-0.9.1[${PYTHON_USEDEP}]
-               dev-python/lxml[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-       dev-python/furo
-
-EPYTEST_DESELECT=(
-       # require specific locales
-       tests/test_data_types.py::TestDate::test_cast_format_locale
-       tests/test_data_types.py::TestDateTime::test_cast_format_locale
-)

diff --git a/dev-python/agate/agate-1.9.1.ebuild 
b/dev-python/agate/agate-1.9.1.ebuild
deleted file mode 100644
index baca934b9901..000000000000
--- a/dev-python/agate/agate-1.9.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python data analysis library that is optimized for humans 
instead of machines"
-HOMEPAGE="
-       https://github.com/wireservice/agate/
-       https://pypi.org/project/agate/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~arm64-macos ~x64-macos"
-
-RDEPEND="
-       >=dev-python/pytimeparse-1.1.5[${PYTHON_USEDEP}]
-       >=dev-python/parsedatetime-2.1[${PYTHON_USEDEP}]
-       >=dev-python/Babel-2.0[${PYTHON_USEDEP}]
-       >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
-       >=dev-python/pyicu-2.4.2[${PYTHON_USEDEP}]
-       >=dev-python/python-slugify-1.2.1[${PYTHON_USEDEP}]
-       >=dev-python/leather-0.3.3-r2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               >=dev-python/cssselect-0.9.1[${PYTHON_USEDEP}]
-               dev-python/lxml[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-       dev-python/furo
-
-EPYTEST_DESELECT=(
-       # require specific locales
-       tests/test_data_types.py::TestDate::test_cast_format_locale
-       tests/test_data_types.py::TestDateTime::test_cast_format_locale
-)

Reply via email to