commit:     239c943fae15ae2082d8abaea1ca8f81523701c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 05:49:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 05:52:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239c943f

dev-python/humanize: Remove old

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

 dev-python/humanize/Manifest              |  2 --
 dev-python/humanize/humanize-4.4.0.ebuild | 29 -----------------------------
 dev-python/humanize/humanize-4.5.0.ebuild | 29 -----------------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
index a0fa73f7a53e..cfc432ba645d 100644
--- a/dev-python/humanize/Manifest
+++ b/dev-python/humanize/Manifest
@@ -1,3 +1 @@
-DIST humanize-4.4.0.tar.gz 78519 BLAKE2B 
f61b654e201995479ace22b5aac106b08304ed9212cf5c6c7f87731d861c42c5e0243f7bb0b7f2c29b870421fa81fba0c36e4ead90ff90f207bc984286ac119a
 SHA512 
bbbd386d9af82d9db0f2edc4653928654203c4239419232abfc15c51ccd865b355366549c46651e1291d4222ca8b2a297ffc0fce3cc32be4ae2f904ae308a8e4
-DIST humanize-4.5.0.tar.gz 82709 BLAKE2B 
97173e7b3dc7b35ff8dbb5b985153c35dd49332d733464ece7eeb00a23c2f7f2660fde9263b416dcd83f11e8ec0a578a4fa1648c6955b8dbc35540a2606d0d38
 SHA512 
7f045f6cf7c6c5cd37ecd1a3d5c6ed40d3e64e14d0718b07938c01ce3722e0487cbc90752840b644b8befff5c7db16090d510eabeb59c4dcf5306eadea005019
 DIST humanize-4.6.0.tar.gz 69815 BLAKE2B 
e32195b87080598ee0d024526c2631e9498c0019e344a2b3babbfea657a4d36611cb53e74e33634f26fa184fa1526ee700253b4f6a48b241a231b794669f31f0
 SHA512 
3c003d645d33b4d31ffa5a63b8754b939579a6ed396cd285789f9bd17e750147c425d41adb424af45d69844c6e2b9be8fed04f388f017f25c6eda1f31c053b3e

diff --git a/dev-python/humanize/humanize-4.4.0.ebuild 
b/dev-python/humanize/humanize-4.4.0.ebuild
deleted file mode 100644
index 3825ae1d63e9..000000000000
--- a/dev-python/humanize/humanize-4.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Common humanization utilities"
-HOMEPAGE="
-       https://github.com/python-humanize/humanize/
-       https://pypi.org/project/humanize/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/humanize/humanize-4.5.0.ebuild 
b/dev-python/humanize/humanize-4.5.0.ebuild
deleted file mode 100644
index 97b2b7326ef4..000000000000
--- a/dev-python/humanize/humanize-4.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Common humanization utilities"
-HOMEPAGE="
-       https://github.com/python-humanize/humanize/
-       https://pypi.org/project/humanize/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-       >=dev-python/setuptools-scm-6.2[${PYTHON_USEDEP}]
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to