summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/faker/Manifest1
-rw-r--r--dev-python/faker/faker-37.4.3.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index d2e9ca5938fd..4211abf72371 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1,3 +1,2 @@
-DIST faker-37.4.3.tar.gz 1902953 BLAKE2B c8f98c50ee99d18877f84aa5e7fcfd736ffe3ac1da20b93bdd5d392b5eb369f4698b9b64e7ab15aa6b0050e0a6ced928a7b8289dfda247ecb619260edc6d960f SHA512 79230405798ecb36af4af2a7f53961dbae0557c2c9b431b94fccb6cf408efa8cdd097b9b3c80388f9f425803af0cfe24304bdfd56bea9011609177ecc50999b5
DIST faker-37.6.0.tar.gz 1907960 BLAKE2B aed11bdd53db48526cb98384e4dd49596c8c1647759722885ff508bd24b8c56071429abf542940c7881939d686f50104bc559e63c3be345bb2388e7f2bc5914c SHA512 64dce62dc109f4f30631219161869472c50a3bee0a49c8082757147abff57f3c4787e333c520008ad95dc92d0090567feb0d397af4bda37a0b456b71411a955c
DIST faker-37.8.0.tar.gz 1912113 BLAKE2B cc434984c5ab19614cc09b917dca63318e5901888a261ec0e682ddaf8874590f9d2fb9823117b65084af982bcb305ad7f283e01fdc4078d15b8a964c8e51f7db SHA512 e7ba4c5e69f4958ebf0791a492f3a9c1c953f5ceb6915c17348c9d612c2f88d657c3aac3417b6c88fec6dc64db7e58b9ddd0fb5e463998e097bd9c62218e3445
diff --git a/dev-python/faker/faker-37.4.3.ebuild b/dev-python/faker/faker-37.4.3.ebuild
deleted file mode 100644
index 20289c8aabb0..000000000000
--- a/dev-python/faker/faker-37.4.3.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
-}