commit:     fd9362b621333742daa064c72bddb82c49600339
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 18 06:40:01 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 18 07:06:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9362b6

dev-python/faker: Remove old

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

 dev-python/faker/Manifest             |  2 --
 dev-python/faker/faker-37.11.0.ebuild | 42 -----------------------------------
 dev-python/faker/faker-37.12.0.ebuild | 42 -----------------------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index e5f2e8973cc4..3159c7314c3b 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1,4 +1,2 @@
-DIST faker-37.11.0.tar.gz 1935301 BLAKE2B 
e2f3fd32fcddab3ac35f56e3efeeb11cd069b2aa35ae56e04bec8e539acad404520db893f43b09707abc1476485c11f9d1a3a67459416c80b3beba61eb856f97
 SHA512 
c4a39e1b065e08a5f1fccea751a45224d075262f340a7db4cae4265a3d12e67afccaaa2387b46b6c8b10541d0e641e5987cecc264fdb8daa047d35ea5eeb6fd4
-DIST faker-37.12.0.tar.gz 1935741 BLAKE2B 
4b83a92a66f804be9ac2e4c4261c602a54bf7eb15cc9eae59ea2a1acc018a02b06d38f21d11c57b93c3aa04657948c8a20f47ca03e5facd98a4e32bc4776c1e8
 SHA512 
9b6cce15f96703ec5200c1c4ceb684fd0ec603cc4929f459ac38ae6b6ddc504b894f1e4ba0993d7aa3805e2b37f6acc298a346deaf511b4dd930e078731d0432
 DIST faker-38.0.0.tar.gz 1935705 BLAKE2B 
50c1993128612f264c3447d452ae41fca45c2227d813948011567310c0c9651a11ac3c951f0de88cccd1c3153e21562fe7aeb0249a13a014be380da248c68cfb
 SHA512 
1d34268ce62796581860b22bd33d77c2e9b8f3fb45bdf91b7ea7b6800e0e1c4730fb59403efc519ed93138ae1ae51971a5da513ba7f81b98c720f9857f9bcc40
 DIST faker-38.2.0.tar.gz 1941469 BLAKE2B 
d39a3da33b970a83ccb8edc6783629cee0fbe3628a1483922aee54fd980c47fc36b274ad04c55dbdf1789e171d9460e26b622d7cd498f02b35101b0485dc6688
 SHA512 
92981871a3c8bf2f095a0be220403dcc4547ecab48c73eb97d996dd2e41d3d33e1fe9f9673b22e6ae2db7d6aaaeb52c4f7212a64a2a62b0c7f2ee23501dc1234

diff --git a/dev-python/faker/faker-37.11.0.ebuild 
b/dev-python/faker/faker-37.11.0.ebuild
deleted file mode 100644
index 20289c8aabb0..000000000000
--- a/dev-python/faker/faker-37.11.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-       https://github.com/joke2k/faker/
-       https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-       dev-python/tzdata[${PYTHON_USEDEP}]
-       !dev-ruby/faker
-"
-BDEPEND="
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP},tiff]
-               dev-python/validators[${PYTHON_USEDEP}]
-       )
-"
-
-# note: tests are flaky with xdist
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=( "${PN}" )
-distutils_enable_tests pytest
-
-python_test() {
-       epytest
-       epytest --exclusive-faker-session tests/pytest/session_overrides
-}

diff --git a/dev-python/faker/faker-37.12.0.ebuild 
b/dev-python/faker/faker-37.12.0.ebuild
deleted file mode 100644
index 20289c8aabb0..000000000000
--- a/dev-python/faker/faker-37.12.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-       https://github.com/joke2k/faker/
-       https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-       dev-python/tzdata[${PYTHON_USEDEP}]
-       !dev-ruby/faker
-"
-BDEPEND="
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP},tiff]
-               dev-python/validators[${PYTHON_USEDEP}]
-       )
-"
-
-# note: tests are flaky with xdist
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=( "${PN}" )
-distutils_enable_tests pytest
-
-python_test() {
-       epytest
-       epytest --exclusive-faker-session tests/pytest/session_overrides
-}

Reply via email to