summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-02-24 08:07:38 +0100
committerMichał Górny <mgorny@gentoo.org>2026-02-24 10:03:34 +0100
commit207bcfe0dc7af2b93d933c5205ea384a2f761172 (patch)
tree10369f5fac555f310413ba4e7df31c6ad69c3a20 /dev-python
parent12d5122a8422941a2e77cac0b2260c3878edd0f6 (diff)
downloadgentoo-207bcfe0dc7af2b93d933c5205ea384a2f761172.tar.gz
gentoo-207bcfe0dc7af2b93d933c5205ea384a2f761172.tar.bz2
gentoo-207bcfe0dc7af2b93d933c5205ea384a2f761172.zip
dev-python/faker: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/faker/Manifest2
-rw-r--r--dev-python/faker/faker-39.0.0.ebuild42
-rw-r--r--dev-python/faker/faker-40.1.0.ebuild42
3 files changed, 0 insertions, 86 deletions
diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index 41bb4b2a81d5f..854dc5e3502e0 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1,4 +1,2 @@
-DIST faker-39.0.0.tar.gz 1941757 BLAKE2B ff1b3d9cf343dbba172b05bd5482fb8b5af0db4da8e8ceeba51ab355962c9cddedb2befd5d737f30f0bb602514a609d578334d443a9ce25b9e7fd5757147eef5 SHA512 f4d638e1352b8b3323daad9d9597c45417f510efc8207bd0ad194d577bb76b06ed2fcac37fc575882f55c0cb65fa78daa7d4883a1c002fccd49c657340404895
-DIST faker-40.1.0.tar.gz 1948784 BLAKE2B 4f4264512153551058c42e2137e2fb348b1d3e78d03564e653a18c2a9c6d2d8ecb4e0ca9d2ba5c67ae72459a0efa642e7b4bf766b690a95f72b880f15649b19d SHA512 e99b97b48c9d2e295695bdca775ec56235c23f193eee782f57946abb800bad3a48130de5d8ceccad1dd26cc71584e1ee5f1a2d9d32a916cc83f37f1f9768b230
DIST faker-40.1.2.tar.gz 1949802 BLAKE2B 43a2a41d28d0b7c74fc9b9be487637e40174cdb0dda58636518e51655fe73a8d16a3dff9d5dbe5a38a3b33307727b3fb0028d91063975a79ad81e58da644897e SHA512 940719f9e9370797a60aa1c710190d4fdce2532d15bde9bed9bdb69754750201b06c8c4fe46b2374c2557cba46c310607b3948bb23e3fd6d91db7bc98e431494
DIST faker-40.4.0.tar.gz 1952221 BLAKE2B 5c339f7ad3ffd07533ed73c58648626adbce8570f8bdf6365b79908834f8935749adc94236a0ccfa475f383368d5647a42e03ad9bb350328f45968a21cbde9a7 SHA512 f32a8e7aeaa9330b5bebfdfea3fa868b4938f41e79bb134d8bcf4ec120ea221431ec8b259f1b63d095d2547a98a777c6d2fec14773cf8f55518831c6c7a44dac
diff --git a/dev-python/faker/faker-39.0.0.ebuild b/dev-python/faker/faker-39.0.0.ebuild
deleted file mode 100644
index fa844058f244c..0000000000000
--- a/dev-python/faker/faker-39.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2026 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-40.1.0.ebuild b/dev-python/faker/faker-40.1.0.ebuild
deleted file mode 100644
index e386dd67e756b..0000000000000
--- a/dev-python/faker/faker-40.1.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
-}