commit:     301b2038e688ba3f36331c132a1aae3f5c44c481
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 19:48:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 20:00:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301b2038

dev-python/attrs: Remove old

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

 dev-python/attrs/Manifest            |  1 -
 dev-python/attrs/attrs-23.1.0.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
index c8f01f212aec..70c2501690a0 100644
--- a/dev-python/attrs/Manifest
+++ b/dev-python/attrs/Manifest
@@ -1,2 +1 @@
-DIST attrs-23.1.0.tar.gz 212878 BLAKE2B 
e562c22e7afdf50a9cf8deafc221d0438b8f3fb6b379c6eeb7f9e5ef182b69d5aa9bb886f4b7f69818ba2f1e9bf2ffa2831571a61c3521ab1c56f9c199b411a2
 SHA512 
1fff41da90668601b29412f71b4419dd9ffb9f2a8e54ce2199198557729167d6d7574954dc998818caba0d6bc378ab2ce068541df9c1c0d4ab1b071758d4a38a
 DIST attrs-23.2.0.tar.gz 780820 BLAKE2B 
a06f4f17a81fc173c37661bcf518367a1cdc9a333d2783bd2cd1ac5f0a72bd20ec1afdd964e10255624bcfa027e3a152375cd21472c177428d29bd06b29984a1
 SHA512 
d8b178072a028b95d8424cd3ce0c8b4e6da8558fbcbcaaef91fbd03cf51e6190aa248aa0bff853e6f7c9595bbd5a8eef9d6f68ae2830cc1cc6d826ab0dda2378

diff --git a/dev-python/attrs/attrs-23.1.0.ebuild 
b/dev-python/attrs/attrs-23.1.0.ebuild
deleted file mode 100644
index 70717b7db77d..000000000000
--- a/dev-python/attrs/attrs-23.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Attributes without boilerplate"
-HOMEPAGE="
-       https://github.com/python-attrs/attrs/
-       https://attrs.readthedocs.io/
-       https://pypi.org/project/attrs/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-BDEPEND="
-       dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               $(python_gen_impl_dep sqlite)
-               $(python_gen_cond_dep '
-                       dev-python/cloudpickle[${PYTHON_USEDEP}]
-               ' python3_{10..11})
-               dev-python/hypothesis[${PYTHON_USEDEP}]
-               dev-python/zope-interface[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to