commit:     77533f8355665f9873981e85ea2c8cde6aada218
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 20:59:27 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 20:59:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77533f83

dev-python/attrs: Remove old

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

 dev-python/attrs/Manifest                      |  3 ---
 dev-python/attrs/attrs-20.3.0.ebuild           | 30 -----------------------
 dev-python/attrs/attrs-20.3.0_p20210222.ebuild | 34 --------------------------
 dev-python/attrs/attrs-21.1.0.ebuild           | 30 -----------------------
 4 files changed, 97 deletions(-)

diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
index a69b43f8cca..c365823bb8e 100644
--- a/dev-python/attrs/Manifest
+++ b/dev-python/attrs/Manifest
@@ -1,4 +1 @@
-DIST attrs-03d3fc7a71fe770e1f86b9c3ad8588586e5ea63b.tar.gz 170688 BLAKE2B 
1256cb115b3613929f9caf7f31907a51c9afdd5f6e0a10a172089e920d6604c41db3fb11726ab71a698b4ff9e6420e827d5ff25c4127ef7c6cf12536a66a9bb3
 SHA512 
3007f8c502c0bcd2481ffbbb00bec4ed677d1be9514e417670c4adb791dc67eee76b8a7c07a4a972cd4ece3291e2c996944bb1cdb282682086551cbd571a0011
-DIST attrs-20.3.0.tar.gz 164523 BLAKE2B 
66d2e038e485833f5033fbabe2ef9a6565e3f5f5e8530f2c70019e4f5bdfca51083ac6d0bbc9eb765f838070bc90e01db1c83ed6da113ced67300238e12b5f42
 SHA512 
640532c6b763fd96572e5d85e93c111bebc4c5e0ff9419fe92fb51280f03acb5f9f43339f57d30659e777d5578460675c60ec0a362f9ad433893e3624ce6a931
-DIST attrs-21.1.0.tar.gz 187841 BLAKE2B 
fa3c4294d5b4f01ec7a8903cfdeb2ad37a77ac6a3d37cca8e559226ff8c28be989128132c0cc8a08963b095f2dd1b279522f5fe93b0ad497a030a09291f1056d
 SHA512 
32110d74fc578a94edd959868cec491f22b9f63637fea72522980e3c1894eaa7ca4fd3a4c0a3f9a8a6d10d9186e6f04c52a18b66698947efa13e0922d61e87be
 DIST attrs-21.2.0.tar.gz 184694 BLAKE2B 
5c960f7c1a4623186c7a0cec8a9096df8df8e7d3022b67b281dcdd3a512ce6f105dfdd5ec10dc85a2b9971564f44e7b4474d760667e53cd2cf0f0543153eb6e2
 SHA512 
35863f599076357e40f72a62968f4a2f9bc2af9f59f484fef051be4f9730ce9e28e11568915d690ade7980df8998af22e2ff8b9568a205d7745e246ba5f3a7e1

diff --git a/dev-python/attrs/attrs-20.3.0.ebuild 
b/dev-python/attrs/attrs-20.3.0.ebuild
deleted file mode 100644
index af3ec98234c..00000000000
--- a/dev-python/attrs/attrs-20.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Attributes without boilerplate"
-HOMEPAGE="
-       https://github.com/python-attrs/attrs
-       https://attrs.readthedocs.io/
-       https://pypi.org/project/attrs/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-RDEPEND="
-       dev-python/zope-interface[${PYTHON_USEDEP}]"
-BDEPEND="
-       test? (
-               $(python_gen_impl_dep sqlite)
-               >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
-               >=dev-python/pytest-4.3.0[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/attrs/attrs-20.3.0_p20210222.ebuild 
b/dev-python/attrs/attrs-20.3.0_p20210222.ebuild
deleted file mode 100644
index 33b6eb24790..00000000000
--- a/dev-python/attrs/attrs-20.3.0_p20210222.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-EGIT_COMMIT=03d3fc7a71fe770e1f86b9c3ad8588586e5ea63b
-DESCRIPTION="Attributes without boilerplate"
-HOMEPAGE="
-       https://github.com/python-attrs/attrs/
-       https://attrs.readthedocs.io/
-       https://pypi.org/project/attrs/";
-SRC_URI="
-       https://github.com/python-attrs/attrs/archive/${EGIT_COMMIT}.tar.gz
-               -> ${PN}-${EGIT_COMMIT}.tar.gz"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-       dev-python/zope-interface[${PYTHON_USEDEP}]"
-BDEPEND="
-       test? (
-               $(python_gen_impl_dep sqlite)
-               >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
-               >=dev-python/pytest-4.3.0[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/attrs/attrs-21.1.0.ebuild 
b/dev-python/attrs/attrs-21.1.0.ebuild
deleted file mode 100644
index ac6abdcf46e..00000000000
--- a/dev-python/attrs/attrs-21.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Attributes without boilerplate"
-HOMEPAGE="
-       https://github.com/python-attrs/attrs/
-       https://attrs.readthedocs.io/
-       https://pypi.org/project/attrs/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-       dev-python/zope-interface[${PYTHON_USEDEP}]"
-BDEPEND="
-       test? (
-               $(python_gen_impl_dep sqlite)
-               >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
-               >=dev-python/pytest-4.3.0[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest

Reply via email to