commit:     bdff41812fc134387a1ab11400fbfd4991fee84c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 07:39:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  4 07:43:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdff4181

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-24.14.0.ebuild | 43 -----------------------------------
 dev-python/Faker/Faker-24.8.0.ebuild  | 40 --------------------------------
 dev-python/Faker/Faker-25.0.0.ebuild  | 43 -----------------------------------
 dev-python/Faker/Manifest             |  3 ---
 4 files changed, 129 deletions(-)

diff --git a/dev-python/Faker/Faker-24.14.0.ebuild 
b/dev-python/Faker/Faker-24.14.0.ebuild
deleted file mode 100644
index 6677ad70e7c8..000000000000
--- a/dev-python/Faker/Faker-24.14.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-       >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-       !dev-ruby/faker
-"
-BDEPEND="
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP},tiff]
-               dev-python/validators[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-       local EPYTEST_DESELECT=(
-               tests/providers/test_job.py::TestCsCZ::test_job
-       )
-       epytest
-}

diff --git a/dev-python/Faker/Faker-24.8.0.ebuild 
b/dev-python/Faker/Faker-24.8.0.ebuild
deleted file mode 100644
index 95ff3728fb55..000000000000
--- a/dev-python/Faker/Faker-24.8.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-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 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-       >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-       !dev-ruby/faker
-"
-BDEPEND="
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP},tiff]
-               dev-python/validators[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-       epytest
-}

diff --git a/dev-python/Faker/Faker-25.0.0.ebuild 
b/dev-python/Faker/Faker-25.0.0.ebuild
deleted file mode 100644
index 6677ad70e7c8..000000000000
--- a/dev-python/Faker/Faker-25.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-       >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-       !dev-ruby/faker
-"
-BDEPEND="
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP},tiff]
-               dev-python/validators[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-       local EPYTEST_DESELECT=(
-               tests/providers/test_job.py::TestCsCZ::test_job
-       )
-       epytest
-}

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index db534fb8887d..04accb982628 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,6 +1,3 @@
 DIST Faker-24.11.0.tar.gz 1726502 BLAKE2B 
52429b5b0db4e1fd55d2a4b30ed007417f37e36fbec8d4fe43dea316920d85877668f4e66107011fef5874b74b25c1465fcfc0990ee3f40810df064622bb5373
 SHA512 
d5ee8c7c048d113c37b13608406d96966745ab46b095fcb30c9107a27a7af909c9d4d6bf9c7bb478ad7d0604b3cb6b33b93b0ba9e1a321c20870d651f57617a5
-DIST Faker-24.14.0.tar.gz 1732995 BLAKE2B 
809773a97b417827db72172c3ba68ccf814974771abfde1609087369667b2889c7c118c2b1f4d250c2d67252c33e384d1bc0048f7bb7c5ae790a62486650b4aa
 SHA512 
d767d4e7c7bb96b137f82f51c20dd211b1d94c79384bdcf81f73591e68457e51f884103c6a0569264712bad334774e8f0a909e94d028b9c2ec741211ea69e77b
 DIST Faker-24.14.1.tar.gz 1759770 BLAKE2B 
e58feb12255de946b6c10cd9e3098f4423a47554e6aafcabb1094c7aab7e0dbbd2eea2077411094611c64b92307060c5da383390dc4a14545a9fe54b654e20e7
 SHA512 
d6afa8c25fe223999bdc776a7c2c12c43e9ad5886d6bb4744fe29c8b358def151b251a37a74a8576e5daedae360c19146f870a1438b63763ffb74b1577a5ae2f
-DIST Faker-24.8.0.tar.gz 1725365 BLAKE2B 
b2646766b993d946bf7965133b7484408370a2e8bed9091b713ffd427d545bb708027066b6787a78cd675659b4d342ac86c9f611aecfb7df3d0565a8066925f0
 SHA512 
d8fe7e411052bec485b40540317c88ff5aeae8a32ef2e53214816b190d4730c9f5af9157ac2c66aba5fbc887e995d0238f71deefdcf67300e49586c7995b60ff
-DIST Faker-25.0.0.tar.gz 1759596 BLAKE2B 
f7e89a25579f075ef52ac45f77cc7844bbc9ee910b2568ca813e137b2b2dfafd81c39c2426e1078fc26f5d779115a93a4f4c0361992180eee07dd3d1bbac5e8a
 SHA512 
07a7d9147b0a1084d37bf3fc703dba1504fd2ed4f641a7fc0c0bdca2cd79075d6d10c9cf6d09e95ab93ef2477de890ba08b9bfa25d2305520d41c22a70c08b3b
 DIST Faker-25.0.1.tar.gz 1759603 BLAKE2B 
710c362ec8a077880d9728c75d775b318d2c3d65f1bb5488474b2c26fa48094a64e57f667c6b43d841224ced8c08ff98c87677d678e5fb738a3e17c941fcacf7
 SHA512 
0f0cfc86f76584320fc6ab0afae40da8c022b65fca07eff639ba9a89744814afc7f9e37c987a73d0ec025fa971c0468f3b8b026b16dc4a5813bacb9562a33384

Reply via email to