commit:     36ba1083f3e9ba4e44c412b7d240fc4ae1d32a5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 13:57:18 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 14:20:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ba1083

dev-python/jaraco-functools: Remove old

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

 dev-python/jaraco-functools/Manifest               |  1 -
 .../jaraco-functools/jaraco-functools-3.4.0.ebuild | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index e4571f756e61..53908829dddc 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.4.0.tar.gz 13048 BLAKE2B 
437d73c75326e0d94cf15b4dfe9e5c28e44e5016376371458505377b7420930ac880c1f02ab70d4e2d154b41273d108eec5727ccdf59aa19d5674f33aaa107c2
 SHA512 
ae15014e566b7f18e456d9da2d02b9508b9c5a00e24f24316c44ab65ad655b97942af0094c33d3be777cc5e743b975cde6e15e72f9a003365f9a0efaae4f6dac
 DIST jaraco.functools-3.5.0.tar.gz 13254 BLAKE2B 
9165f901106278da562c6b59c3cc29e0b1c4689c5db7955f57a76fca3c12e90d30a80a7dde3420a719b093c41b889e54170bfa6f6f18b6f078e3f4291e59736f
 SHA512 
7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
deleted file mode 100644
index ab63e58ac6c6..000000000000
--- a/dev-python/jaraco-functools/jaraco-functools-3.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND="
-       dev-python/more-itertools[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/toml[${PYTHON_USEDEP}]
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/jaraco-classes[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs \
-       ">=dev-python/jaraco-packaging-3.2" \
-       ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest

Reply via email to