[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-05-18 Thread Michał Górny
commit: aa455058a1469086b436b9319faaa646b2a016d7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 15:20:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 15:24:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa455058

dev-python/Faker: Enable py3.13

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

 dev-python/Faker/Faker-25.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-25.2.0.ebuild 
b/dev-python/Faker/Faker-25.2.0.ebuild
index 6677ad70e7c8..3095ef39f5dd 100644
--- a/dev-python/Faker/Faker-25.2.0.ebuild
+++ b/dev-python/Faker/Faker-25.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-05-18 Thread Michał Górny
commit: ee4118f99e299b76344251fe7fc03e02f328196c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 15:26:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 15:26:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4118f9

dev-python/Faker: Reenable all tests

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

 dev-python/Faker/Faker-25.2.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/Faker/Faker-25.2.0.ebuild 
b/dev-python/Faker/Faker-25.2.0.ebuild
index 3095ef39f5dd..f7ca8ee10616 100644
--- a/dev-python/Faker/Faker-25.2.0.ebuild
+++ b/dev-python/Faker/Faker-25.2.0.ebuild
@@ -36,8 +36,5 @@ 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
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-05-17 Thread Michał Górny
commit: 1af579501b35d09a6781bdef66d3cba678d51407
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 08:13:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 08:13:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af57950

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-24.11.0.ebuild | 40 
 dev-python/Faker/Faker-24.14.1.ebuild | 43 ---
 dev-python/Faker/Manifest |  2 --
 3 files changed, 85 deletions(-)

diff --git a/dev-python/Faker/Faker-24.11.0.ebuild 
b/dev-python/Faker/Faker-24.11.0.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-24.11.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-24.14.1.ebuild 
b/dev-python/Faker/Faker-24.14.1.ebuild
deleted file mode 100644
index 6677ad70e7c8..
--- a/dev-python/Faker/Faker-24.14.1.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 e35735842734..f0a5e50bb7de 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,5 +1,3 @@
-DIST Faker-24.11.0.tar.gz 1726502 BLAKE2B 
52429b5b0db4e1fd55d2a4b30ed007417f37e36fbec8d4fe43dea316920d85877668f4e66107011fef5874b74b25c1465fcfc0990ee3f40810df064622bb5373
 SHA512 
d5ee8c7c048d113c37b13608406d96966745ab46b095fcb30c9107a27a7af909c9d4d6bf9c7bb478ad7d0604b3cb6b33b93b0ba9e1a321c20870d651f57617a5
-DIST Faker-24.14.1.tar.gz 1759770 BLAKE2B 
e58feb12255de946b6c10cd9e3098f4423a47554e6aafcabb1094c7aab7e0dbbd2eea2077411094611c64b92307060c5da383390dc4a14545a9fe54b654e20e7
 SHA512 
d6afa8c25fe223999bdc776a7c2c12c43e9ad5886d6bb4744fe29c8b358def151b251a37a74a8576e5daedae360c19146f870a1438b63763ffb74b1577a5ae2f
 DIST Faker-25.0.1.tar.gz 1759603 BLAKE2B 
710c362ec8a077880d9728c75d775b318d2c3d65f1bb5488474b2c26fa48094a64e57f667c6b43d841224ced8c08ff98c87677d678e5fb738a3e17c941fcacf7
 SHA512 
0f0cfc86f76584320fc6ab0afae40da8c022b65fca07eff639ba9a89744814afc7f9e37c987a73d0ec025fa971c0468f3b8b026b16dc4a5813bacb9562a33384
 DIST Faker-25.1.0.tar.gz 1760306 BLAKE2B 
eb8a35853f8e70902d8ff59532cc8c5766f6986314b88afb973adfd6c8a0184ebcd9d1eecee1e9dd48bc393ba1270be88a3c3f463df8e0679aff7f00544cfd4d
 SHA512 
6d53c843685d735664d6d986e8af76a520372900ea06cb54f86656ebb322d34543aa7aee8417cabb8c81a0ccc3ee3b212114790ff46aeb60cf29071bbf5c0361
 DIST Faker-25.2.0.tar.gz 1760547 BLAKE2B 
cba47dd21caaabef23212d38b856c67d9d68c6478f44269ed0da7df4aa06cd313caef1d8072572c2b680172e6a6313548228cbd446e397b6e29fd3e5317bc707
 SHA512 
bec0a516944f36a4714bcb9b8d46dbd4ab3fb3feb6d4818fd28e9d22d0cfd1621845f669940d41365ec423398ef58714e18de5ae537ce7524cf27018ab088c8f



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-05-17 Thread Michał Górny
commit: 177201e8b994b3efeb5d43f03de9e934b909bbe9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 08:11:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 08:11:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177201e8

dev-python/Faker: Stabilize 25.0.1 ALLARCHES, #932068

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

 dev-python/Faker/Faker-25.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-25.0.1.ebuild 
b/dev-python/Faker/Faker-25.0.1.ebuild
index 6677ad70e7c8..a50fd1b6760c 100644
--- a/dev-python/Faker/Faker-25.0.1.ebuild
+++ b/dev-python/Faker/Faker-25.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-05-14 Thread Michał Górny
commit: deaf6d541720dd88d25cc8b4bba2b9077be0f568
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 14 06:19:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 14 06:19:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deaf6d54

dev-python/Faker: Bump to 25.2.0

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

 dev-python/Faker/Faker-25.2.0.ebuild | 43 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/Faker/Faker-25.2.0.ebuild 
b/dev-python/Faker/Faker-25.2.0.ebuild
new file mode 100644
index ..6677ad70e7c8
--- /dev/null
+++ b/dev-python/Faker/Faker-25.2.0.ebuild
@@ -0,0 +1,43 @@
+# 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 6eb7a72c7e5b..e35735842734 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -2,3 +2,4 @@ DIST Faker-24.11.0.tar.gz 1726502 BLAKE2B 
52429b5b0db4e1fd55d2a4b30ed007417f37e3
 DIST Faker-24.14.1.tar.gz 1759770 BLAKE2B 
e58feb12255de946b6c10cd9e3098f4423a47554e6aafcabb1094c7aab7e0dbbd2eea2077411094611c64b92307060c5da383390dc4a14545a9fe54b654e20e7
 SHA512 
d6afa8c25fe223999bdc776a7c2c12c43e9ad5886d6bb4744fe29c8b358def151b251a37a74a8576e5daedae360c19146f870a1438b63763ffb74b1577a5ae2f
 DIST Faker-25.0.1.tar.gz 1759603 BLAKE2B 
710c362ec8a077880d9728c75d775b318d2c3d65f1bb5488474b2c26fa48094a64e57f667c6b43d841224ced8c08ff98c87677d678e5fb738a3e17c941fcacf7
 SHA512 
0f0cfc86f76584320fc6ab0afae40da8c022b65fca07eff639ba9a89744814afc7f9e37c987a73d0ec025fa971c0468f3b8b026b16dc4a5813bacb9562a33384
 DIST Faker-25.1.0.tar.gz 1760306 BLAKE2B 
eb8a35853f8e70902d8ff59532cc8c5766f6986314b88afb973adfd6c8a0184ebcd9d1eecee1e9dd48bc393ba1270be88a3c3f463df8e0679aff7f00544cfd4d
 SHA512 
6d53c843685d735664d6d986e8af76a520372900ea06cb54f86656ebb322d34543aa7aee8417cabb8c81a0ccc3ee3b212114790ff46aeb60cf29071bbf5c0361
+DIST Faker-25.2.0.tar.gz 1760547 BLAKE2B 
cba47dd21caaabef23212d38b856c67d9d68c6478f44269ed0da7df4aa06cd313caef1d8072572c2b680172e6a6313548228cbd446e397b6e29fd3e5317bc707
 SHA512 
bec0a516944f36a4714bcb9b8d46dbd4ab3fb3feb6d4818fd28e9d22d0cfd1621845f669940d41365ec423398ef58714e18de5ae537ce7524cf27018ab088c8f



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-05-08 Thread Michał Górny
commit: 523023757fae66d4b797858e26a12282845df2dd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  9 03:58:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  9 03:58:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52302375

dev-python/Faker: Bump to 25.1.0

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

 dev-python/Faker/Faker-25.1.0.ebuild | 43 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/Faker/Faker-25.1.0.ebuild 
b/dev-python/Faker/Faker-25.1.0.ebuild
new file mode 100644
index ..6677ad70e7c8
--- /dev/null
+++ b/dev-python/Faker/Faker-25.1.0.ebuild
@@ -0,0 +1,43 @@
+# 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 04accb982628..6eb7a72c7e5b 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-24.11.0.tar.gz 1726502 BLAKE2B 
52429b5b0db4e1fd55d2a4b30ed007417f37e36fbec8d4fe43dea316920d85877668f4e66107011fef5874b74b25c1465fcfc0990ee3f40810df064622bb5373
 SHA512 
d5ee8c7c048d113c37b13608406d96966745ab46b095fcb30c9107a27a7af909c9d4d6bf9c7bb478ad7d0604b3cb6b33b93b0ba9e1a321c20870d651f57617a5
 DIST Faker-24.14.1.tar.gz 1759770 BLAKE2B 
e58feb12255de946b6c10cd9e3098f4423a47554e6aafcabb1094c7aab7e0dbbd2eea2077411094611c64b92307060c5da383390dc4a14545a9fe54b654e20e7
 SHA512 
d6afa8c25fe223999bdc776a7c2c12c43e9ad5886d6bb4744fe29c8b358def151b251a37a74a8576e5daedae360c19146f870a1438b63763ffb74b1577a5ae2f
 DIST Faker-25.0.1.tar.gz 1759603 BLAKE2B 
710c362ec8a077880d9728c75d775b318d2c3d65f1bb5488474b2c26fa48094a64e57f667c6b43d841224ced8c08ff98c87677d678e5fb738a3e17c941fcacf7
 SHA512 
0f0cfc86f76584320fc6ab0afae40da8c022b65fca07eff639ba9a89744814afc7f9e37c987a73d0ec025fa971c0468f3b8b026b16dc4a5813bacb9562a33384
+DIST Faker-25.1.0.tar.gz 1760306 BLAKE2B 
eb8a35853f8e70902d8ff59532cc8c5766f6986314b88afb973adfd6c8a0184ebcd9d1eecee1e9dd48bc393ba1270be88a3c3f463df8e0679aff7f00544cfd4d
 SHA512 
6d53c843685d735664d6d986e8af76a520372900ea06cb54f86656ebb322d34543aa7aee8417cabb8c81a0ccc3ee3b212114790ff46aeb60cf29071bbf5c0361



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

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

dev-python/Faker: Remove old

Signed-off-by: Michał Górny  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..
--- 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..
--- 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..
--- 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 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-05-04 Thread Arthur Zamarin
commit: 93724799c49d9a76f8c01cee8a35eb70b7c1afa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  4 07:18:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  4 07:18:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93724799

dev-python/Faker: Stabilize 24.11.0 ALLARCHES, #931185

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-24.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-24.11.0.ebuild 
b/dev-python/Faker/Faker-24.11.0.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-24.11.0.ebuild
+++ b/dev-python/Faker/Faker-24.11.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-05-02 Thread Michał Górny
commit: 5fa1735d3714f2f4e417f04bfa40b6ee587434e0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  3 02:42:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  3 03:28:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa1735d

dev-python/Faker: Bump to 25.0.1

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

 dev-python/Faker/Faker-25.0.1.ebuild | 43 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/Faker/Faker-25.0.1.ebuild 
b/dev-python/Faker/Faker-25.0.1.ebuild
new file mode 100644
index ..6677ad70e7c8
--- /dev/null
+++ b/dev-python/Faker/Faker-25.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 1ced5c733faa..db534fb8887d 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -3,3 +3,4 @@ DIST Faker-24.14.0.tar.gz 1732995 BLAKE2B 
809773a97b417827db72172c3ba68ccf814974
 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-29 Thread Michał Górny
commit: 353fe414b7f7916955ccce1268951ef0ee200486
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 30 04:50:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 30 05:02:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353fe414

dev-python/Faker: Bump to 25.0.0

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

 dev-python/Faker/Faker-25.0.0.ebuild | 43 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/Faker/Faker-25.0.0.ebuild 
b/dev-python/Faker/Faker-25.0.0.ebuild
new file mode 100644
index ..6677ad70e7c8
--- /dev/null
+++ b/dev-python/Faker/Faker-25.0.0.ebuild
@@ -0,0 +1,43 @@
+# 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 aea51bc45180..1ced5c733faa 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -2,3 +2,4 @@ DIST Faker-24.11.0.tar.gz 1726502 BLAKE2B 
52429b5b0db4e1fd55d2a4b30ed007417f37e3
 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-28 Thread Michał Górny
commit: ac48e9b4017f421d61be02d0a801e1daad4f0796
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 29 02:25:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 29 03:27:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac48e9b4

dev-python/Faker: Bump to 24.14.1

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

 dev-python/Faker/Faker-24.14.1.ebuild | 43 +++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/Faker/Faker-24.14.1.ebuild 
b/dev-python/Faker/Faker-24.14.1.ebuild
new file mode 100644
index ..6677ad70e7c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.14.1.ebuild
@@ -0,0 +1,43 @@
+# 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 f328105144da..aea51bc45180 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-25 Thread Arthur Zamarin
commit: 2b7d1ca5d776e6333b735120148025ef8bccba4a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 25 17:23:21 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 25 17:23:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7d1ca5

dev-python/Faker: add 24.14.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-24.14.0.ebuild | 43 +++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/Faker/Faker-24.14.0.ebuild 
b/dev-python/Faker/Faker-24.14.0.ebuild
new file mode 100644
index ..6677ad70e7c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.14.0.ebuild
@@ -0,0 +1,43 @@
+# 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 2a40692c1898..f328105144da 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +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.8.0.tar.gz 1725365 BLAKE2B 
b2646766b993d946bf7965133b7484408370a2e8bed9091b713ffd427d545bb708027066b6787a78cd675659b4d342ac86c9f611aecfb7df3d0565a8066925f0
 SHA512 
d8fe7e411052bec485b40540317c88ff5aeae8a32ef2e53214816b190d4730c9f5af9157ac2c66aba5fbc887e995d0238f71deefdcf67300e49586c7995b60ff



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-24 Thread Michał Górny
commit: 24ea64c492cbead9d50b4c515eea014a52f6c675
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 24 17:04:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 24 17:15:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ea64c4

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-24.4.0.ebuild | 40 
 dev-python/Faker/Faker-24.9.0.ebuild | 40 
 dev-python/Faker/Manifest|  2 --
 3 files changed, 82 deletions(-)

diff --git a/dev-python/Faker/Faker-24.4.0.ebuild 
b/dev-python/Faker/Faker-24.4.0.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-24.4.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-24.9.0.ebuild 
b/dev-python/Faker/Faker-24.9.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-24.9.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/Manifest b/dev-python/Faker/Manifest
index ad8bde575bcb..2a40692c1898 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,4 +1,2 @@
 DIST Faker-24.11.0.tar.gz 1726502 BLAKE2B 
52429b5b0db4e1fd55d2a4b30ed007417f37e36fbec8d4fe43dea316920d85877668f4e66107011fef5874b74b25c1465fcfc0990ee3f40810df064622bb5373
 SHA512 
d5ee8c7c048d113c37b13608406d96966745ab46b095fcb30c9107a27a7af909c9d4d6bf9c7bb478ad7d0604b3cb6b33b93b0ba9e1a321c20870d651f57617a5
-DIST Faker-24.4.0.tar.gz 1724351 BLAKE2B 
2eeb2d660462b0f0b55aadd32768c9a5eaaf22a8036ae203dab7538b8c24f0e6fcdf08533c7737fe597dbe395a00a39c8c2d5e3a823133638a90a9ffa8d32f08
 SHA512 
5ea18faa39cf8506f007557b9a8c84bf2cc21d806a1bf2fcced3d350f96daf3dd6a0a42dfdb7021b72156eb12ad84a930c669df011f39a17f4c290d08675
 DIST Faker-24.8.0.tar.gz 1725365 BLAKE2B 
b2646766b993d946bf7965133b7484408370a2e8bed9091b713ffd427d545bb708027066b6787a78cd675659b4d342ac86c9f611aecfb7df3d0565a8066925f0
 SHA512 
d8fe7e411052bec485b40540317c88ff5aeae8a32ef2e53214816b190d4730c9f5af9157ac2c66aba5fbc887e995d0238f71deefdcf67300e49586c7995b60ff
-DIST Faker-24.9.0.tar.gz 1725521 BLAKE2B 
30486824e1e9a33cb9bf018ebbe9845c65c5fbb797fd75c0798f854c487b5e02b30fad83dd1f94ef4650e5e6ec981ef3318e1b3ec7cc64169e2b3fb7f90a42d8
 SHA512 
18fb6970c90c1048fcfcc9bb3f557eb21374b9e0f128833ac32ad281019059d8a8a3a05a276b72d38bd9bd6315cf0846d7f8111f054191dae1149cdcaf08187d



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-24 Thread Sam James
commit: 9401f85244bf740227975d20405d1b7dabf0e1a8
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 24 15:30:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 24 15:30:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9401f852

dev-python/Faker: Stabilize 24.8.0 ALLARCHES, #930603

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-24.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-24.8.0.ebuild 
b/dev-python/Faker/Faker-24.8.0.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-24.8.0.ebuild
+++ b/dev-python/Faker/Faker-24.8.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-17 Thread Michał Górny
commit: 4fb7cfe28f6bd1fa05ece75082409468dc2303f2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 18 05:17:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 18 05:31:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb7cfe2

dev-python/Faker: Bump to 24.11.0

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

 dev-python/Faker/Faker-24.11.0.ebuild | 40 +++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-24.11.0.ebuild 
b/dev-python/Faker/Faker-24.11.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.11.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 068670fb5187..ad8bde575bcb 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
+DIST Faker-24.11.0.tar.gz 1726502 BLAKE2B 
52429b5b0db4e1fd55d2a4b30ed007417f37e36fbec8d4fe43dea316920d85877668f4e66107011fef5874b74b25c1465fcfc0990ee3f40810df064622bb5373
 SHA512 
d5ee8c7c048d113c37b13608406d96966745ab46b095fcb30c9107a27a7af909c9d4d6bf9c7bb478ad7d0604b3cb6b33b93b0ba9e1a321c20870d651f57617a5
 DIST Faker-24.4.0.tar.gz 1724351 BLAKE2B 
2eeb2d660462b0f0b55aadd32768c9a5eaaf22a8036ae203dab7538b8c24f0e6fcdf08533c7737fe597dbe395a00a39c8c2d5e3a823133638a90a9ffa8d32f08
 SHA512 
5ea18faa39cf8506f007557b9a8c84bf2cc21d806a1bf2fcced3d350f96daf3dd6a0a42dfdb7021b72156eb12ad84a930c669df011f39a17f4c290d08675
 DIST Faker-24.8.0.tar.gz 1725365 BLAKE2B 
b2646766b993d946bf7965133b7484408370a2e8bed9091b713ffd427d545bb708027066b6787a78cd675659b4d342ac86c9f611aecfb7df3d0565a8066925f0
 SHA512 
d8fe7e411052bec485b40540317c88ff5aeae8a32ef2e53214816b190d4730c9f5af9157ac2c66aba5fbc887e995d0238f71deefdcf67300e49586c7995b60ff
 DIST Faker-24.9.0.tar.gz 1725521 BLAKE2B 
30486824e1e9a33cb9bf018ebbe9845c65c5fbb797fd75c0798f854c487b5e02b30fad83dd1f94ef4650e5e6ec981ef3318e1b3ec7cc64169e2b3fb7f90a42d8
 SHA512 
18fb6970c90c1048fcfcc9bb3f557eb21374b9e0f128833ac32ad281019059d8a8a3a05a276b72d38bd9bd6315cf0846d7f8111f054191dae1149cdcaf08187d



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-12 Thread Arthur Zamarin
commit: 9e9adf4e62e923c14c10a4d6d5ab673417094420
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 13 04:57:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 13 05:35:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9adf4e

dev-python/Faker: Bump to 24.9.0

Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-24.9.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-24.9.0.ebuild 
b/dev-python/Faker/Faker-24.9.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.9.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index d01aacb3cd13..068670fb5187 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-24.4.0.tar.gz 1724351 BLAKE2B 
2eeb2d660462b0f0b55aadd32768c9a5eaaf22a8036ae203dab7538b8c24f0e6fcdf08533c7737fe597dbe395a00a39c8c2d5e3a823133638a90a9ffa8d32f08
 SHA512 
5ea18faa39cf8506f007557b9a8c84bf2cc21d806a1bf2fcced3d350f96daf3dd6a0a42dfdb7021b72156eb12ad84a930c669df011f39a17f4c290d08675
 DIST Faker-24.8.0.tar.gz 1725365 BLAKE2B 
b2646766b993d946bf7965133b7484408370a2e8bed9091b713ffd427d545bb708027066b6787a78cd675659b4d342ac86c9f611aecfb7df3d0565a8066925f0
 SHA512 
d8fe7e411052bec485b40540317c88ff5aeae8a32ef2e53214816b190d4730c9f5af9157ac2c66aba5fbc887e995d0238f71deefdcf67300e49586c7995b60ff
+DIST Faker-24.9.0.tar.gz 1725521 BLAKE2B 
30486824e1e9a33cb9bf018ebbe9845c65c5fbb797fd75c0798f854c487b5e02b30fad83dd1f94ef4650e5e6ec981ef3318e1b3ec7cc64169e2b3fb7f90a42d8
 SHA512 
18fb6970c90c1048fcfcc9bb3f557eb21374b9e0f128833ac32ad281019059d8a8a3a05a276b72d38bd9bd6315cf0846d7f8111f054191dae1149cdcaf08187d



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-11 Thread Michał Górny
commit: dd90df75dcf457e0210e053c94455dcb68ca864c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 11 17:12:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 11 19:04:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd90df75

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-24.2.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/Faker/Faker-24.2.0.ebuild 
b/dev-python/Faker/Faker-24.2.0.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-24.2.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/Manifest b/dev-python/Faker/Manifest
index 68a6b60fd2cc..d01aacb3cd13 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,2 @@
-DIST Faker-24.2.0.tar.gz 1723713 BLAKE2B 
75ea69214239084a59284a95a1cb2585671aa770fd78f853030ae7cb32281370e7505ba05262958d3511ea131ebab6ef1175953be6f73a048160eaa8536a6364
 SHA512 
85b5acf252f6163cdd87b8f8269360e6e204899f1645ed0f50302719ad0386e1c1fd766904cb239222c1d6120429f33a69deaf3d331743685333e35e12790a43
 DIST Faker-24.4.0.tar.gz 1724351 BLAKE2B 
2eeb2d660462b0f0b55aadd32768c9a5eaaf22a8036ae203dab7538b8c24f0e6fcdf08533c7737fe597dbe395a00a39c8c2d5e3a823133638a90a9ffa8d32f08
 SHA512 
5ea18faa39cf8506f007557b9a8c84bf2cc21d806a1bf2fcced3d350f96daf3dd6a0a42dfdb7021b72156eb12ad84a930c669df011f39a17f4c290d08675
 DIST Faker-24.8.0.tar.gz 1725365 BLAKE2B 
b2646766b993d946bf7965133b7484408370a2e8bed9091b713ffd427d545bb708027066b6787a78cd675659b4d342ac86c9f611aecfb7df3d0565a8066925f0
 SHA512 
d8fe7e411052bec485b40540317c88ff5aeae8a32ef2e53214816b190d4730c9f5af9157ac2c66aba5fbc887e995d0238f71deefdcf67300e49586c7995b60ff



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-11 Thread Arthur Zamarin
commit: f1259249564a8b5ed91cea53ec1eba3532173063
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 11 16:20:42 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 16:20:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1259249

dev-python/Faker: Stabilize 24.4.0 ALLARCHES, #929152

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-24.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-24.4.0.ebuild 
b/dev-python/Faker/Faker-24.4.0.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-24.4.0.ebuild
+++ b/dev-python/Faker/Faker-24.4.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-04-10 Thread Michał Górny
commit: 32e7a410e2867f4c959684ed111416e90006724b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 06:03:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 06:15:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e7a410

dev-python/Faker: Bump to 24.8.0

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

 dev-python/Faker/Faker-24.8.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-24.8.0.ebuild 
b/dev-python/Faker/Faker-24.8.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.8.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index c5292f3e6d4d..68a6b60fd2cc 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-24.2.0.tar.gz 1723713 BLAKE2B 
75ea69214239084a59284a95a1cb2585671aa770fd78f853030ae7cb32281370e7505ba05262958d3511ea131ebab6ef1175953be6f73a048160eaa8536a6364
 SHA512 
85b5acf252f6163cdd87b8f8269360e6e204899f1645ed0f50302719ad0386e1c1fd766904cb239222c1d6120429f33a69deaf3d331743685333e35e12790a43
 DIST Faker-24.4.0.tar.gz 1724351 BLAKE2B 
2eeb2d660462b0f0b55aadd32768c9a5eaaf22a8036ae203dab7538b8c24f0e6fcdf08533c7737fe597dbe395a00a39c8c2d5e3a823133638a90a9ffa8d32f08
 SHA512 
5ea18faa39cf8506f007557b9a8c84bf2cc21d806a1bf2fcced3d350f96daf3dd6a0a42dfdb7021b72156eb12ad84a930c669df011f39a17f4c290d08675
+DIST Faker-24.8.0.tar.gz 1725365 BLAKE2B 
b2646766b993d946bf7965133b7484408370a2e8bed9091b713ffd427d545bb708027066b6787a78cd675659b4d342ac86c9f611aecfb7df3d0565a8066925f0
 SHA512 
d8fe7e411052bec485b40540317c88ff5aeae8a32ef2e53214816b190d4730c9f5af9157ac2c66aba5fbc887e995d0238f71deefdcf67300e49586c7995b60ff



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-30 Thread Michał Górny
commit: 45262ec183bf9e78114e5e1f33d9e63a196e1033
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:57:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:57:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45262ec1

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-23.3.0.ebuild | 40 
 dev-python/Faker/Faker-24.1.0.ebuild | 40 
 dev-python/Faker/Faker-24.3.0.ebuild | 40 
 dev-python/Faker/Manifest|  3 ---
 4 files changed, 123 deletions(-)

diff --git a/dev-python/Faker/Faker-23.3.0.ebuild 
b/dev-python/Faker/Faker-23.3.0.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-23.3.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-24.1.0.ebuild 
b/dev-python/Faker/Faker-24.1.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-24.1.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-24.3.0.ebuild 
b/dev-python/Faker/Faker-24.3.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-24.3.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/Manifest b/dev-python/Faker/Manifest
index 376fa037ac5c..c5292f3e6d4d 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,5 +1,2 @@
-DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67784b60198323ffae8f8c3a3e82932ebc152893aed40efb5d73e1e775c52b364c62411b59e48ce3d897971ba92
 SHA512 
2bdcf86adae1257ee24df140894451d13854afdde8794d08072b9b572e48fcacb74597f64da9f069e914db0f27c8f4e74d746a25bbee8421310749468b82
-DIST Faker-24.1.0.tar.gz 1716789 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-30 Thread Michał Górny
commit: e0493701e12a51273c92d1d123d2390c11dafa71
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:52:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:53:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0493701

dev-python/Faker: Stabilize 24.2.0 ALLARCHES, #928200

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

 dev-python/Faker/Faker-24.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-24.2.0.ebuild 
b/dev-python/Faker/Faker-24.2.0.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-24.2.0.ebuild
+++ b/dev-python/Faker/Faker-24.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-26 Thread Michał Górny
commit: 21b1c6846e97e121a5054109f9161d805139a863
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 26 06:28:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 26 06:57:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b1c684

dev-python/Faker: Bump to 24.4.0

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

 dev-python/Faker/Faker-24.4.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-24.4.0.ebuild 
b/dev-python/Faker/Faker-24.4.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.4.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 46d427870ed1..376fa037ac5c 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -2,3 +2,4 @@ DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67
 DIST Faker-24.1.0.tar.gz 1716789 BLAKE2B 
60a8571cd9aae2c1a47aabcb50d85507d78b5635332d24036e2b28756c4e7da3950074eff906200b9eefee28d9594dba3df7ee17fd815308e01d1cf8ed422afb
 SHA512 
a467cfab41a074ac88c398640b02898f96ced7150d5989270573fd5765e880e539932046b5829b3428d087b5f6f97c9c5ea51725003abbf2ae06e8862fd86fef
 DIST Faker-24.2.0.tar.gz 1723713 BLAKE2B 
75ea69214239084a59284a95a1cb2585671aa770fd78f853030ae7cb32281370e7505ba05262958d3511ea131ebab6ef1175953be6f73a048160eaa8536a6364
 SHA512 
85b5acf252f6163cdd87b8f8269360e6e204899f1645ed0f50302719ad0386e1c1fd766904cb239222c1d6120429f33a69deaf3d331743685333e35e12790a43
 DIST Faker-24.3.0.tar.gz 1724127 BLAKE2B 
2962a650dc5c09f699a766eb184d07aa28d8a0ef094f28d17e13ccbeadbe9682160e3783196f4259bdf4543710ec23839a85deeb53e668663ed7f0c17f9691fd
 SHA512 
9a5db3bff17901e8841329b776bffd879b0f8c29117c316fb63e01b98d446b663f55a4aef4113682ea2258969de88993be885183bfa335e39955e6f41eee4359
+DIST Faker-24.4.0.tar.gz 1724351 BLAKE2B 
2eeb2d660462b0f0b55aadd32768c9a5eaaf22a8036ae203dab7538b8c24f0e6fcdf08533c7737fe597dbe395a00a39c8c2d5e3a823133638a90a9ffa8d32f08
 SHA512 
5ea18faa39cf8506f007557b9a8c84bf2cc21d806a1bf2fcced3d350f96daf3dd6a0a42dfdb7021b72156eb12ad84a930c669df011f39a17f4c290d08675



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-19 Thread Michał Górny
commit: e950164e10dceff303fa573b31a6af0665978c39
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 19 05:56:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 19 07:19:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e950164e

dev-python/Faker: Bump to 24.3.0

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

 dev-python/Faker/Faker-24.3.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-24.3.0.ebuild 
b/dev-python/Faker/Faker-24.3.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.3.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 4b32189ff037..46d427870ed1 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67784b60198323ffae8f8c3a3e82932ebc152893aed40efb5d73e1e775c52b364c62411b59e48ce3d897971ba92
 SHA512 
2bdcf86adae1257ee24df140894451d13854afdde8794d08072b9b572e48fcacb74597f64da9f069e914db0f27c8f4e74d746a25bbee8421310749468b82
 DIST Faker-24.1.0.tar.gz 1716789 BLAKE2B 
60a8571cd9aae2c1a47aabcb50d85507d78b5635332d24036e2b28756c4e7da3950074eff906200b9eefee28d9594dba3df7ee17fd815308e01d1cf8ed422afb
 SHA512 
a467cfab41a074ac88c398640b02898f96ced7150d5989270573fd5765e880e539932046b5829b3428d087b5f6f97c9c5ea51725003abbf2ae06e8862fd86fef
 DIST Faker-24.2.0.tar.gz 1723713 BLAKE2B 
75ea69214239084a59284a95a1cb2585671aa770fd78f853030ae7cb32281370e7505ba05262958d3511ea131ebab6ef1175953be6f73a048160eaa8536a6364
 SHA512 
85b5acf252f6163cdd87b8f8269360e6e204899f1645ed0f50302719ad0386e1c1fd766904cb239222c1d6120429f33a69deaf3d331743685333e35e12790a43
+DIST Faker-24.3.0.tar.gz 1724127 BLAKE2B 
2962a650dc5c09f699a766eb184d07aa28d8a0ef094f28d17e13ccbeadbe9682160e3783196f4259bdf4543710ec23839a85deeb53e668663ed7f0c17f9691fd
 SHA512 
9a5db3bff17901e8841329b776bffd879b0f8c29117c316fb63e01b98d446b663f55a4aef4113682ea2258969de88993be885183bfa335e39955e6f41eee4359



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-13 Thread Michał Górny
commit: 130b728abaf14d73e534084562298295e7168651
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 14 04:03:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 14 04:12:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130b728a

dev-python/Faker: Bump to 24.2.0

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

 dev-python/Faker/Faker-24.2.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-24.2.0.ebuild 
b/dev-python/Faker/Faker-24.2.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.2.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index c96c3bd05036..4b32189ff037 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67784b60198323ffae8f8c3a3e82932ebc152893aed40efb5d73e1e775c52b364c62411b59e48ce3d897971ba92
 SHA512 
2bdcf86adae1257ee24df140894451d13854afdde8794d08072b9b572e48fcacb74597f64da9f069e914db0f27c8f4e74d746a25bbee8421310749468b82
 DIST Faker-24.1.0.tar.gz 1716789 BLAKE2B 
60a8571cd9aae2c1a47aabcb50d85507d78b5635332d24036e2b28756c4e7da3950074eff906200b9eefee28d9594dba3df7ee17fd815308e01d1cf8ed422afb
 SHA512 
a467cfab41a074ac88c398640b02898f96ced7150d5989270573fd5765e880e539932046b5829b3428d087b5f6f97c9c5ea51725003abbf2ae06e8862fd86fef
+DIST Faker-24.2.0.tar.gz 1723713 BLAKE2B 
75ea69214239084a59284a95a1cb2585671aa770fd78f853030ae7cb32281370e7505ba05262958d3511ea131ebab6ef1175953be6f73a048160eaa8536a6364
 SHA512 
85b5acf252f6163cdd87b8f8269360e6e204899f1645ed0f50302719ad0386e1c1fd766904cb239222c1d6120429f33a69deaf3d331743685333e35e12790a43



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-13 Thread Michał Górny
commit: 370a88ba50eabb6432fa6617eaec9d3d20ce56e3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 14:57:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 15:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370a88ba

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-23.2.1.ebuild | 40 
 dev-python/Faker/Faker-24.0.0.ebuild | 40 
 dev-python/Faker/Manifest|  2 --
 3 files changed, 82 deletions(-)

diff --git a/dev-python/Faker/Faker-23.2.1.ebuild 
b/dev-python/Faker/Faker-23.2.1.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-23.2.1.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-24.0.0.ebuild 
b/dev-python/Faker/Faker-24.0.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-24.0.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/Manifest b/dev-python/Faker/Manifest
index 7ecaaa45b037..c96c3bd05036 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,4 +1,2 @@
-DIST Faker-23.2.1.tar.gz 1708603 BLAKE2B 
94759727bb7feb520d51c3a52e50e01bad164cc3f262620d9f106f4746e68b298447d678dba7a5af9a80d0fdd7d9981f57ca50e27ab10671caec52c34e0442ee
 SHA512 
1fefc84bed97e012c4e07117d62a6e0970e1be9d1c2b6f09db497b0d5ba66a2b2b0f3ba806926621d59dc0753a8b8c9caacefa15fbb23c755f110c5ef908975d
 DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67784b60198323ffae8f8c3a3e82932ebc152893aed40efb5d73e1e775c52b364c62411b59e48ce3d897971ba92
 SHA512 
2bdcf86adae1257ee24df140894451d13854afdde8794d08072b9b572e48fcacb74597f64da9f069e914db0f27c8f4e74d746a25bbee8421310749468b82
-DIST Faker-24.0.0.tar.gz 1716657 BLAKE2B 
6dd4ff39e2d7ecd941a1c12c34894f092603f00331e147aa3056a3a15eb7a06c88ccf5a9fc1b754299bd5e3a707b7b95f7842c5eeb00dc2089f065bfca0c
 SHA512 
cd764feb37863f98038d9b9da8c41967e9e8fc1fd250a92b3cea376610ecda3f90fd691297c824fe83845fc0bc0a8d859f96512ee2b6b720d4e12f2cd8d6c8d3
 DIST Faker-24.1.0.tar.gz 1716789 BLAKE2B 
60a8571cd9aae2c1a47aabcb50d85507d78b5635332d24036e2b28756c4e7da3950074eff906200b9eefee28d9594dba3df7ee17fd815308e01d1cf8ed422afb
 SHA512 
a467cfab41a074ac88c398640b02898f96ced7150d5989270573fd5765e880e539932046b5829b3428d087b5f6f97c9c5ea51725003abbf2ae06e8862fd86fef



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-13 Thread Arthur Zamarin
commit: 07cf3fbff1145e35bbbf3f091dc15ad63087b80b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 13 13:49:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 13 13:49:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cf3fbf

dev-python/Faker: Stabilize 23.3.0 ALLARCHES, #926921

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-23.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-23.3.0.ebuild 
b/dev-python/Faker/Faker-23.3.0.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-23.3.0.ebuild
+++ b/dev-python/Faker/Faker-23.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-08 Thread Michał Górny
commit: 1f855e815a19c2386f3015a94ccea0ba990692cb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 06:14:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 07:18:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f855e81

dev-python/Faker: Bump to 24.1.0

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

 dev-python/Faker/Faker-24.1.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-24.1.0.ebuild 
b/dev-python/Faker/Faker-24.1.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.1.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index fd4a609f652b..7ecaaa45b037 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-23.2.1.tar.gz 1708603 BLAKE2B 
94759727bb7feb520d51c3a52e50e01bad164cc3f262620d9f106f4746e68b298447d678dba7a5af9a80d0fdd7d9981f57ca50e27ab10671caec52c34e0442ee
 SHA512 
1fefc84bed97e012c4e07117d62a6e0970e1be9d1c2b6f09db497b0d5ba66a2b2b0f3ba806926621d59dc0753a8b8c9caacefa15fbb23c755f110c5ef908975d
 DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67784b60198323ffae8f8c3a3e82932ebc152893aed40efb5d73e1e775c52b364c62411b59e48ce3d897971ba92
 SHA512 
2bdcf86adae1257ee24df140894451d13854afdde8794d08072b9b572e48fcacb74597f64da9f069e914db0f27c8f4e74d746a25bbee8421310749468b82
 DIST Faker-24.0.0.tar.gz 1716657 BLAKE2B 
6dd4ff39e2d7ecd941a1c12c34894f092603f00331e147aa3056a3a15eb7a06c88ccf5a9fc1b754299bd5e3a707b7b95f7842c5eeb00dc2089f065bfca0c
 SHA512 
cd764feb37863f98038d9b9da8c41967e9e8fc1fd250a92b3cea376610ecda3f90fd691297c824fe83845fc0bc0a8d859f96512ee2b6b720d4e12f2cd8d6c8d3
+DIST Faker-24.1.0.tar.gz 1716789 BLAKE2B 
60a8571cd9aae2c1a47aabcb50d85507d78b5635332d24036e2b28756c4e7da3950074eff906200b9eefee28d9594dba3df7ee17fd815308e01d1cf8ed422afb
 SHA512 
a467cfab41a074ac88c398640b02898f96ced7150d5989270573fd5765e880e539932046b5829b3428d087b5f6f97c9c5ea51725003abbf2ae06e8862fd86fef



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-04 Thread Michał Górny
commit: 3ca008093aeb06290112de142689b5054576527c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  5 04:55:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  5 05:18:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca00809

dev-python/Faker: Bump to 24.0.0

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

 dev-python/Faker/Faker-24.0.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-24.0.0.ebuild 
b/dev-python/Faker/Faker-24.0.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-24.0.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 974e50c8f5c0..fd4a609f652b 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-23.2.1.tar.gz 1708603 BLAKE2B 
94759727bb7feb520d51c3a52e50e01bad164cc3f262620d9f106f4746e68b298447d678dba7a5af9a80d0fdd7d9981f57ca50e27ab10671caec52c34e0442ee
 SHA512 
1fefc84bed97e012c4e07117d62a6e0970e1be9d1c2b6f09db497b0d5ba66a2b2b0f3ba806926621d59dc0753a8b8c9caacefa15fbb23c755f110c5ef908975d
 DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67784b60198323ffae8f8c3a3e82932ebc152893aed40efb5d73e1e775c52b364c62411b59e48ce3d897971ba92
 SHA512 
2bdcf86adae1257ee24df140894451d13854afdde8794d08072b9b572e48fcacb74597f64da9f069e914db0f27c8f4e74d746a25bbee8421310749468b82
+DIST Faker-24.0.0.tar.gz 1716657 BLAKE2B 
6dd4ff39e2d7ecd941a1c12c34894f092603f00331e147aa3056a3a15eb7a06c88ccf5a9fc1b754299bd5e3a707b7b95f7842c5eeb00dc2089f065bfca0c
 SHA512 
cd764feb37863f98038d9b9da8c41967e9e8fc1fd250a92b3cea376610ecda3f90fd691297c824fe83845fc0bc0a8d859f96512ee2b6b720d4e12f2cd8d6c8d3



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-02 Thread Michał Górny
commit: dc39c3822da22f4475bda358bb9b97e5fd3e032a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  2 11:35:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  2 11:43:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc39c382

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-22.7.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/Faker/Faker-22.7.0.ebuild 
b/dev-python/Faker/Faker-22.7.0.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-22.7.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/Manifest b/dev-python/Faker/Manifest
index f16e17455e5a..974e50c8f5c0 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,2 @@
-DIST Faker-22.7.0.tar.gz 1705221 BLAKE2B 
9c41a053de75ca238399140531e7d37148ffa358f3ead37cc1aeb32bab74f096689bdcd160372419aed3a541f1aa367e891735e68d384e1c559634e2630e9659
 SHA512 
38cf655acf23568f0e1b275475461a9272e500c60330d7fc6a0b0db2977d4ea5762bf07cbc24ebe30fcb771cd90579611addce513b80166dbe70554b297c2109
 DIST Faker-23.2.1.tar.gz 1708603 BLAKE2B 
94759727bb7feb520d51c3a52e50e01bad164cc3f262620d9f106f4746e68b298447d678dba7a5af9a80d0fdd7d9981f57ca50e27ab10671caec52c34e0442ee
 SHA512 
1fefc84bed97e012c4e07117d62a6e0970e1be9d1c2b6f09db497b0d5ba66a2b2b0f3ba806926621d59dc0753a8b8c9caacefa15fbb23c755f110c5ef908975d
 DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67784b60198323ffae8f8c3a3e82932ebc152893aed40efb5d73e1e775c52b364c62411b59e48ce3d897971ba92
 SHA512 
2bdcf86adae1257ee24df140894451d13854afdde8794d08072b9b572e48fcacb74597f64da9f069e914db0f27c8f4e74d746a25bbee8421310749468b82



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-03-02 Thread Arthur Zamarin
commit: a04fa543d4af8d6ebe6f1f42540f14da309eecbb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 10:11:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 10:11:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04fa543

dev-python/Faker: Stabilize 23.2.1 ALLARCHES, #926008

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-23.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-23.2.1.ebuild 
b/dev-python/Faker/Faker-23.2.1.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-23.2.1.ebuild
+++ b/dev-python/Faker/Faker-23.2.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-27 Thread Michał Górny
commit: d4997225b829df99dac842eddca7bed54231421d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 02:59:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 04:02:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4997225

dev-python/Faker: Bump to 23.3.0

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

 dev-python/Faker/Faker-23.3.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-23.3.0.ebuild 
b/dev-python/Faker/Faker-23.3.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-23.3.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 15ca7b4ae1da..f16e17455e5a 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-22.7.0.tar.gz 1705221 BLAKE2B 
9c41a053de75ca238399140531e7d37148ffa358f3ead37cc1aeb32bab74f096689bdcd160372419aed3a541f1aa367e891735e68d384e1c559634e2630e9659
 SHA512 
38cf655acf23568f0e1b275475461a9272e500c60330d7fc6a0b0db2977d4ea5762bf07cbc24ebe30fcb771cd90579611addce513b80166dbe70554b297c2109
 DIST Faker-23.2.1.tar.gz 1708603 BLAKE2B 
94759727bb7feb520d51c3a52e50e01bad164cc3f262620d9f106f4746e68b298447d678dba7a5af9a80d0fdd7d9981f57ca50e27ab10671caec52c34e0442ee
 SHA512 
1fefc84bed97e012c4e07117d62a6e0970e1be9d1c2b6f09db497b0d5ba66a2b2b0f3ba806926621d59dc0753a8b8c9caacefa15fbb23c755f110c5ef908975d
+DIST Faker-23.3.0.tar.gz 1716346 BLAKE2B 
21be02c45fdaeed398ce157b9874985791dff67784b60198323ffae8f8c3a3e82932ebc152893aed40efb5d73e1e775c52b364c62411b59e48ce3d897971ba92
 SHA512 
2bdcf86adae1257ee24df140894451d13854afdde8794d08072b9b572e48fcacb74597f64da9f069e914db0f27c8f4e74d746a25bbee8421310749468b82



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-20 Thread Michał Górny
commit: 5cb74a3aa1fe34c19132c6924d986c28f74f2c98
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 20 08:57:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 20 09:08:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb74a3a

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-22.5.1.ebuild | 40 
 dev-python/Faker/Faker-22.6.0.ebuild | 40 
 dev-python/Faker/Faker-23.0.0.ebuild | 40 
 dev-python/Faker/Faker-23.1.0.ebuild | 40 
 dev-python/Faker/Faker-23.2.0.ebuild | 40 
 dev-python/Faker/Manifest|  5 -
 6 files changed, 205 deletions(-)

diff --git a/dev-python/Faker/Faker-22.5.1.ebuild 
b/dev-python/Faker/Faker-22.5.1.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-22.5.1.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-22.6.0.ebuild 
b/dev-python/Faker/Faker-22.6.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-22.6.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-23.0.0.ebuild 
b/dev-python/Faker/Faker-23.0.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-23.0.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-23.1.0.ebuild 
b/dev-python/Faker/Faker-23.1.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-23.1.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 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-19 Thread Sam James
commit: d53d2a23456749add95d932d3148fe4898ff2c84
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 20 07:39:52 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 20 07:40:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53d2a23

dev-python/Faker: Stabilize 22.7.0 ALLARCHES, #925063

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-22.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-22.7.0.ebuild 
b/dev-python/Faker/Faker-22.7.0.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-22.7.0.ebuild
+++ b/dev-python/Faker/Faker-22.7.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-16 Thread Michał Górny
commit: e89eec1963dc99db5bbf1e9652a3ef51ca5ab145
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 17 05:44:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 17 06:10:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89eec19

dev-python/Faker: Bump to 23.2.1

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

 dev-python/Faker/Faker-23.2.1.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-23.2.1.ebuild 
b/dev-python/Faker/Faker-23.2.1.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-23.2.1.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 05945c117373..18948c7f6915 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -4,3 +4,4 @@ DIST Faker-22.7.0.tar.gz 1705221 BLAKE2B 
9c41a053de75ca238399140531e7d37148ffa35
 DIST Faker-23.0.0.tar.gz 1705271 BLAKE2B 
0c83bf26ef1005a00c132e4634a617aef659cfb0ce59d67dd0d63d80371ab58b963417c5e26c5d8ef945bbb1a57db408424f0360327035844654e90338d49eff
 SHA512 
f385c839d3d6cd5103e7a5e92dfda0581e1cd2e5e9270c678524ccaa7b97ddfc666423c2ae02605ed1d2c1c2a04dbda482323e40fb3c9854bf48b3208793f8d6
 DIST Faker-23.1.0.tar.gz 1708228 BLAKE2B 
c72883e054b9e5e9f77de76ce354b7518038c055c6c034e091cbf89246a192c26896e427a9dd48981327498c8fcf63cd1b87b7e25647ce84606d4ba1bedfae51
 SHA512 
84fbf69d3911f21f98cd14926aad12c1da5be083c0820332bbd1212a995b7995960d7635b54f74b6ee125cfa8e81b991026647c46fa9035f6506bb8a853f4908
 DIST Faker-23.2.0.tar.gz 1708429 BLAKE2B 
053b8300ebae3c1b1012c5314305e57e224c0fd46893d29063fc1fcf763aaf985b242e8d028185031c68d1735d4155ecbb6241bc96b12e7fa279ad4ca7ca34e1
 SHA512 
7046f66f344dc9bbe4c8ee8586aae8c03e7eaac4e472e08b8f10206cde40a2741ed9ac2891239e61fc9a4cfee5590caff086ca065d833c58517a2476573c494c
+DIST Faker-23.2.1.tar.gz 1708603 BLAKE2B 
94759727bb7feb520d51c3a52e50e01bad164cc3f262620d9f106f4746e68b298447d678dba7a5af9a80d0fdd7d9981f57ca50e27ab10671caec52c34e0442ee
 SHA512 
1fefc84bed97e012c4e07117d62a6e0970e1be9d1c2b6f09db497b0d5ba66a2b2b0f3ba806926621d59dc0753a8b8c9caacefa15fbb23c755f110c5ef908975d



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-14 Thread Michał Górny
commit: 8f4c2e1c767dd9bc9bb28924bdf53d8fce881ad7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 15 03:53:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 15 04:10:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4c2e1c

dev-python/Faker: Bump to 23.2.0

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

 dev-python/Faker/Faker-23.2.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-23.2.0.ebuild 
b/dev-python/Faker/Faker-23.2.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-23.2.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 7965cc957647..05945c117373 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -3,3 +3,4 @@ DIST Faker-22.6.0.tar.gz 1703974 BLAKE2B 
b6deb022fd38f52baf9a76e697451ca4ba175e5
 DIST Faker-22.7.0.tar.gz 1705221 BLAKE2B 
9c41a053de75ca238399140531e7d37148ffa358f3ead37cc1aeb32bab74f096689bdcd160372419aed3a541f1aa367e891735e68d384e1c559634e2630e9659
 SHA512 
38cf655acf23568f0e1b275475461a9272e500c60330d7fc6a0b0db2977d4ea5762bf07cbc24ebe30fcb771cd90579611addce513b80166dbe70554b297c2109
 DIST Faker-23.0.0.tar.gz 1705271 BLAKE2B 
0c83bf26ef1005a00c132e4634a617aef659cfb0ce59d67dd0d63d80371ab58b963417c5e26c5d8ef945bbb1a57db408424f0360327035844654e90338d49eff
 SHA512 
f385c839d3d6cd5103e7a5e92dfda0581e1cd2e5e9270c678524ccaa7b97ddfc666423c2ae02605ed1d2c1c2a04dbda482323e40fb3c9854bf48b3208793f8d6
 DIST Faker-23.1.0.tar.gz 1708228 BLAKE2B 
c72883e054b9e5e9f77de76ce354b7518038c055c6c034e091cbf89246a192c26896e427a9dd48981327498c8fcf63cd1b87b7e25647ce84606d4ba1bedfae51
 SHA512 
84fbf69d3911f21f98cd14926aad12c1da5be083c0820332bbd1212a995b7995960d7635b54f74b6ee125cfa8e81b991026647c46fa9035f6506bb8a853f4908
+DIST Faker-23.2.0.tar.gz 1708429 BLAKE2B 
053b8300ebae3c1b1012c5314305e57e224c0fd46893d29063fc1fcf763aaf985b242e8d028185031c68d1735d4155ecbb6241bc96b12e7fa279ad4ca7ca34e1
 SHA512 
7046f66f344dc9bbe4c8ee8586aae8c03e7eaac4e472e08b8f10206cde40a2741ed9ac2891239e61fc9a4cfee5590caff086ca065d833c58517a2476573c494c



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-11 Thread Michał Górny
commit: ed069406b88ea9164296da92607cf8754e650c75
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 13:11:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 13:11:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed069406

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-22.4.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/Faker/Faker-22.4.0.ebuild 
b/dev-python/Faker/Faker-22.4.0.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-22.4.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/Manifest b/dev-python/Faker/Manifest
index a7057d8cdb00..7965cc957647 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,4 +1,3 @@
-DIST Faker-22.4.0.tar.gz 1702616 BLAKE2B 
1a50724c0c8faaf4b2e72d3b23f242be19862133c79a1d49b8919512355ec84d565768b1c0868f287708880a13e833bab4dc911a9f4df53d9a225fa3ea75e00c
 SHA512 
a8531b839c46c0403c37d1f5d58b026a2f8bf9ef66c4ce6302673dc7988250d51d069740bf783abf5b610afc2d01e23aa769c7d32ee03927befb13a610adc586
 DIST Faker-22.5.1.tar.gz 1703337 BLAKE2B 
603b06512deb04c6e320904aa32b7e210ecbe270ae634814adeaa420d2af342d44744755ad7ae575ef7902bd3ad6d117c88814bb13a1d84952509ec881b402f9
 SHA512 
469cf1af9535be0610c1b8750874b1623b0746b762a995805a86a9bdb54a2a8cd3d4118254b1a75240f24a6294629669aae3b6e062e8b229eba30de56cb2bbf8
 DIST Faker-22.6.0.tar.gz 1703974 BLAKE2B 
b6deb022fd38f52baf9a76e697451ca4ba175e530c3c232d09722f1f809de779d7885b92d1b87be64d9b87da2a7bda80af6cb5968faa55c60547156a5a7c63b7
 SHA512 
100db2723e4e6961ea239bd1c083cc8ed90cec2af3a8fb82c77df4cd2faec10b51f6cc5ff502e3afaf4d53142f6eaf04b1c6bd955ae8173e5c2f7b19bb7cf561
 DIST Faker-22.7.0.tar.gz 1705221 BLAKE2B 
9c41a053de75ca238399140531e7d37148ffa358f3ead37cc1aeb32bab74f096689bdcd160372419aed3a541f1aa367e891735e68d384e1c559634e2630e9659
 SHA512 
38cf655acf23568f0e1b275475461a9272e500c60330d7fc6a0b0db2977d4ea5762bf07cbc24ebe30fcb771cd90579611addce513b80166dbe70554b297c2109



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-10 Thread Sam James
commit: a270ee6334f4ab0f42f918cc0aac1947b31f3a33
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 11 06:00:36 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 11 06:00:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a270ee63

dev-python/Faker: Stabilize 22.5.1 ALLARCHES, #924264

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-22.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-22.5.1.ebuild 
b/dev-python/Faker/Faker-22.5.1.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-22.5.1.ebuild
+++ b/dev-python/Faker/Faker-22.5.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-07 Thread Michał Górny
commit: 0eaaf040ea7193279901a74a4c169612fdd31eb1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 04:08:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 04:22:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eaaf040

dev-python/Faker: Bump to 23.1.0

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

 dev-python/Faker/Faker-23.1.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-23.1.0.ebuild 
b/dev-python/Faker/Faker-23.1.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-23.1.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index e4d4b3923410..a7057d8cdb00 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -3,3 +3,4 @@ DIST Faker-22.5.1.tar.gz 1703337 BLAKE2B 
603b06512deb04c6e320904aa32b7e210ecbe27
 DIST Faker-22.6.0.tar.gz 1703974 BLAKE2B 
b6deb022fd38f52baf9a76e697451ca4ba175e530c3c232d09722f1f809de779d7885b92d1b87be64d9b87da2a7bda80af6cb5968faa55c60547156a5a7c63b7
 SHA512 
100db2723e4e6961ea239bd1c083cc8ed90cec2af3a8fb82c77df4cd2faec10b51f6cc5ff502e3afaf4d53142f6eaf04b1c6bd955ae8173e5c2f7b19bb7cf561
 DIST Faker-22.7.0.tar.gz 1705221 BLAKE2B 
9c41a053de75ca238399140531e7d37148ffa358f3ead37cc1aeb32bab74f096689bdcd160372419aed3a541f1aa367e891735e68d384e1c559634e2630e9659
 SHA512 
38cf655acf23568f0e1b275475461a9272e500c60330d7fc6a0b0db2977d4ea5762bf07cbc24ebe30fcb771cd90579611addce513b80166dbe70554b297c2109
 DIST Faker-23.0.0.tar.gz 1705271 BLAKE2B 
0c83bf26ef1005a00c132e4634a617aef659cfb0ce59d67dd0d63d80371ab58b963417c5e26c5d8ef945bbb1a57db408424f0360327035844654e90338d49eff
 SHA512 
f385c839d3d6cd5103e7a5e92dfda0581e1cd2e5e9270c678524ccaa7b97ddfc666423c2ae02605ed1d2c1c2a04dbda482323e40fb3c9854bf48b3208793f8d6
+DIST Faker-23.1.0.tar.gz 1708228 BLAKE2B 
c72883e054b9e5e9f77de76ce354b7518038c055c6c034e091cbf89246a192c26896e427a9dd48981327498c8fcf63cd1b87b7e25647ce84606d4ba1bedfae51
 SHA512 
84fbf69d3911f21f98cd14926aad12c1da5be083c0820332bbd1212a995b7995960d7635b54f74b6ee125cfa8e81b991026647c46fa9035f6506bb8a853f4908



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-06 Thread Michał Górny
commit: a1b07b110e04422c4e64a32893611aaffc58f7e4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  7 06:57:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  7 07:39:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b07b11

dev-python/Faker: Bump to 23.0.0

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

 dev-python/Faker/Faker-23.0.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-23.0.0.ebuild 
b/dev-python/Faker/Faker-23.0.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-23.0.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 8e20f6b70284..e4d4b3923410 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -2,3 +2,4 @@ DIST Faker-22.4.0.tar.gz 1702616 BLAKE2B 
1a50724c0c8faaf4b2e72d3b23f242be1986213
 DIST Faker-22.5.1.tar.gz 1703337 BLAKE2B 
603b06512deb04c6e320904aa32b7e210ecbe270ae634814adeaa420d2af342d44744755ad7ae575ef7902bd3ad6d117c88814bb13a1d84952509ec881b402f9
 SHA512 
469cf1af9535be0610c1b8750874b1623b0746b762a995805a86a9bdb54a2a8cd3d4118254b1a75240f24a6294629669aae3b6e062e8b229eba30de56cb2bbf8
 DIST Faker-22.6.0.tar.gz 1703974 BLAKE2B 
b6deb022fd38f52baf9a76e697451ca4ba175e530c3c232d09722f1f809de779d7885b92d1b87be64d9b87da2a7bda80af6cb5968faa55c60547156a5a7c63b7
 SHA512 
100db2723e4e6961ea239bd1c083cc8ed90cec2af3a8fb82c77df4cd2faec10b51f6cc5ff502e3afaf4d53142f6eaf04b1c6bd955ae8173e5c2f7b19bb7cf561
 DIST Faker-22.7.0.tar.gz 1705221 BLAKE2B 
9c41a053de75ca238399140531e7d37148ffa358f3ead37cc1aeb32bab74f096689bdcd160372419aed3a541f1aa367e891735e68d384e1c559634e2630e9659
 SHA512 
38cf655acf23568f0e1b275475461a9272e500c60330d7fc6a0b0db2977d4ea5762bf07cbc24ebe30fcb771cd90579611addce513b80166dbe70554b297c2109
+DIST Faker-23.0.0.tar.gz 1705271 BLAKE2B 
0c83bf26ef1005a00c132e4634a617aef659cfb0ce59d67dd0d63d80371ab58b963417c5e26c5d8ef945bbb1a57db408424f0360327035844654e90338d49eff
 SHA512 
f385c839d3d6cd5103e7a5e92dfda0581e1cd2e5e9270c678524ccaa7b97ddfc666423c2ae02605ed1d2c1c2a04dbda482323e40fb3c9854bf48b3208793f8d6



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-05 Thread Michał Górny
commit: 0423479e17b1dae1088992bf1ece0f776715eaeb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  6 02:10:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  6 02:46:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0423479e

dev-python/Faker: Bump to 22.7.0

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

 dev-python/Faker/Faker-22.7.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-22.7.0.ebuild 
b/dev-python/Faker/Faker-22.7.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-22.7.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index e5745dc20ed1..8e20f6b70284 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-22.4.0.tar.gz 1702616 BLAKE2B 
1a50724c0c8faaf4b2e72d3b23f242be19862133c79a1d49b8919512355ec84d565768b1c0868f287708880a13e833bab4dc911a9f4df53d9a225fa3ea75e00c
 SHA512 
a8531b839c46c0403c37d1f5d58b026a2f8bf9ef66c4ce6302673dc7988250d51d069740bf783abf5b610afc2d01e23aa769c7d32ee03927befb13a610adc586
 DIST Faker-22.5.1.tar.gz 1703337 BLAKE2B 
603b06512deb04c6e320904aa32b7e210ecbe270ae634814adeaa420d2af342d44744755ad7ae575ef7902bd3ad6d117c88814bb13a1d84952509ec881b402f9
 SHA512 
469cf1af9535be0610c1b8750874b1623b0746b762a995805a86a9bdb54a2a8cd3d4118254b1a75240f24a6294629669aae3b6e062e8b229eba30de56cb2bbf8
 DIST Faker-22.6.0.tar.gz 1703974 BLAKE2B 
b6deb022fd38f52baf9a76e697451ca4ba175e530c3c232d09722f1f809de779d7885b92d1b87be64d9b87da2a7bda80af6cb5968faa55c60547156a5a7c63b7
 SHA512 
100db2723e4e6961ea239bd1c083cc8ed90cec2af3a8fb82c77df4cd2faec10b51f6cc5ff502e3afaf4d53142f6eaf04b1c6bd955ae8173e5c2f7b19bb7cf561
+DIST Faker-22.7.0.tar.gz 1705221 BLAKE2B 
9c41a053de75ca238399140531e7d37148ffa358f3ead37cc1aeb32bab74f096689bdcd160372419aed3a541f1aa367e891735e68d384e1c559634e2630e9659
 SHA512 
38cf655acf23568f0e1b275475461a9272e500c60330d7fc6a0b0db2977d4ea5762bf07cbc24ebe30fcb771cd90579611addce513b80166dbe70554b297c2109



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-03 Thread Michał Górny
commit: 3dbdfbe6d24c8efbcda91f6bb2b372bbfd813fea
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 09:09:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 09:09:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbdfbe6

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-22.0.0.ebuild | 40 
 dev-python/Faker/Faker-22.2.0.ebuild | 40 
 dev-python/Faker/Faker-22.5.0.ebuild | 40 
 dev-python/Faker/Manifest|  3 ---
 4 files changed, 123 deletions(-)

diff --git a/dev-python/Faker/Faker-22.0.0.ebuild 
b/dev-python/Faker/Faker-22.0.0.ebuild
deleted file mode 100644
index 95ff3728fb55..
--- a/dev-python/Faker/Faker-22.0.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-22.2.0.ebuild 
b/dev-python/Faker/Faker-22.2.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-22.2.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-22.5.0.ebuild 
b/dev-python/Faker/Faker-22.5.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-22.5.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/Manifest b/dev-python/Faker/Manifest
index 5f46d5572961..e5745dc20ed1 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,6 +1,3 @@
-DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdeaff5967b94b3dcc62e08b274f9647ab19b9fa252ccf0f6f821da93ad474c2dddce3c07813048cd910b96d6c68a
 SHA512 
b1539ca7b37d14dcbb06a4dbc198dfacaf4f0d7189f8e8a8986b42ac44780fa1b78c5b02d6f7a289c68a190a83e439f76a92587ee582105c4001246a39d046ce
-DIST Faker-22.2.0.tar.gz 1702497 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-02-03 Thread Arthur Zamarin
commit: 20258e6120391ea5f5792b8bc7b66b0457e5ff2b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 08:22:06 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 08:22:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20258e61

dev-python/Faker: Stabilize 22.4.0 ALLARCHES, #923663

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-22.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-22.4.0.ebuild 
b/dev-python/Faker/Faker-22.4.0.ebuild
index 4a85c701f3c8..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-22.4.0.ebuild
+++ b/dev-python/Faker/Faker-22.4.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-01-29 Thread Michał Górny
commit: e212394e1523960c1dc47eb96412fcc787c82f8c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 30 03:50:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 30 04:06:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e212394e

dev-python/Faker: Bump to 22.6.0

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

 dev-python/Faker/Faker-22.6.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-22.6.0.ebuild 
b/dev-python/Faker/Faker-22.6.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-22.6.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index fe576dcc7def..5f46d5572961 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -3,3 +3,4 @@ DIST Faker-22.2.0.tar.gz 1702497 BLAKE2B 
ed5d215399d168b79661a5db5a0b7c9a8321f5f
 DIST Faker-22.4.0.tar.gz 1702616 BLAKE2B 
1a50724c0c8faaf4b2e72d3b23f242be19862133c79a1d49b8919512355ec84d565768b1c0868f287708880a13e833bab4dc911a9f4df53d9a225fa3ea75e00c
 SHA512 
a8531b839c46c0403c37d1f5d58b026a2f8bf9ef66c4ce6302673dc7988250d51d069740bf783abf5b610afc2d01e23aa769c7d32ee03927befb13a610adc586
 DIST Faker-22.5.0.tar.gz 1703089 BLAKE2B 
8c03883f60fa7ab39cc4dee6f73907b34d8b8a7a2f2f55f3842e9807625ff92dff5e3268f4f48048483ec707f4e0c0d4fb4d4c8b6a52f86ec204b8dbd4cad9b9
 SHA512 
b3ed913304cca9768b79685e449f49c56ad94274e213d77f64afe713b765e128dd5ef8d0a3519c87ae5d4f567c64e2f8734972c95072f7a23119cc76cf09
 DIST Faker-22.5.1.tar.gz 1703337 BLAKE2B 
603b06512deb04c6e320904aa32b7e210ecbe270ae634814adeaa420d2af342d44744755ad7ae575ef7902bd3ad6d117c88814bb13a1d84952509ec881b402f9
 SHA512 
469cf1af9535be0610c1b8750874b1623b0746b762a995805a86a9bdb54a2a8cd3d4118254b1a75240f24a6294629669aae3b6e062e8b229eba30de56cb2bbf8
+DIST Faker-22.6.0.tar.gz 1703974 BLAKE2B 
b6deb022fd38f52baf9a76e697451ca4ba175e530c3c232d09722f1f809de779d7885b92d1b87be64d9b87da2a7bda80af6cb5968faa55c60547156a5a7c63b7
 SHA512 
100db2723e4e6961ea239bd1c083cc8ed90cec2af3a8fb82c77df4cd2faec10b51f6cc5ff502e3afaf4d53142f6eaf04b1c6bd955ae8173e5c2f7b19bb7cf561



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-01-23 Thread Michał Górny
commit: 1122b29c82590fdd09c1d8f9a83e99e71c60a896
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 24 06:39:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 24 07:01:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1122b29c

dev-python/Faker: Bump to 22.5.1

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

 dev-python/Faker/Faker-22.5.1.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-22.5.1.ebuild 
b/dev-python/Faker/Faker-22.5.1.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-22.5.1.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index b964a3c784b0..fe576dcc7def 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -2,3 +2,4 @@ DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdea
 DIST Faker-22.2.0.tar.gz 1702497 BLAKE2B 
ed5d215399d168b79661a5db5a0b7c9a8321f5fdba30041eb6640cc9e6700d838aa7291060b022cc76a44ce2dd3c28eabbe30be35e4b0311edf4c09f4c523042
 SHA512 
c9a97a29885d73cbd9920938574e7615be43243a4d524391a4e51a1dcf8ca3188a9606094e715773fbd81740145813b1920ac35e99e49dc932d95045e14fa546
 DIST Faker-22.4.0.tar.gz 1702616 BLAKE2B 
1a50724c0c8faaf4b2e72d3b23f242be19862133c79a1d49b8919512355ec84d565768b1c0868f287708880a13e833bab4dc911a9f4df53d9a225fa3ea75e00c
 SHA512 
a8531b839c46c0403c37d1f5d58b026a2f8bf9ef66c4ce6302673dc7988250d51d069740bf783abf5b610afc2d01e23aa769c7d32ee03927befb13a610adc586
 DIST Faker-22.5.0.tar.gz 1703089 BLAKE2B 
8c03883f60fa7ab39cc4dee6f73907b34d8b8a7a2f2f55f3842e9807625ff92dff5e3268f4f48048483ec707f4e0c0d4fb4d4c8b6a52f86ec204b8dbd4cad9b9
 SHA512 
b3ed913304cca9768b79685e449f49c56ad94274e213d77f64afe713b765e128dd5ef8d0a3519c87ae5d4f567c64e2f8734972c95072f7a23119cc76cf09
+DIST Faker-22.5.1.tar.gz 1703337 BLAKE2B 
603b06512deb04c6e320904aa32b7e210ecbe270ae634814adeaa420d2af342d44744755ad7ae575ef7902bd3ad6d117c88814bb13a1d84952509ec881b402f9
 SHA512 
469cf1af9535be0610c1b8750874b1623b0746b762a995805a86a9bdb54a2a8cd3d4118254b1a75240f24a6294629669aae3b6e062e8b229eba30de56cb2bbf8



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-01-22 Thread Michał Górny
commit: 5174e84ba33eadc42f404dca7922aad6a0943ba4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 03:37:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 23 04:22:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5174e84b

dev-python/Faker: Bump to 22.5.0

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

 dev-python/Faker/Faker-22.5.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-22.5.0.ebuild 
b/dev-python/Faker/Faker-22.5.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-22.5.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 666f805e8810..b964a3c784b0 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdeaff5967b94b3dcc62e08b274f9647ab19b9fa252ccf0f6f821da93ad474c2dddce3c07813048cd910b96d6c68a
 SHA512 
b1539ca7b37d14dcbb06a4dbc198dfacaf4f0d7189f8e8a8986b42ac44780fa1b78c5b02d6f7a289c68a190a83e439f76a92587ee582105c4001246a39d046ce
 DIST Faker-22.2.0.tar.gz 1702497 BLAKE2B 
ed5d215399d168b79661a5db5a0b7c9a8321f5fdba30041eb6640cc9e6700d838aa7291060b022cc76a44ce2dd3c28eabbe30be35e4b0311edf4c09f4c523042
 SHA512 
c9a97a29885d73cbd9920938574e7615be43243a4d524391a4e51a1dcf8ca3188a9606094e715773fbd81740145813b1920ac35e99e49dc932d95045e14fa546
 DIST Faker-22.4.0.tar.gz 1702616 BLAKE2B 
1a50724c0c8faaf4b2e72d3b23f242be19862133c79a1d49b8919512355ec84d565768b1c0868f287708880a13e833bab4dc911a9f4df53d9a225fa3ea75e00c
 SHA512 
a8531b839c46c0403c37d1f5d58b026a2f8bf9ef66c4ce6302673dc7988250d51d069740bf783abf5b610afc2d01e23aa769c7d32ee03927befb13a610adc586
+DIST Faker-22.5.0.tar.gz 1703089 BLAKE2B 
8c03883f60fa7ab39cc4dee6f73907b34d8b8a7a2f2f55f3842e9807625ff92dff5e3268f4f48048483ec707f4e0c0d4fb4d4c8b6a52f86ec204b8dbd4cad9b9
 SHA512 
b3ed913304cca9768b79685e449f49c56ad94274e213d77f64afe713b765e128dd5ef8d0a3519c87ae5d4f567c64e2f8734972c95072f7a23119cc76cf09



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-01-19 Thread Arthur Zamarin
commit: b18b81c4a2b89c57c4d89f2d542e1bca5d01c7aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 19 17:33:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 19 18:27:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18b81c4

dev-python/Faker: add 22.4.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-22.4.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-22.4.0.ebuild 
b/dev-python/Faker/Faker-22.4.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-22.4.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 650a82f73c3d..666f805e8810 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdeaff5967b94b3dcc62e08b274f9647ab19b9fa252ccf0f6f821da93ad474c2dddce3c07813048cd910b96d6c68a
 SHA512 
b1539ca7b37d14dcbb06a4dbc198dfacaf4f0d7189f8e8a8986b42ac44780fa1b78c5b02d6f7a289c68a190a83e439f76a92587ee582105c4001246a39d046ce
 DIST Faker-22.2.0.tar.gz 1702497 BLAKE2B 
ed5d215399d168b79661a5db5a0b7c9a8321f5fdba30041eb6640cc9e6700d838aa7291060b022cc76a44ce2dd3c28eabbe30be35e4b0311edf4c09f4c523042
 SHA512 
c9a97a29885d73cbd9920938574e7615be43243a4d524391a4e51a1dcf8ca3188a9606094e715773fbd81740145813b1920ac35e99e49dc932d95045e14fa546
+DIST Faker-22.4.0.tar.gz 1702616 BLAKE2B 
1a50724c0c8faaf4b2e72d3b23f242be19862133c79a1d49b8919512355ec84d565768b1c0868f287708880a13e833bab4dc911a9f4df53d9a225fa3ea75e00c
 SHA512 
a8531b839c46c0403c37d1f5d58b026a2f8bf9ef66c4ce6302673dc7988250d51d069740bf783abf5b610afc2d01e23aa769c7d32ee03927befb13a610adc586



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-01-13 Thread Michał Górny
commit: e8fcc3ff2497af7d2a20d2831979c54eb9846e1a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 13 09:30:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 13 09:32:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8fcc3ff

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-21.0.0.ebuild | 40 
 dev-python/Faker/Faker-22.1.0.ebuild | 40 
 dev-python/Faker/Manifest|  2 --
 3 files changed, 82 deletions(-)

diff --git a/dev-python/Faker/Faker-21.0.0.ebuild 
b/dev-python/Faker/Faker-21.0.0.ebuild
deleted file mode 100644
index daffba46231c..
--- a/dev-python/Faker/Faker-21.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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-22.1.0.ebuild 
b/dev-python/Faker/Faker-22.1.0.ebuild
deleted file mode 100644
index 4a85c701f3c8..
--- a/dev-python/Faker/Faker-22.1.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/Manifest b/dev-python/Faker/Manifest
index b3e4aac05284..650a82f73c3d 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,4 +1,2 @@
-DIST Faker-21.0.0.tar.gz 1701697 BLAKE2B 
9f08603101f24b9e245dfa726f38b0e9ee00f208d8f4b06fbc31daa405c5b02779aaf36e2e2177cf8f50f5a63e27f0a63bec166fb3be07269d5a7acae6535ebf
 SHA512 
13cd146ef4c59f1b7318c95be1b637c986d089301d14c46259e6bf3a56f14033f1c3e4a0c813b4b168154be01158b2eee194b204c6eb2930fe5946f357a7ebcb
 DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdeaff5967b94b3dcc62e08b274f9647ab19b9fa252ccf0f6f821da93ad474c2dddce3c07813048cd910b96d6c68a
 SHA512 
b1539ca7b37d14dcbb06a4dbc198dfacaf4f0d7189f8e8a8986b42ac44780fa1b78c5b02d6f7a289c68a190a83e439f76a92587ee582105c4001246a39d046ce
-DIST Faker-22.1.0.tar.gz 1702277 BLAKE2B 
cb9b3b7adb8a771d986ca4460ca4b4884887d1e15502d14aa4da0409e926fd7f2c50d2207ee0794e9e80648fda35ff220738d82023c61a76bb93f4c073d87e2d
 SHA512 
f92c8e9b2b768362f15e0dff10a160e3969e521853485ff9a01c6b281de980e9284a618c3fb660b20c442d32e221c14683d541095cd2e6be37673a1c4303f458
 DIST Faker-22.2.0.tar.gz 1702497 BLAKE2B 
ed5d215399d168b79661a5db5a0b7c9a8321f5fdba30041eb6640cc9e6700d838aa7291060b022cc76a44ce2dd3c28eabbe30be35e4b0311edf4c09f4c523042
 SHA512 
c9a97a29885d73cbd9920938574e7615be43243a4d524391a4e51a1dcf8ca3188a9606094e715773fbd81740145813b1920ac35e99e49dc932d95045e14fa546



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-01-13 Thread Arthur Zamarin
commit: 63e2b62c093c44cf132f9836de8db474eee6048d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 13 09:18:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 13 09:18:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e2b62c

dev-python/Faker: Stabilize 22.0.0 ALLARCHES, #921982

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-22.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/Faker/Faker-22.0.0.ebuild 
b/dev-python/Faker/Faker-22.0.0.ebuild
index 8f6863a1716d..95ff3728fb55 100644
--- a/dev-python/Faker/Faker-22.0.0.ebuild
+++ b/dev-python/Faker/Faker-22.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-01-10 Thread Michał Górny
commit: 05335942f909678d185d3788021946d7dfc27895
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 11 04:09:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 11 04:09:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05335942

dev-python/Faker: Bump to 22.2.0

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

 dev-python/Faker/Faker-22.2.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-22.2.0.ebuild 
b/dev-python/Faker/Faker-22.2.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-22.2.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index a7656712d67a..b3e4aac05284 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-21.0.0.tar.gz 1701697 BLAKE2B 
9f08603101f24b9e245dfa726f38b0e9ee00f208d8f4b06fbc31daa405c5b02779aaf36e2e2177cf8f50f5a63e27f0a63bec166fb3be07269d5a7acae6535ebf
 SHA512 
13cd146ef4c59f1b7318c95be1b637c986d089301d14c46259e6bf3a56f14033f1c3e4a0c813b4b168154be01158b2eee194b204c6eb2930fe5946f357a7ebcb
 DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdeaff5967b94b3dcc62e08b274f9647ab19b9fa252ccf0f6f821da93ad474c2dddce3c07813048cd910b96d6c68a
 SHA512 
b1539ca7b37d14dcbb06a4dbc198dfacaf4f0d7189f8e8a8986b42ac44780fa1b78c5b02d6f7a289c68a190a83e439f76a92587ee582105c4001246a39d046ce
 DIST Faker-22.1.0.tar.gz 1702277 BLAKE2B 
cb9b3b7adb8a771d986ca4460ca4b4884887d1e15502d14aa4da0409e926fd7f2c50d2207ee0794e9e80648fda35ff220738d82023c61a76bb93f4c073d87e2d
 SHA512 
f92c8e9b2b768362f15e0dff10a160e3969e521853485ff9a01c6b281de980e9284a618c3fb660b20c442d32e221c14683d541095cd2e6be37673a1c4303f458
+DIST Faker-22.2.0.tar.gz 1702497 BLAKE2B 
ed5d215399d168b79661a5db5a0b7c9a8321f5fdba30041eb6640cc9e6700d838aa7291060b022cc76a44ce2dd3c28eabbe30be35e4b0311edf4c09f4c523042
 SHA512 
c9a97a29885d73cbd9920938574e7615be43243a4d524391a4e51a1dcf8ca3188a9606094e715773fbd81740145813b1920ac35e99e49dc932d95045e14fa546



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2024-01-08 Thread Michał Górny
commit: 81dccfc76483faf687964ddcd81b5b5463cdd9c4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  9 05:37:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  9 05:37:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dccfc7

dev-python/Faker: Bump to 22.1.0

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

 dev-python/Faker/Faker-22.1.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-22.1.0.ebuild 
b/dev-python/Faker/Faker-22.1.0.ebuild
new file mode 100644
index ..4a85c701f3c8
--- /dev/null
+++ b/dev-python/Faker/Faker-22.1.0.ebuild
@@ -0,0 +1,40 @@
+# 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/Manifest b/dev-python/Faker/Manifest
index 37a43b7ce375..a7656712d67a 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-21.0.0.tar.gz 1701697 BLAKE2B 
9f08603101f24b9e245dfa726f38b0e9ee00f208d8f4b06fbc31daa405c5b02779aaf36e2e2177cf8f50f5a63e27f0a63bec166fb3be07269d5a7acae6535ebf
 SHA512 
13cd146ef4c59f1b7318c95be1b637c986d089301d14c46259e6bf3a56f14033f1c3e4a0c813b4b168154be01158b2eee194b204c6eb2930fe5946f357a7ebcb
 DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdeaff5967b94b3dcc62e08b274f9647ab19b9fa252ccf0f6f821da93ad474c2dddce3c07813048cd910b96d6c68a
 SHA512 
b1539ca7b37d14dcbb06a4dbc198dfacaf4f0d7189f8e8a8986b42ac44780fa1b78c5b02d6f7a289c68a190a83e439f76a92587ee582105c4001246a39d046ce
+DIST Faker-22.1.0.tar.gz 1702277 BLAKE2B 
cb9b3b7adb8a771d986ca4460ca4b4884887d1e15502d14aa4da0409e926fd7f2c50d2207ee0794e9e80648fda35ff220738d82023c61a76bb93f4c073d87e2d
 SHA512 
f92c8e9b2b768362f15e0dff10a160e3969e521853485ff9a01c6b281de980e9284a618c3fb660b20c442d32e221c14683d541095cd2e6be37673a1c4303f458



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-12-30 Thread Michał Górny
commit: 68a3c597c9679c5768e43cecda0a54d8e4e6b256
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 14:17:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 14:32:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a3c597

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-20.1.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/Faker/Faker-20.1.0.ebuild 
b/dev-python/Faker/Faker-20.1.0.ebuild
deleted file mode 100644
index daffba46231c..
--- a/dev-python/Faker/Faker-20.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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/Manifest b/dev-python/Faker/Manifest
index bb63e8493323..37a43b7ce375 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,2 @@
-DIST Faker-20.1.0.tar.gz 1701717 BLAKE2B 
c213aa69326c80adf2b68b093fb7aa9e9d7aaee06f235d9d8dc3d3b24d9e7b4ad15c7412a9c3539749c58ad47bb63d5f4a0c94dd6318a8539a225450b65ab6b3
 SHA512 
6241c90d6233e58e763d5de3d6550b9fd9bb33af0f736209edcd60b8d6e0e57eebe3e86fd86c141816ad1817cea949b2a6d16f212413d8748b82370c2bae57b0
 DIST Faker-21.0.0.tar.gz 1701697 BLAKE2B 
9f08603101f24b9e245dfa726f38b0e9ee00f208d8f4b06fbc31daa405c5b02779aaf36e2e2177cf8f50f5a63e27f0a63bec166fb3be07269d5a7acae6535ebf
 SHA512 
13cd146ef4c59f1b7318c95be1b637c986d089301d14c46259e6bf3a56f14033f1c3e4a0c813b4b168154be01158b2eee194b204c6eb2930fe5946f357a7ebcb
 DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdeaff5967b94b3dcc62e08b274f9647ab19b9fa252ccf0f6f821da93ad474c2dddce3c07813048cd910b96d6c68a
 SHA512 
b1539ca7b37d14dcbb06a4dbc198dfacaf4f0d7189f8e8a8986b42ac44780fa1b78c5b02d6f7a289c68a190a83e439f76a92587ee582105c4001246a39d046ce



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-12-30 Thread Arthur Zamarin
commit: 753d9a4c0c461f9233999d19d826448d504e60ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:07:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:07:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753d9a4c

dev-python/Faker: Stabilize 21.0.0 ALLARCHES, #921047

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-21.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-21.0.0.ebuild 
b/dev-python/Faker/Faker-21.0.0.ebuild
index 8f6863a1716d..daffba46231c 100644
--- a/dev-python/Faker/Faker-21.0.0.ebuild
+++ b/dev-python/Faker/Faker-21.0.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-12-29 Thread Arthur Zamarin
commit: d7eaee876804ca693e78ec4b76adf07f38d54f4f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 16:59:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 17:07:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7eaee87

dev-python/Faker: add 22.0.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-22.0.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-22.0.0.ebuild 
b/dev-python/Faker/Faker-22.0.0.ebuild
new file mode 100644
index ..8f6863a1716d
--- /dev/null
+++ b/dev-python/Faker/Faker-22.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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/Manifest b/dev-python/Faker/Manifest
index 97804bd4b7e7..bb63e8493323 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-20.1.0.tar.gz 1701717 BLAKE2B 
c213aa69326c80adf2b68b093fb7aa9e9d7aaee06f235d9d8dc3d3b24d9e7b4ad15c7412a9c3539749c58ad47bb63d5f4a0c94dd6318a8539a225450b65ab6b3
 SHA512 
6241c90d6233e58e763d5de3d6550b9fd9bb33af0f736209edcd60b8d6e0e57eebe3e86fd86c141816ad1817cea949b2a6d16f212413d8748b82370c2bae57b0
 DIST Faker-21.0.0.tar.gz 1701697 BLAKE2B 
9f08603101f24b9e245dfa726f38b0e9ee00f208d8f4b06fbc31daa405c5b02779aaf36e2e2177cf8f50f5a63e27f0a63bec166fb3be07269d5a7acae6535ebf
 SHA512 
13cd146ef4c59f1b7318c95be1b637c986d089301d14c46259e6bf3a56f14033f1c3e4a0c813b4b168154be01158b2eee194b204c6eb2930fe5946f357a7ebcb
+DIST Faker-22.0.0.tar.gz 1702044 BLAKE2B 
17bb5fe42f3d754358a1cf21a23a6917571bdeaff5967b94b3dcc62e08b274f9647ab19b9fa252ccf0f6f821da93ad474c2dddce3c07813048cd910b96d6c68a
 SHA512 
b1539ca7b37d14dcbb06a4dbc198dfacaf4f0d7189f8e8a8986b42ac44780fa1b78c5b02d6f7a289c68a190a83e439f76a92587ee582105c4001246a39d046ce



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-12-14 Thread Michał Górny
commit: 19c77c1a20838fac4e95ad0ac80ab06f17265954
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 14 13:17:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 14 13:57:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c77c1a

dev-python/Faker: Bump to 21.0.0

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

 dev-python/Faker/Faker-21.0.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-21.0.0.ebuild 
b/dev-python/Faker/Faker-21.0.0.ebuild
new file mode 100644
index ..8f6863a1716d
--- /dev/null
+++ b/dev-python/Faker/Faker-21.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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/Manifest b/dev-python/Faker/Manifest
index de7ad9b46246..97804bd4b7e7 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1 +1,2 @@
 DIST Faker-20.1.0.tar.gz 1701717 BLAKE2B 
c213aa69326c80adf2b68b093fb7aa9e9d7aaee06f235d9d8dc3d3b24d9e7b4ad15c7412a9c3539749c58ad47bb63d5f4a0c94dd6318a8539a225450b65ab6b3
 SHA512 
6241c90d6233e58e763d5de3d6550b9fd9bb33af0f736209edcd60b8d6e0e57eebe3e86fd86c141816ad1817cea949b2a6d16f212413d8748b82370c2bae57b0
+DIST Faker-21.0.0.tar.gz 1701697 BLAKE2B 
9f08603101f24b9e245dfa726f38b0e9ee00f208d8f4b06fbc31daa405c5b02779aaf36e2e2177cf8f50f5a63e27f0a63bec166fb3be07269d5a7acae6535ebf
 SHA512 
13cd146ef4c59f1b7318c95be1b637c986d089301d14c46259e6bf3a56f14033f1c3e4a0c813b4b168154be01158b2eee194b204c6eb2930fe5946f357a7ebcb



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-29 Thread Michał Górny
commit: 65fedff5113d76cf9bfadee04b5b0f7eceb07c99
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:30:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:30:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65fedff5

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-19.11.0.ebuild | 40 ---
 dev-python/Faker/Faker-19.12.1.ebuild | 40 ---
 dev-python/Faker/Faker-19.13.0.ebuild | 40 ---
 dev-python/Faker/Faker-20.0.0.ebuild  | 40 ---
 dev-python/Faker/Faker-20.0.3.ebuild  | 40 ---
 dev-python/Faker/Manifest |  5 -
 6 files changed, 205 deletions(-)

diff --git a/dev-python/Faker/Faker-19.11.0.ebuild 
b/dev-python/Faker/Faker-19.11.0.ebuild
deleted file mode 100644
index dc07b45bda69..
--- a/dev-python/Faker/Faker-19.11.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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-19.12.1.ebuild 
b/dev-python/Faker/Faker-19.12.1.ebuild
deleted file mode 100644
index 34d2cdd3a7af..
--- a/dev-python/Faker/Faker-19.12.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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-19.13.0.ebuild 
b/dev-python/Faker/Faker-19.13.0.ebuild
deleted file mode 100644
index 73499382da4a..
--- a/dev-python/Faker/Faker-19.13.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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 ~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-20.0.0.ebuild 
b/dev-python/Faker/Faker-20.0.0.ebuild
deleted file mode 100644
index 73499382da4a..
--- a/dev-python/Faker/Faker-20.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-29 Thread Michał Górny
commit: 1b5e3f7b502469b1259061122e5a05ac11142a97
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 10:30:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 10:30:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5e3f7b

dev-python/Faker: Stabilize 20.1.0 ALLARCHES, #918746

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

 dev-python/Faker/Faker-20.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-20.1.0.ebuild 
b/dev-python/Faker/Faker-20.1.0.ebuild
index 8f6863a1716d..87fe76cd79a3 100644
--- a/dev-python/Faker/Faker-20.1.0.ebuild
+++ b/dev-python/Faker/Faker-20.1.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-20 Thread Michał Górny
commit: 80d5b73d8363dcd1a82143633828a25a548c16e5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 18:36:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 19:17:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d5b73d

dev-python/Faker: Bump to 20.1.0

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

 dev-python/Faker/Faker-20.1.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-20.1.0.ebuild 
b/dev-python/Faker/Faker-20.1.0.ebuild
new file mode 100644
index ..8f6863a1716d
--- /dev/null
+++ b/dev-python/Faker/Faker-20.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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/Manifest b/dev-python/Faker/Manifest
index 17d8ff55214e..f288574f4b11 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -3,3 +3,4 @@ DIST Faker-19.12.1.tar.gz 1697827 BLAKE2B 
64398d85fa5492811c9a5319a88f17ecdda570
 DIST Faker-19.13.0.tar.gz 1699872 BLAKE2B 
a53236812e17b1b8d5329e97b29f137b980b7069c02e558bfd7f118726203116ef99699f6fcf3d60f247507c82d9b159dbcb02d9b40dd8116ba1f4bbb5cdd26e
 SHA512 
ce9e2b854027169697834f7dc081e601d13878315c39ef955378860b6d8d6671f3e6d525c45a843c76073348c6e87abf942daadae69f7aae55b3692432d949b7
 DIST Faker-20.0.0.tar.gz 1700246 BLAKE2B 
dbb37b4f5256493b8d8eeb493c22d4b6698a316288aa73055061f3cc7bd36ebda460df185d38c7578a9c372a7d2cdc30304ddf43728aaec6e6a5f35304de9799
 SHA512 
56f2fee8dc184e0826fc3d30331830d03ed93974b2815931a0e6aa4df173efc621158dbda9e38af771cfe22a8f5a9ceac042edca14b30220ec303cf5d3bbf42e
 DIST Faker-20.0.3.tar.gz 1700384 BLAKE2B 
95d2070b05694219d66d6a62f22ce7aa4d4b72f0b3bce762b900f66972627fbb8bf0e5a41f33bf7d5831f3c9ed7fde2dd7f42a54e3207026ce3f3e860090a299
 SHA512 
44080c6c28d2033fe81b8bb5306983176fbed797c626329ae84d6971521306c13cf020a34d2edf14fc17c0ea932dcca8d3886e9bd7faa5fe5651d670f1acff01
+DIST Faker-20.1.0.tar.gz 1701717 BLAKE2B 
c213aa69326c80adf2b68b093fb7aa9e9d7aaee06f235d9d8dc3d3b24d9e7b4ad15c7412a9c3539749c58ad47bb63d5f4a0c94dd6318a8539a225450b65ab6b3
 SHA512 
6241c90d6233e58e763d5de3d6550b9fd9bb33af0f736209edcd60b8d6e0e57eebe3e86fd86c141816ad1817cea949b2a6d16f212413d8748b82370c2bae57b0



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-17 Thread Jakov Smolić
commit: 4fdb6ceb083a145bae284f83610ebe1227e501cf
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Nov 17 08:54:21 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Nov 17 08:54:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdb6ceb

dev-python/Faker: Keyword 20.0.3 riscv, #917347

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/Faker/Faker-20.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-20.0.3.ebuild 
b/dev-python/Faker/Faker-20.0.3.ebuild
index 73499382da4a..8f6863a1716d 100644
--- a/dev-python/Faker/Faker-20.0.3.ebuild
+++ b/dev-python/Faker/Faker-20.0.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-14 Thread Michał Górny
commit: 9911fe2f9dde878449d132df23a6dd3bf7e0deed
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 14 19:47:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 14 19:47:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9911fe2f

dev-python/Faker: Bump to 20.0.3

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

 dev-python/Faker/Faker-20.0.3.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-20.0.3.ebuild 
b/dev-python/Faker/Faker-20.0.3.ebuild
new file mode 100644
index ..73499382da4a
--- /dev/null
+++ b/dev-python/Faker/Faker-20.0.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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 ~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/Manifest b/dev-python/Faker/Manifest
index 9c194b22d702..17d8ff55214e 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -2,3 +2,4 @@ DIST Faker-19.11.0.tar.gz 1694359 BLAKE2B 
7e24dfa58136626e7dc82f458388749cb7d506
 DIST Faker-19.12.1.tar.gz 1697827 BLAKE2B 
64398d85fa5492811c9a5319a88f17ecdda5707cd898d123b67c35fbd543ea3cd2c8063b5e1117a2764480d0974f59160e7deba393a1988ea91104aecbbe918e
 SHA512 
2950a5f576733275a783e2b3243c92c2dab3c67939353b9436c8218bed8b1c1b20dbb7e62f20d06210d2c7051c2030a931a93faa6f49e74d10e7a2dc751d60d3
 DIST Faker-19.13.0.tar.gz 1699872 BLAKE2B 
a53236812e17b1b8d5329e97b29f137b980b7069c02e558bfd7f118726203116ef99699f6fcf3d60f247507c82d9b159dbcb02d9b40dd8116ba1f4bbb5cdd26e
 SHA512 
ce9e2b854027169697834f7dc081e601d13878315c39ef955378860b6d8d6671f3e6d525c45a843c76073348c6e87abf942daadae69f7aae55b3692432d949b7
 DIST Faker-20.0.0.tar.gz 1700246 BLAKE2B 
dbb37b4f5256493b8d8eeb493c22d4b6698a316288aa73055061f3cc7bd36ebda460df185d38c7578a9c372a7d2cdc30304ddf43728aaec6e6a5f35304de9799
 SHA512 
56f2fee8dc184e0826fc3d30331830d03ed93974b2815931a0e6aa4df173efc621158dbda9e38af771cfe22a8f5a9ceac042edca14b30220ec303cf5d3bbf42e
+DIST Faker-20.0.3.tar.gz 1700384 BLAKE2B 
95d2070b05694219d66d6a62f22ce7aa4d4b72f0b3bce762b900f66972627fbb8bf0e5a41f33bf7d5831f3c9ed7fde2dd7f42a54e3207026ce3f3e860090a299
 SHA512 
44080c6c28d2033fe81b8bb5306983176fbed797c626329ae84d6971521306c13cf020a34d2edf14fc17c0ea932dcca8d3886e9bd7faa5fe5651d670f1acff01



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-10 Thread Michał Górny
commit: 3bdd22591be0cc369aab3470ce56710c0b521437
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 10 19:47:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 10 21:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdd2259

dev-python/Faker: Bump to 20.0.0

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

 dev-python/Faker/Faker-20.0.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-20.0.0.ebuild 
b/dev-python/Faker/Faker-20.0.0.ebuild
new file mode 100644
index ..73499382da4a
--- /dev/null
+++ b/dev-python/Faker/Faker-20.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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 ~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/Manifest b/dev-python/Faker/Manifest
index 90633bd3fac3..9c194b22d702 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-19.11.0.tar.gz 1694359 BLAKE2B 
7e24dfa58136626e7dc82f458388749cb7d506a9a0ea14bccc13a302f4b89aad7eaf4703b5b59726588ef56e2f80de27496d53b8035ab27b5f0982d838ebbe0e
 SHA512 
df1da4e1e02a612b755f5167941181df0e08d4701f31c52618915a0b5f3f92adbc05ba816d2e975d8123e1fe03ed8e1dbd600519ac7c37b1fa85c86022c39efa
 DIST Faker-19.12.1.tar.gz 1697827 BLAKE2B 
64398d85fa5492811c9a5319a88f17ecdda5707cd898d123b67c35fbd543ea3cd2c8063b5e1117a2764480d0974f59160e7deba393a1988ea91104aecbbe918e
 SHA512 
2950a5f576733275a783e2b3243c92c2dab3c67939353b9436c8218bed8b1c1b20dbb7e62f20d06210d2c7051c2030a931a93faa6f49e74d10e7a2dc751d60d3
 DIST Faker-19.13.0.tar.gz 1699872 BLAKE2B 
a53236812e17b1b8d5329e97b29f137b980b7069c02e558bfd7f118726203116ef99699f6fcf3d60f247507c82d9b159dbcb02d9b40dd8116ba1f4bbb5cdd26e
 SHA512 
ce9e2b854027169697834f7dc081e601d13878315c39ef955378860b6d8d6671f3e6d525c45a843c76073348c6e87abf942daadae69f7aae55b3692432d949b7
+DIST Faker-20.0.0.tar.gz 1700246 BLAKE2B 
dbb37b4f5256493b8d8eeb493c22d4b6698a316288aa73055061f3cc7bd36ebda460df185d38c7578a9c372a7d2cdc30304ddf43728aaec6e6a5f35304de9799
 SHA512 
56f2fee8dc184e0826fc3d30331830d03ed93974b2815931a0e6aa4df173efc621158dbda9e38af771cfe22a8f5a9ceac042edca14b30220ec303cf5d3bbf42e



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-10 Thread Arthur Zamarin
commit: 1df6dd5bafb7ed02183a2ef3e863838137b5b3e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 10 15:09:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 10 15:09:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df6dd5b

dev-python/Faker: Stabilize 19.11.0 arm64, #916202

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-19.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.11.0.ebuild 
b/dev-python/Faker/Faker-19.11.0.ebuild
index a668fcebee68..dc07b45bda69 100644
--- a/dev-python/Faker/Faker-19.11.0.ebuild
+++ b/dev-python/Faker/Faker-19.11.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-06 Thread Michał Górny
commit: 4532bb3bfdc1aec0fbe39c76a27b12a794b0c97a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 11:03:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 11:09:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4532bb3b

dev-python/Faker: Enable pypy3

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

 dev-python/Faker/Faker-19.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.13.0.ebuild 
b/dev-python/Faker/Faker-19.13.0.ebuild
index 34d2cdd3a7af..73499382da4a 100644
--- a/dev-python/Faker/Faker-19.13.0.ebuild
+++ b/dev-python/Faker/Faker-19.13.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-02 Thread Michał Górny
commit: b6bb469a680ca50a9c1007e21da0ac919c9d337e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 13:26:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 13:26:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bb469a

dev-python/Faker: Bump to 19.13.0

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

 dev-python/Faker/Faker-19.13.0.ebuild | 40 +++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.13.0.ebuild 
b/dev-python/Faker/Faker-19.13.0.ebuild
new file mode 100644
index ..34d2cdd3a7af
--- /dev/null
+++ b/dev-python/Faker/Faker-19.13.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~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/Manifest b/dev-python/Faker/Manifest
index 8c72cc00095d..90633bd3fac3 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-19.11.0.tar.gz 1694359 BLAKE2B 
7e24dfa58136626e7dc82f458388749cb7d506a9a0ea14bccc13a302f4b89aad7eaf4703b5b59726588ef56e2f80de27496d53b8035ab27b5f0982d838ebbe0e
 SHA512 
df1da4e1e02a612b755f5167941181df0e08d4701f31c52618915a0b5f3f92adbc05ba816d2e975d8123e1fe03ed8e1dbd600519ac7c37b1fa85c86022c39efa
 DIST Faker-19.12.1.tar.gz 1697827 BLAKE2B 
64398d85fa5492811c9a5319a88f17ecdda5707cd898d123b67c35fbd543ea3cd2c8063b5e1117a2764480d0974f59160e7deba393a1988ea91104aecbbe918e
 SHA512 
2950a5f576733275a783e2b3243c92c2dab3c67939353b9436c8218bed8b1c1b20dbb7e62f20d06210d2c7051c2030a931a93faa6f49e74d10e7a2dc751d60d3
+DIST Faker-19.13.0.tar.gz 1699872 BLAKE2B 
a53236812e17b1b8d5329e97b29f137b980b7069c02e558bfd7f118726203116ef99699f6fcf3d60f247507c82d9b159dbcb02d9b40dd8116ba1f4bbb5cdd26e
 SHA512 
ce9e2b854027169697834f7dc081e601d13878315c39ef955378860b6d8d6671f3e6d525c45a843c76073348c6e87abf942daadae69f7aae55b3692432d949b7



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-11-01 Thread Michał Górny
commit: 8293029fa0b89303bff43fa955d014f02651043a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:34:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:37:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8293029f

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-19.10.0.ebuild | 40 ---
 dev-python/Faker/Faker-19.12.0.ebuild | 40 ---
 dev-python/Faker/Faker-19.6.1.ebuild  | 40 ---
 dev-python/Faker/Faker-19.6.2.ebuild  | 40 ---
 dev-python/Faker/Faker-19.7.0.ebuild  | 40 ---
 dev-python/Faker/Faker-19.9.0.ebuild  | 40 ---
 dev-python/Faker/Manifest |  6 --
 7 files changed, 246 deletions(-)

diff --git a/dev-python/Faker/Faker-19.10.0.ebuild 
b/dev-python/Faker/Faker-19.10.0.ebuild
deleted file mode 100644
index 34d2cdd3a7af..
--- a/dev-python/Faker/Faker-19.10.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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-19.12.0.ebuild 
b/dev-python/Faker/Faker-19.12.0.ebuild
deleted file mode 100644
index 34d2cdd3a7af..
--- a/dev-python/Faker/Faker-19.12.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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-19.6.1.ebuild 
b/dev-python/Faker/Faker-19.6.1.ebuild
deleted file mode 100644
index 89d70c602459..
--- a/dev-python/Faker/Faker-19.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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-19.6.2.ebuild 
b/dev-python/Faker/Faker-19.6.2.ebuild
deleted file mode 100644
index 34d2cdd3a7af..
--- a/dev-python/Faker/Faker-19.6.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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=( python3_{10..12} )
-
-inherit 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-10-31 Thread Michał Górny
commit: 01c1898307852d2e129124e6104910c2a547fce2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 31 17:37:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 31 19:12:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c18983

dev-python/Faker: Bump to 19.12.1

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

 dev-python/Faker/Faker-19.12.1.ebuild | 40 +++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.12.1.ebuild 
b/dev-python/Faker/Faker-19.12.1.ebuild
new file mode 100644
index ..34d2cdd3a7af
--- /dev/null
+++ b/dev-python/Faker/Faker-19.12.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~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/Manifest b/dev-python/Faker/Manifest
index 9611d2410e95..8e5e2479792b 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,6 +1,7 @@
 DIST Faker-19.10.0.tar.gz 1680833 BLAKE2B 
dcb8e630597f195f5a2e365f7fb362dffecde3828c899e844d6e2ec36f4a4451bac58f3f5ec7f349e81da2ba94f2f0229f061a3b9eb1bd3afbca726e33dd3a09
 SHA512 
6bd787d3c511e82081869486d36c4512af066736345f293a4b1bba4afa680084d5c9ed2099d6a20aa4dd93c0255cc0623bf3972744280dae7c8492641f1612fe
 DIST Faker-19.11.0.tar.gz 1694359 BLAKE2B 
7e24dfa58136626e7dc82f458388749cb7d506a9a0ea14bccc13a302f4b89aad7eaf4703b5b59726588ef56e2f80de27496d53b8035ab27b5f0982d838ebbe0e
 SHA512 
df1da4e1e02a612b755f5167941181df0e08d4701f31c52618915a0b5f3f92adbc05ba816d2e975d8123e1fe03ed8e1dbd600519ac7c37b1fa85c86022c39efa
 DIST Faker-19.12.0.tar.gz 1697656 BLAKE2B 
630623b9563d1ac7d35977390b0ac6253af0d33833e96dca1abfe9e073bdeb2df522eca64b7aaead0d39ed98c7e4c9f09f1ba8f9bc3a2b31397505c0403f66b3
 SHA512 
c663f373bee5b435fb8b96c9bc089e4e924bfe3c31af90faa6007b74c7cd7de5d8fad9f22314c0712419b99057bafa97702d5aa3e14a72f212b784bad09f6547
+DIST Faker-19.12.1.tar.gz 1697827 BLAKE2B 
64398d85fa5492811c9a5319a88f17ecdda5707cd898d123b67c35fbd543ea3cd2c8063b5e1117a2764480d0974f59160e7deba393a1988ea91104aecbbe918e
 SHA512 
2950a5f576733275a783e2b3243c92c2dab3c67939353b9436c8218bed8b1c1b20dbb7e62f20d06210d2c7051c2030a931a93faa6f49e74d10e7a2dc751d60d3
 DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36
 DIST Faker-19.6.2.tar.gz 1680331 BLAKE2B 
3453c531a1860c3e1782e24ad2d892d8291e1fafc698483639f43e7bdd281cee6e5c8bf7e60181db72011c1434ca3bc1c7f2a877ce136bf6e4f00286249033b9
 SHA512 
8a7929135ad562fafc2c95408ed644e7b965215d3e9ea2f2682e2aa2a5bab9759ab42d67380c7f8c89cf099cb65ad0dd13f6575c028f20550ef157f7db90102b
 DIST Faker-19.7.0.tar.gz 1680303 BLAKE2B 
80169d818749003b6961adb85969eb025c38b81d8d333466b304815396aaf646b1a9e1fb9457e68292600576fa6a91ae1851af85e2bc3403dfa383f223fe49ab
 SHA512 
f9b47d0bf52f5ba3a300222d45ad087eedbdf9ed7b1cae11cb600834f8919247e9000211157811dc016be7040925ec7930a407e8ea497ca87cae382d1edd2a56



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-10-25 Thread Michał Górny
commit: d3171191b5f3dacab70795c3c14a44b59f232c22
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 25 07:28:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 25 07:43:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3171191

dev-python/Faker: Bump to 19.12.0

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

 dev-python/Faker/Faker-19.12.0.ebuild | 40 +++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.12.0.ebuild 
b/dev-python/Faker/Faker-19.12.0.ebuild
new file mode 100644
index ..34d2cdd3a7af
--- /dev/null
+++ b/dev-python/Faker/Faker-19.12.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~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/Manifest b/dev-python/Faker/Manifest
index 0ec9fb0fd012..9611d2410e95 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,5 +1,6 @@
 DIST Faker-19.10.0.tar.gz 1680833 BLAKE2B 
dcb8e630597f195f5a2e365f7fb362dffecde3828c899e844d6e2ec36f4a4451bac58f3f5ec7f349e81da2ba94f2f0229f061a3b9eb1bd3afbca726e33dd3a09
 SHA512 
6bd787d3c511e82081869486d36c4512af066736345f293a4b1bba4afa680084d5c9ed2099d6a20aa4dd93c0255cc0623bf3972744280dae7c8492641f1612fe
 DIST Faker-19.11.0.tar.gz 1694359 BLAKE2B 
7e24dfa58136626e7dc82f458388749cb7d506a9a0ea14bccc13a302f4b89aad7eaf4703b5b59726588ef56e2f80de27496d53b8035ab27b5f0982d838ebbe0e
 SHA512 
df1da4e1e02a612b755f5167941181df0e08d4701f31c52618915a0b5f3f92adbc05ba816d2e975d8123e1fe03ed8e1dbd600519ac7c37b1fa85c86022c39efa
+DIST Faker-19.12.0.tar.gz 1697656 BLAKE2B 
630623b9563d1ac7d35977390b0ac6253af0d33833e96dca1abfe9e073bdeb2df522eca64b7aaead0d39ed98c7e4c9f09f1ba8f9bc3a2b31397505c0403f66b3
 SHA512 
c663f373bee5b435fb8b96c9bc089e4e924bfe3c31af90faa6007b74c7cd7de5d8fad9f22314c0712419b99057bafa97702d5aa3e14a72f212b784bad09f6547
 DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36
 DIST Faker-19.6.2.tar.gz 1680331 BLAKE2B 
3453c531a1860c3e1782e24ad2d892d8291e1fafc698483639f43e7bdd281cee6e5c8bf7e60181db72011c1434ca3bc1c7f2a877ce136bf6e4f00286249033b9
 SHA512 
8a7929135ad562fafc2c95408ed644e7b965215d3e9ea2f2682e2aa2a5bab9759ab42d67380c7f8c89cf099cb65ad0dd13f6575c028f20550ef157f7db90102b
 DIST Faker-19.7.0.tar.gz 1680303 BLAKE2B 
80169d818749003b6961adb85969eb025c38b81d8d333466b304815396aaf646b1a9e1fb9457e68292600576fa6a91ae1851af85e2bc3403dfa383f223fe49ab
 SHA512 
f9b47d0bf52f5ba3a300222d45ad087eedbdf9ed7b1cae11cb600834f8919247e9000211157811dc016be7040925ec7930a407e8ea497ca87cae382d1edd2a56



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-10-18 Thread Michał Górny
commit: 61f242c05a903a035c71fd3b2beb1d3d8ac8fae4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 19 03:35:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 19 03:51:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f242c0

dev-python/Faker: Bump to 19.11.0

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

 dev-python/Faker/Faker-19.11.0.ebuild | 40 +++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.11.0.ebuild 
b/dev-python/Faker/Faker-19.11.0.ebuild
new file mode 100644
index ..34d2cdd3a7af
--- /dev/null
+++ b/dev-python/Faker/Faker-19.11.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~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/Manifest b/dev-python/Faker/Manifest
index 9cbd585695ab..0ec9fb0fd012 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,4 +1,5 @@
 DIST Faker-19.10.0.tar.gz 1680833 BLAKE2B 
dcb8e630597f195f5a2e365f7fb362dffecde3828c899e844d6e2ec36f4a4451bac58f3f5ec7f349e81da2ba94f2f0229f061a3b9eb1bd3afbca726e33dd3a09
 SHA512 
6bd787d3c511e82081869486d36c4512af066736345f293a4b1bba4afa680084d5c9ed2099d6a20aa4dd93c0255cc0623bf3972744280dae7c8492641f1612fe
+DIST Faker-19.11.0.tar.gz 1694359 BLAKE2B 
7e24dfa58136626e7dc82f458388749cb7d506a9a0ea14bccc13a302f4b89aad7eaf4703b5b59726588ef56e2f80de27496d53b8035ab27b5f0982d838ebbe0e
 SHA512 
df1da4e1e02a612b755f5167941181df0e08d4701f31c52618915a0b5f3f92adbc05ba816d2e975d8123e1fe03ed8e1dbd600519ac7c37b1fa85c86022c39efa
 DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36
 DIST Faker-19.6.2.tar.gz 1680331 BLAKE2B 
3453c531a1860c3e1782e24ad2d892d8291e1fafc698483639f43e7bdd281cee6e5c8bf7e60181db72011c1434ca3bc1c7f2a877ce136bf6e4f00286249033b9
 SHA512 
8a7929135ad562fafc2c95408ed644e7b965215d3e9ea2f2682e2aa2a5bab9759ab42d67380c7f8c89cf099cb65ad0dd13f6575c028f20550ef157f7db90102b
 DIST Faker-19.7.0.tar.gz 1680303 BLAKE2B 
80169d818749003b6961adb85969eb025c38b81d8d333466b304815396aaf646b1a9e1fb9457e68292600576fa6a91ae1851af85e2bc3403dfa383f223fe49ab
 SHA512 
f9b47d0bf52f5ba3a300222d45ad087eedbdf9ed7b1cae11cb600834f8919247e9000211157811dc016be7040925ec7930a407e8ea497ca87cae382d1edd2a56



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-10-11 Thread Michał Górny
commit: 55704760c7adef66236b8777ad323ff001091587
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 12 04:30:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 12 04:30:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55704760

dev-python/Faker: Bump to 19.10.0

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

 dev-python/Faker/Faker-19.10.0.ebuild | 40 +++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.10.0.ebuild 
b/dev-python/Faker/Faker-19.10.0.ebuild
new file mode 100644
index ..34d2cdd3a7af
--- /dev/null
+++ b/dev-python/Faker/Faker-19.10.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~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/Manifest b/dev-python/Faker/Manifest
index 2dcfec0b8c0f..9cbd585695ab 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
+DIST Faker-19.10.0.tar.gz 1680833 BLAKE2B 
dcb8e630597f195f5a2e365f7fb362dffecde3828c899e844d6e2ec36f4a4451bac58f3f5ec7f349e81da2ba94f2f0229f061a3b9eb1bd3afbca726e33dd3a09
 SHA512 
6bd787d3c511e82081869486d36c4512af066736345f293a4b1bba4afa680084d5c9ed2099d6a20aa4dd93c0255cc0623bf3972744280dae7c8492641f1612fe
 DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36
 DIST Faker-19.6.2.tar.gz 1680331 BLAKE2B 
3453c531a1860c3e1782e24ad2d892d8291e1fafc698483639f43e7bdd281cee6e5c8bf7e60181db72011c1434ca3bc1c7f2a877ce136bf6e4f00286249033b9
 SHA512 
8a7929135ad562fafc2c95408ed644e7b965215d3e9ea2f2682e2aa2a5bab9759ab42d67380c7f8c89cf099cb65ad0dd13f6575c028f20550ef157f7db90102b
 DIST Faker-19.7.0.tar.gz 1680303 BLAKE2B 
80169d818749003b6961adb85969eb025c38b81d8d333466b304815396aaf646b1a9e1fb9457e68292600576fa6a91ae1851af85e2bc3403dfa383f223fe49ab
 SHA512 
f9b47d0bf52f5ba3a300222d45ad087eedbdf9ed7b1cae11cb600834f8919247e9000211157811dc016be7040925ec7930a407e8ea497ca87cae382d1edd2a56



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-10-10 Thread Michał Górny
commit: 908e53868076f5e9243a730787efef5bbb02c226
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 11 02:38:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 11 02:38:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908e5386

dev-python/Faker: Bump to 19.9.0

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

 dev-python/Faker/Faker-19.9.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.9.0.ebuild 
b/dev-python/Faker/Faker-19.9.0.ebuild
new file mode 100644
index ..34d2cdd3a7af
--- /dev/null
+++ b/dev-python/Faker/Faker-19.9.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~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/Manifest b/dev-python/Faker/Manifest
index a35e10516616..2dcfec0b8c0f 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36
 DIST Faker-19.6.2.tar.gz 1680331 BLAKE2B 
3453c531a1860c3e1782e24ad2d892d8291e1fafc698483639f43e7bdd281cee6e5c8bf7e60181db72011c1434ca3bc1c7f2a877ce136bf6e4f00286249033b9
 SHA512 
8a7929135ad562fafc2c95408ed644e7b965215d3e9ea2f2682e2aa2a5bab9759ab42d67380c7f8c89cf099cb65ad0dd13f6575c028f20550ef157f7db90102b
 DIST Faker-19.7.0.tar.gz 1680303 BLAKE2B 
80169d818749003b6961adb85969eb025c38b81d8d333466b304815396aaf646b1a9e1fb9457e68292600576fa6a91ae1851af85e2bc3403dfa383f223fe49ab
 SHA512 
f9b47d0bf52f5ba3a300222d45ad087eedbdf9ed7b1cae11cb600834f8919247e9000211157811dc016be7040925ec7930a407e8ea497ca87cae382d1edd2a56
+DIST Faker-19.9.0.tar.gz 1680879 BLAKE2B 
64c7ea0e86a7c8032ec4c5172f369053d82252382fcc6b9d288d89229da53167fad016207843d2a7fc9b0c874b620aee183b8e471fce47ce419e65496d8a7c84
 SHA512 
f8445b15857e871ba703cd869e22681e0985065f2513f9916d59af61afd2f1de1a2947b692ea7487771d4f83e98ff574b23a8a5c833a4f406c68157adc0d251a



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-10-09 Thread Michał Górny
commit: 89c77f2121833c5238aa9c95d8afff0ad9dd9e7b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 10 04:50:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 10 05:05:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c77f21

dev-python/Faker: Bump to 19.7.0

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

 dev-python/Faker/Faker-19.7.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.7.0.ebuild 
b/dev-python/Faker/Faker-19.7.0.ebuild
new file mode 100644
index ..34d2cdd3a7af
--- /dev/null
+++ b/dev-python/Faker/Faker-19.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~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/Manifest b/dev-python/Faker/Manifest
index 60c98b2dd32c..a35e10516616 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36
 DIST Faker-19.6.2.tar.gz 1680331 BLAKE2B 
3453c531a1860c3e1782e24ad2d892d8291e1fafc698483639f43e7bdd281cee6e5c8bf7e60181db72011c1434ca3bc1c7f2a877ce136bf6e4f00286249033b9
 SHA512 
8a7929135ad562fafc2c95408ed644e7b965215d3e9ea2f2682e2aa2a5bab9759ab42d67380c7f8c89cf099cb65ad0dd13f6575c028f20550ef157f7db90102b
+DIST Faker-19.7.0.tar.gz 1680303 BLAKE2B 
80169d818749003b6961adb85969eb025c38b81d8d333466b304815396aaf646b1a9e1fb9457e68292600576fa6a91ae1851af85e2bc3403dfa383f223fe49ab
 SHA512 
f9b47d0bf52f5ba3a300222d45ad087eedbdf9ed7b1cae11cb600834f8919247e9000211157811dc016be7040925ec7930a407e8ea497ca87cae382d1edd2a56



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-10-04 Thread Joonas Niilola
commit: 4dcbf5b366a4fff946ab713f5e00286bc308f118
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct  4 07:39:58 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  4 07:39:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcbf5b3

dev-python/Faker: Stabilize 19.6.1 x86, #915101

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/Faker/Faker-19.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.6.1.ebuild 
b/dev-python/Faker/Faker-19.6.1.ebuild
index 406bf4d21120..89d70c602459 100644
--- a/dev-python/Faker/Faker-19.6.1.ebuild
+++ b/dev-python/Faker/Faker-19.6.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-09-27 Thread WANG Xuerui
commit: 55afbb0a5b54eb685c0894d813ea23110b08b76b
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Sep 27 17:52:18 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Sep 27 17:58:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55afbb0a

dev-python/Faker: keyword 19.6.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/Faker/Faker-19.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.6.2.ebuild 
b/dev-python/Faker/Faker-19.6.2.ebuild
index fbbb3c11a92d..34d2cdd3a7af 100644
--- a/dev-python/Faker/Faker-19.6.2.ebuild
+++ b/dev-python/Faker/Faker-19.6.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-09-25 Thread Michał Górny
commit: 89fb6ec47a51807ee29285602075ca182b551ff0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:53:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:57:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fb6ec4

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-19.3.0.ebuild | 34 --
 dev-python/Faker/Faker-19.3.1.ebuild | 34 --
 dev-python/Faker/Faker-19.4.0.ebuild | 40 
 dev-python/Faker/Faker-19.6.0.ebuild | 40 
 dev-python/Faker/Manifest|  4 
 5 files changed, 152 deletions(-)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
deleted file mode 100644
index b1ef37fb8581..
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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

diff --git a/dev-python/Faker/Faker-19.3.1.ebuild 
b/dev-python/Faker/Faker-19.3.1.ebuild
deleted file mode 100644
index 45dce3e8d9c5..
--- a/dev-python/Faker/Faker-19.3.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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

diff --git a/dev-python/Faker/Faker-19.4.0.ebuild 
b/dev-python/Faker/Faker-19.4.0.ebuild
deleted file mode 100644
index fbbb3c11a92d..
--- a/dev-python/Faker/Faker-19.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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-19.6.0.ebuild 
b/dev-python/Faker/Faker-19.6.0.ebuild
deleted file mode 100644
index fbbb3c11a92d..
--- a/dev-python/Faker/Faker-19.6.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-   !dev-ruby/faker
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-09-25 Thread Arthur Zamarin
commit: 5ef5aab9105f6d005c0d6cad6ecefc3249354f63
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 18:27:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 18:27:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef5aab9

dev-python/Faker: Stabilize 19.6.1 ALLARCHES, #914671

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-19.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.6.1.ebuild 
b/dev-python/Faker/Faker-19.6.1.ebuild
index fbbb3c11a92d..406bf4d21120 100644
--- a/dev-python/Faker/Faker-19.6.1.ebuild
+++ b/dev-python/Faker/Faker-19.6.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-09-20 Thread Michał Górny
commit: cba939a924c16a3382f222b21d25f1692dfedc0e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 04:45:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 05:28:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba939a9

dev-python/Faker: Bump to 19.6.2

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

 dev-python/Faker/Faker-19.6.2.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.6.2.ebuild 
b/dev-python/Faker/Faker-19.6.2.ebuild
new file mode 100644
index ..fbbb3c11a92d
--- /dev/null
+++ b/dev-python/Faker/Faker-19.6.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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/Manifest b/dev-python/Faker/Manifest
index 8f6a898a0dc0..22d21555343c 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -3,3 +3,4 @@ DIST Faker-19.3.1.tar.gz 1677746 BLAKE2B 
1cf0c80daf23bbce824ebd81a3c31e6b12c353f
 DIST Faker-19.4.0.tar.gz 1678303 BLAKE2B 
afb893836e9e85cbf130875274284107f621d443e80d4872c12467bad3c9cc4f6a8ea68aa829c95439e6a88f319323767d997ad9bca88870f0883392710cc858
 SHA512 
14e86b2f95d2e59aee71bae9017b8e6f4cde3752d9a64749c174bba2bbd3a060067adc269a22ba0083140b2f8376384bf67cce4b48af407d3b25e3cbebf682d2
 DIST Faker-19.6.0.tar.gz 1679938 BLAKE2B 
af083363853fbb084f124971276986b459e93ec9e73470c227eab452bf688e480e37fb1f82f92bb21f40a7a52034f2ccf00e30f47d1b9c6b56da375a783c595d
 SHA512 
130c51bdd50ef3a9a1026b0f1160ed0e1ceed86cb89646160d7cb2419a77fc21f969487e57c2ca080d7f7729c7a485f3bc12eb572efa6db308de54a15ffa493f
 DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36
+DIST Faker-19.6.2.tar.gz 1680331 BLAKE2B 
3453c531a1860c3e1782e24ad2d892d8291e1fafc698483639f43e7bdd281cee6e5c8bf7e60181db72011c1434ca3bc1c7f2a877ce136bf6e4f00286249033b9
 SHA512 
8a7929135ad562fafc2c95408ed644e7b965215d3e9ea2f2682e2aa2a5bab9759ab42d67380c7f8c89cf099cb65ad0dd13f6575c028f20550ef157f7db90102b



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-09-11 Thread Michał Górny
commit: 891b4e6151755217385aa4624014d8369ebf3d22
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 12 04:24:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 12 04:24:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891b4e61

dev-python/Faker: Bump to 19.6.1

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

 dev-python/Faker/Faker-19.6.1.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.6.1.ebuild 
b/dev-python/Faker/Faker-19.6.1.ebuild
new file mode 100644
index ..fbbb3c11a92d
--- /dev/null
+++ b/dev-python/Faker/Faker-19.6.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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/Manifest b/dev-python/Faker/Manifest
index e091d222836b..8f6a898a0dc0 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -2,3 +2,4 @@ DIST Faker-19.3.0.tar.gz 1677117 BLAKE2B 
855e3cc49e56d9c690add2b9bda9fc8c6e42a15
 DIST Faker-19.3.1.tar.gz 1677746 BLAKE2B 
1cf0c80daf23bbce824ebd81a3c31e6b12c353f4a75092dc482225ef27b1e55c9784a1bcde4305ffafb131471f4c5b886c8619c980e1d830530440c0c917e919
 SHA512 
4c9e073d46526830e4b561b61c8286c642668368b6a35ec269dd60cd56933b7e46bb699dceaab13330ade2e0928b27e8d5688fce555820c6a9abd34ecea2d37a
 DIST Faker-19.4.0.tar.gz 1678303 BLAKE2B 
afb893836e9e85cbf130875274284107f621d443e80d4872c12467bad3c9cc4f6a8ea68aa829c95439e6a88f319323767d997ad9bca88870f0883392710cc858
 SHA512 
14e86b2f95d2e59aee71bae9017b8e6f4cde3752d9a64749c174bba2bbd3a060067adc269a22ba0083140b2f8376384bf67cce4b48af407d3b25e3cbebf682d2
 DIST Faker-19.6.0.tar.gz 1679938 BLAKE2B 
af083363853fbb084f124971276986b459e93ec9e73470c227eab452bf688e480e37fb1f82f92bb21f40a7a52034f2ccf00e30f47d1b9c6b56da375a783c595d
 SHA512 
130c51bdd50ef3a9a1026b0f1160ed0e1ceed86cb89646160d7cb2419a77fc21f969487e57c2ca080d7f7729c7a485f3bc12eb572efa6db308de54a15ffa493f
+DIST Faker-19.6.1.tar.gz 1668966 BLAKE2B 
48e1d0c658e7cd482660b797e5ac8e107c84e7d2be9ab86e55cb5f0da662ed742565c1f5a3176d1f2588b8ffafcc37e7dbd072c78e5b1ab94bea8678ea9f1d48
 SHA512 
1511f03cb41f70a22784a8dc1cdb5b58fdc19fc6f67d4a414a9b15619d019ec6b6564b7fa50db03535aaa3650ae93e4c948c732ae65e61652d7469d9ad83db36



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-09-08 Thread Michał Górny
commit: 68eacf649cfc13a9e9278659505f598127889a3e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  9 03:04:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  9 03:22:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68eacf64

dev-python/Faker: Bump to 19.6.0

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

 dev-python/Faker/Faker-19.6.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.6.0.ebuild 
b/dev-python/Faker/Faker-19.6.0.ebuild
new file mode 100644
index ..fbbb3c11a92d
--- /dev/null
+++ b/dev-python/Faker/Faker-19.6.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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/Manifest b/dev-python/Faker/Manifest
index 0abc36daae55..e091d222836b 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-19.3.0.tar.gz 1677117 BLAKE2B 
855e3cc49e56d9c690add2b9bda9fc8c6e42a157543c44206803e794bc5a5da440f2a5151d959bff6aa438af465f7d4bf986e596af592251e64c80c861fdb8fb
 SHA512 
cfbb81d8751fbe1c90260f806f36a8c95e7bcfe5f30555bb168b80e5e438a4e427482eb4220b55a6bd0f04ce4d64e9bd24b757b852b5a22de5f2b127e3f3fe25
 DIST Faker-19.3.1.tar.gz 1677746 BLAKE2B 
1cf0c80daf23bbce824ebd81a3c31e6b12c353f4a75092dc482225ef27b1e55c9784a1bcde4305ffafb131471f4c5b886c8619c980e1d830530440c0c917e919
 SHA512 
4c9e073d46526830e4b561b61c8286c642668368b6a35ec269dd60cd56933b7e46bb699dceaab13330ade2e0928b27e8d5688fce555820c6a9abd34ecea2d37a
 DIST Faker-19.4.0.tar.gz 1678303 BLAKE2B 
afb893836e9e85cbf130875274284107f621d443e80d4872c12467bad3c9cc4f6a8ea68aa829c95439e6a88f319323767d997ad9bca88870f0883392710cc858
 SHA512 
14e86b2f95d2e59aee71bae9017b8e6f4cde3752d9a64749c174bba2bbd3a060067adc269a22ba0083140b2f8376384bf67cce4b48af407d3b25e3cbebf682d2
+DIST Faker-19.6.0.tar.gz 1679938 BLAKE2B 
af083363853fbb084f124971276986b459e93ec9e73470c227eab452bf688e480e37fb1f82f92bb21f40a7a52034f2ccf00e30f47d1b9c6b56da375a783c595d
 SHA512 
130c51bdd50ef3a9a1026b0f1160ed0e1ceed86cb89646160d7cb2419a77fc21f969487e57c2ca080d7f7729c7a485f3bc12eb572efa6db308de54a15ffa493f



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-09-07 Thread Michał Górny
commit: 581eef31e366f62f53f3f164d65a3cc5d4a10bb3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  7 18:18:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  7 18:31:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581eef31

dev-python/Faker: Bump to 19.4.0

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

 dev-python/Faker/Faker-19.4.0.ebuild | 40 
 dev-python/Faker/Manifest|  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/Faker/Faker-19.4.0.ebuild 
b/dev-python/Faker/Faker-19.4.0.ebuild
new file mode 100644
index ..fbbb3c11a92d
--- /dev/null
+++ b/dev-python/Faker/Faker-19.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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/Manifest b/dev-python/Faker/Manifest
index aec4a35d9033..0abc36daae55 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-19.3.0.tar.gz 1677117 BLAKE2B 
855e3cc49e56d9c690add2b9bda9fc8c6e42a157543c44206803e794bc5a5da440f2a5151d959bff6aa438af465f7d4bf986e596af592251e64c80c861fdb8fb
 SHA512 
cfbb81d8751fbe1c90260f806f36a8c95e7bcfe5f30555bb168b80e5e438a4e427482eb4220b55a6bd0f04ce4d64e9bd24b757b852b5a22de5f2b127e3f3fe25
 DIST Faker-19.3.1.tar.gz 1677746 BLAKE2B 
1cf0c80daf23bbce824ebd81a3c31e6b12c353f4a75092dc482225ef27b1e55c9784a1bcde4305ffafb131471f4c5b886c8619c980e1d830530440c0c917e919
 SHA512 
4c9e073d46526830e4b561b61c8286c642668368b6a35ec269dd60cd56933b7e46bb699dceaab13330ade2e0928b27e8d5688fce555820c6a9abd34ecea2d37a
+DIST Faker-19.4.0.tar.gz 1678303 BLAKE2B 
afb893836e9e85cbf130875274284107f621d443e80d4872c12467bad3c9cc4f6a8ea68aa829c95439e6a88f319323767d997ad9bca88870f0883392710cc858
 SHA512 
14e86b2f95d2e59aee71bae9017b8e6f4cde3752d9a64749c174bba2bbd3a060067adc269a22ba0083140b2f8376384bf67cce4b48af407d3b25e3cbebf682d2



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-23 Thread Michał Górny
commit: 5af3cbb4513abffd0cf723c3fb435028c4668a50
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 03:16:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 04:30:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af3cbb4

dev-python/Faker: Bump to 19.3.1

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

 dev-python/Faker/Faker-19.3.1.ebuild | 34 ++
 dev-python/Faker/Manifest|  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-19.3.1.ebuild 
b/dev-python/Faker/Faker-19.3.1.ebuild
new file mode 100644
index ..45dce3e8d9c5
--- /dev/null
+++ b/dev-python/Faker/Faker-19.3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~ppc ~ppc64 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 75491855233d..aec4a35d9033 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1 +1,2 @@
 DIST Faker-19.3.0.tar.gz 1677117 BLAKE2B 
855e3cc49e56d9c690add2b9bda9fc8c6e42a157543c44206803e794bc5a5da440f2a5151d959bff6aa438af465f7d4bf986e596af592251e64c80c861fdb8fb
 SHA512 
cfbb81d8751fbe1c90260f806f36a8c95e7bcfe5f30555bb168b80e5e438a4e427482eb4220b55a6bd0f04ce4d64e9bd24b757b852b5a22de5f2b127e3f3fe25
+DIST Faker-19.3.1.tar.gz 1677746 BLAKE2B 
1cf0c80daf23bbce824ebd81a3c31e6b12c353f4a75092dc482225ef27b1e55c9784a1bcde4305ffafb131471f4c5b886c8619c980e1d830530440c0c917e919
 SHA512 
4c9e073d46526830e4b561b61c8286c642668368b6a35ec269dd60cd56933b7e46bb699dceaab13330ade2e0928b27e8d5688fce555820c6a9abd34ecea2d37a



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-19 Thread Sam James
commit: 60fc12c2ad85f1f8af915d4347180930f6ce51ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 19 16:51:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 19 16:51:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fc12c2

dev-python/Faker: Keyword 19.3.0 s390, #909772

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-19.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
index e273701cb36a..b1ef37fb8581 100644
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-19 Thread Sam James
commit: 521031f2ebc8097ff03c1515bc3d6d523668dd92
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 19 15:58:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 19 15:58:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521031f2

dev-python/Faker: Keyword 19.3.0 sparc, #909772

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-19.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
index ee6214922d36..e273701cb36a 100644
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-17 Thread Sam James
commit: 44b290388c554ded28424b6db3b951171325c33f
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 17 06:04:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 17 06:04:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b29038

dev-python/Faker: Keyword 19.3.0 ppc, #909772

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-19.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
index ee83ba84cfb3..ee6214922d36 100644
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-16 Thread Sam James
commit: 51731401127bc29ea643232070262e85e20038d0
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 16 07:03:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 16 07:03:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51731401

dev-python/Faker: Keyword 19.3.0 ppc64, #909772

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-19.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
index ae4499cbff71..ee83ba84cfb3 100644
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-15 Thread Sam James
commit: 628e381d02adc2dfa9827bc3d92396af52b5dd47
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 16 04:24:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 16 04:24:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628e381d

dev-python/Faker: Keyword 19.3.0 arm, #909772

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-19.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
index e9a17ee06219..ae4499cbff71 100644
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-15 Thread Sam James
commit: 3b49cd258f7894f4ceeeb7988b8a4cb8da170e59
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 16 02:26:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 16 02:26:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b49cd25

dev-python/Faker: Keyword 19.3.0 arm64, #909772

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-19.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
index 710178d555ae..e9a17ee06219 100644
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-11 Thread Michał Górny
commit: 9d1e6be858241d07d3ffb16b30092439d67335eb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:27:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:27:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1e6be8

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-18.11.2.ebuild | 34 --
 dev-python/Faker/Faker-18.13.0.ebuild | 34 --
 dev-python/Faker/Faker-19.0.0.ebuild  | 34 --
 dev-python/Faker/Faker-19.1.0.ebuild  | 34 --
 dev-python/Faker/Faker-19.2.0.ebuild  | 34 --
 dev-python/Faker/Manifest |  5 -
 6 files changed, 175 deletions(-)

diff --git a/dev-python/Faker/Faker-18.11.2.ebuild 
b/dev-python/Faker/Faker-18.11.2.ebuild
deleted file mode 100644
index 710178d555ae..
--- a/dev-python/Faker/Faker-18.11.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Faker-18.13.0.ebuild 
b/dev-python/Faker/Faker-18.13.0.ebuild
deleted file mode 100644
index 48c456a2d7b5..
--- a/dev-python/Faker/Faker-18.13.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Faker-19.0.0.ebuild 
b/dev-python/Faker/Faker-19.0.0.ebuild
deleted file mode 100644
index 48c456a2d7b5..
--- a/dev-python/Faker/Faker-19.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Faker-19.1.0.ebuild 
b/dev-python/Faker/Faker-19.1.0.ebuild
deleted file mode 100644
index 48c456a2d7b5..
--- a/dev-python/Faker/Faker-19.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Faker-19.2.0.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-11 Thread Sam James
commit: 411369d85948353dd17e4b83d784be5b7b9a25f9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411369d8

dev-python/Faker: Stabilize 19.3.0 ALLARCHES, #912124

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-19.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
index 48c456a2d7b5..710178d555ae 100644
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-08-07 Thread Michał Górny
commit: 8a8a797c0881f1bd0b5323f4f88a4aee0874e95a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  7 18:57:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  7 19:12:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8a797c

dev-python/Faker: Bump to 19.3.0

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

 dev-python/Faker/Faker-19.3.0.ebuild | 34 ++
 dev-python/Faker/Manifest|  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index b29d182ceeb0..cd6af17ae7ed 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -3,3 +3,4 @@ DIST Faker-18.13.0.tar.gz 1672316 BLAKE2B 
c7b3a040276508c8d08c184e90dfd054d62ef6
 DIST Faker-19.0.0.tar.gz 1673020 BLAKE2B 
f3be24f29eb870535034afdecd57d0172b8cbc4f9228796373eab9f5be3211d39134d94f9c3543a0387579a5ed7d0434b9eede12b824b93652ee4b2d964f5835
 SHA512 
fdc3d0618dae04fa1f4fc3ce8d10a353d8272059c557729e93891e59c85b0c03e11009febfd5d500ab5425b6ba4446c9df72f84bc1f632c0cec76a761bd8c9f2
 DIST Faker-19.1.0.tar.gz 1673101 BLAKE2B 
92349e38c72fc85fcb0711555645ca3745015df485ba3e366000e71d620f14bad18b1b26fe5e456e18269ba867daf0ba42779623afbc96e5f64fb0537c842d9b
 SHA512 
4fa11f479e78ac4835f00f17ce99aebf17d88e626548094f122dccb78f6caddde8cd058f33f2dc304725049e75e9f1c42b549ff139ed0d9d798bbb630bb1e80a
 DIST Faker-19.2.0.tar.gz 1676517 BLAKE2B 
f9204266add7bf042c3993196474aeb633986932ee8ab2e83985a88e5e5639219efbadcf54c2359ada4c118744fb0d4af858a4bf70a957f467599dcd2bbfac7a
 SHA512 
96c5b1c02faef86e924ecca68d734f51e41da9e1f9e1f0ca1634b289717ff2af5596e4b713352047156d8478ae80006dc98897b48c8b20ce0e210e65c7dcb81d
+DIST Faker-19.3.0.tar.gz 1677117 BLAKE2B 
855e3cc49e56d9c690add2b9bda9fc8c6e42a157543c44206803e794bc5a5da440f2a5151d959bff6aa438af465f7d4bf986e596af592251e64c80c861fdb8fb
 SHA512 
cfbb81d8751fbe1c90260f806f36a8c95e7bcfe5f30555bb168b80e5e438a4e427482eb4220b55a6bd0f04ce4d64e9bd24b757b852b5a22de5f2b127e3f3fe25



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-07-21 Thread Michał Górny
commit: f21aa999d807df33df2aa8eb6a1997c3df9a2093
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 21 05:20:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 21 06:06:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21aa999

dev-python/Faker: Bump to 19.2.0

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

 dev-python/Faker/Faker-19.2.0.ebuild | 34 ++
 dev-python/Faker/Manifest|  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-19.2.0.ebuild 
b/dev-python/Faker/Faker-19.2.0.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-19.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index c4e4adcc9f94..b29d182ceeb0 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -2,3 +2,4 @@ DIST Faker-18.11.2.tar.gz 1670644 BLAKE2B 
0496e9d2169932fd158b8eb62693d1c7f833c0
 DIST Faker-18.13.0.tar.gz 1672316 BLAKE2B 
c7b3a040276508c8d08c184e90dfd054d62ef635299e637476fedf0d3e01d0e311bd855c4df39dd449244c07c71a1fe216063c07a3abef69f8ec8fa967124769
 SHA512 
b5cd907d962f39d15001d0218993dd6b4f65ac6252fcb1c72bbb2905a585ad26d0f7c6807cef43b41ce430122fe4730d26f57f119bc3547a432d133e87d98beb
 DIST Faker-19.0.0.tar.gz 1673020 BLAKE2B 
f3be24f29eb870535034afdecd57d0172b8cbc4f9228796373eab9f5be3211d39134d94f9c3543a0387579a5ed7d0434b9eede12b824b93652ee4b2d964f5835
 SHA512 
fdc3d0618dae04fa1f4fc3ce8d10a353d8272059c557729e93891e59c85b0c03e11009febfd5d500ab5425b6ba4446c9df72f84bc1f632c0cec76a761bd8c9f2
 DIST Faker-19.1.0.tar.gz 1673101 BLAKE2B 
92349e38c72fc85fcb0711555645ca3745015df485ba3e366000e71d620f14bad18b1b26fe5e456e18269ba867daf0ba42779623afbc96e5f64fb0537c842d9b
 SHA512 
4fa11f479e78ac4835f00f17ce99aebf17d88e626548094f122dccb78f6caddde8cd058f33f2dc304725049e75e9f1c42b549ff139ed0d9d798bbb630bb1e80a
+DIST Faker-19.2.0.tar.gz 1676517 BLAKE2B 
f9204266add7bf042c3993196474aeb633986932ee8ab2e83985a88e5e5639219efbadcf54c2359ada4c118744fb0d4af858a4bf70a957f467599dcd2bbfac7a
 SHA512 
96c5b1c02faef86e924ecca68d734f51e41da9e1f9e1f0ca1634b289717ff2af5596e4b713352047156d8478ae80006dc98897b48c8b20ce0e210e65c7dcb81d



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-07-12 Thread Michał Górny
commit: 0c76bb4c77caa1abf46b2e2d3a324da1758fd5cd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 13 05:09:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 13 05:28:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c76bb4c

dev-python/Faker: Bump to 19.1.0

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

 dev-python/Faker/Faker-19.1.0.ebuild | 34 ++
 dev-python/Faker/Manifest|  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-19.1.0.ebuild 
b/dev-python/Faker/Faker-19.1.0.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-19.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index b3deacb81430..c4e4adcc9f94 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-18.11.2.tar.gz 1670644 BLAKE2B 
0496e9d2169932fd158b8eb62693d1c7f833c00c93fa75b35d747bec1a9e81247977b307faef6cb2526c0042716b080b160fc93cf8d9543a1e2bb3a477f815e6
 SHA512 
9b54485836d8e4cf66c0ebc9807770f77867a9ab634bc5a465811fe0c2d79c0ec1ab5360bb5f69e9f603026094b4c969a4ad1b98c0c6b21e7fb740d5a17af5b8
 DIST Faker-18.13.0.tar.gz 1672316 BLAKE2B 
c7b3a040276508c8d08c184e90dfd054d62ef635299e637476fedf0d3e01d0e311bd855c4df39dd449244c07c71a1fe216063c07a3abef69f8ec8fa967124769
 SHA512 
b5cd907d962f39d15001d0218993dd6b4f65ac6252fcb1c72bbb2905a585ad26d0f7c6807cef43b41ce430122fe4730d26f57f119bc3547a432d133e87d98beb
 DIST Faker-19.0.0.tar.gz 1673020 BLAKE2B 
f3be24f29eb870535034afdecd57d0172b8cbc4f9228796373eab9f5be3211d39134d94f9c3543a0387579a5ed7d0434b9eede12b824b93652ee4b2d964f5835
 SHA512 
fdc3d0618dae04fa1f4fc3ce8d10a353d8272059c557729e93891e59c85b0c03e11009febfd5d500ab5425b6ba4446c9df72f84bc1f632c0cec76a761bd8c9f2
+DIST Faker-19.1.0.tar.gz 1673101 BLAKE2B 
92349e38c72fc85fcb0711555645ca3745015df485ba3e366000e71d620f14bad18b1b26fe5e456e18269ba867daf0ba42779623afbc96e5f64fb0537c842d9b
 SHA512 
4fa11f479e78ac4835f00f17ce99aebf17d88e626548094f122dccb78f6caddde8cd058f33f2dc304725049e75e9f1c42b549ff139ed0d9d798bbb630bb1e80a



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-07-11 Thread Michał Górny
commit: 3a6b8fafde01c613987780ebfeff155fb5ff1047
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 12 03:19:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 12 04:04:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6b8faf

dev-python/Faker: Bump to 19.0.0

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

 dev-python/Faker/Faker-19.0.0.ebuild | 34 ++
 dev-python/Faker/Manifest|  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-19.0.0.ebuild 
b/dev-python/Faker/Faker-19.0.0.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-19.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index b731361e195b..b3deacb81430 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-18.11.2.tar.gz 1670644 BLAKE2B 
0496e9d2169932fd158b8eb62693d1c7f833c00c93fa75b35d747bec1a9e81247977b307faef6cb2526c0042716b080b160fc93cf8d9543a1e2bb3a477f815e6
 SHA512 
9b54485836d8e4cf66c0ebc9807770f77867a9ab634bc5a465811fe0c2d79c0ec1ab5360bb5f69e9f603026094b4c969a4ad1b98c0c6b21e7fb740d5a17af5b8
 DIST Faker-18.13.0.tar.gz 1672316 BLAKE2B 
c7b3a040276508c8d08c184e90dfd054d62ef635299e637476fedf0d3e01d0e311bd855c4df39dd449244c07c71a1fe216063c07a3abef69f8ec8fa967124769
 SHA512 
b5cd907d962f39d15001d0218993dd6b4f65ac6252fcb1c72bbb2905a585ad26d0f7c6807cef43b41ce430122fe4730d26f57f119bc3547a432d133e87d98beb
+DIST Faker-19.0.0.tar.gz 1673020 BLAKE2B 
f3be24f29eb870535034afdecd57d0172b8cbc4f9228796373eab9f5be3211d39134d94f9c3543a0387579a5ed7d0434b9eede12b824b93652ee4b2d964f5835
 SHA512 
fdc3d0618dae04fa1f4fc3ce8d10a353d8272059c557729e93891e59c85b0c03e11009febfd5d500ab5425b6ba4446c9df72f84bc1f632c0cec76a761bd8c9f2



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-07-09 Thread Michał Górny
commit: 04318b0204a48d09f887609537f43eb3f6c29e5c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 01:49:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 01:49:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04318b02

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-18.10.1.ebuild | 34 --
 dev-python/Faker/Faker-18.11.1.ebuild | 34 --
 dev-python/Faker/Faker-18.9.0.ebuild  | 34 --
 dev-python/Faker/Manifest |  3 ---
 4 files changed, 105 deletions(-)

diff --git a/dev-python/Faker/Faker-18.10.1.ebuild 
b/dev-python/Faker/Faker-18.10.1.ebuild
deleted file mode 100644
index 48c456a2d7b5..
--- a/dev-python/Faker/Faker-18.10.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Faker-18.11.1.ebuild 
b/dev-python/Faker/Faker-18.11.1.ebuild
deleted file mode 100644
index 48c456a2d7b5..
--- a/dev-python/Faker/Faker-18.11.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Faker-18.9.0.ebuild 
b/dev-python/Faker/Faker-18.9.0.ebuild
deleted file mode 100644
index 710178d555ae..
--- a/dev-python/Faker/Faker-18.9.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 19b0aefa8273..b731361e195b 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,5 +1,2 @@
-DIST Faker-18.10.1.tar.gz 1670142 BLAKE2B 
e1ecd65e0f4a26239d04761048faeeb40987cfe73ea3cfbc1344c5fb342a658efc994b4c5e53b171d68e8ac5c0550973913e2a83c728e24bd64e954509791ea9
 SHA512 
bfde74d2bbbc1b6055d094b0fc881bec7f050d2a980638a5ea577a345863737dd66b794204530d0db6daaf06e453e1d95ad07d479af62147176d535688b584b9
-DIST Faker-18.11.1.tar.gz 1670237 BLAKE2B 
6c8572f4883d71a8f94535605ea53aba3fe2e0d9f8281cb207248a5a6d119055e49ce95b50d175e508d65b8186fe89ba0fbc21b0f9db19c4cc67c02defebbfdf
 SHA512 
e8cc65d1a1efc70e76a3a1286950553bc8a998cdeaa06e45da58609f8418e34cc34c0d759f0488b84fbb94deaa4e1ba24e547ae5f9126c95a401f137fa660786
 DIST Faker-18.11.2.tar.gz 1670644 BLAKE2B 
0496e9d2169932fd158b8eb62693d1c7f833c00c93fa75b35d747bec1a9e81247977b307faef6cb2526c0042716b080b160fc93cf8d9543a1e2bb3a477f815e6
 SHA512 
9b54485836d8e4cf66c0ebc9807770f77867a9ab634bc5a465811fe0c2d79c0ec1ab5360bb5f69e9f603026094b4c969a4ad1b98c0c6b21e7fb740d5a17af5b8
 DIST Faker-18.13.0.tar.gz 1672316 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-07-09 Thread Sam James
commit: 85f421ad892363b7e6c8bcc68945946f827955e3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  9 20:25:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  9 20:25:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f421ad

dev-python/Faker: Stabilize 18.11.2 ALLARCHES, #910111

Signed-off-by: Sam James  gentoo.org>

 dev-python/Faker/Faker-18.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-18.11.2.ebuild 
b/dev-python/Faker/Faker-18.11.2.ebuild
index 48c456a2d7b5..710178d555ae 100644
--- a/dev-python/Faker/Faker-18.11.2.ebuild
+++ b/dev-python/Faker/Faker-18.11.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-07-08 Thread Michał Górny
commit: 49a22428ab99c94df34c87d478011c27ba250e05
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  8 06:15:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  8 07:30:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a22428

dev-python/Faker: Bump to 18.13.0

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

 dev-python/Faker/Faker-18.13.0.ebuild | 34 ++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-18.13.0.ebuild 
b/dev-python/Faker/Faker-18.13.0.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-18.13.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 78dee19c02a4..19b0aefa8273 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,4 +1,5 @@
 DIST Faker-18.10.1.tar.gz 1670142 BLAKE2B 
e1ecd65e0f4a26239d04761048faeeb40987cfe73ea3cfbc1344c5fb342a658efc994b4c5e53b171d68e8ac5c0550973913e2a83c728e24bd64e954509791ea9
 SHA512 
bfde74d2bbbc1b6055d094b0fc881bec7f050d2a980638a5ea577a345863737dd66b794204530d0db6daaf06e453e1d95ad07d479af62147176d535688b584b9
 DIST Faker-18.11.1.tar.gz 1670237 BLAKE2B 
6c8572f4883d71a8f94535605ea53aba3fe2e0d9f8281cb207248a5a6d119055e49ce95b50d175e508d65b8186fe89ba0fbc21b0f9db19c4cc67c02defebbfdf
 SHA512 
e8cc65d1a1efc70e76a3a1286950553bc8a998cdeaa06e45da58609f8418e34cc34c0d759f0488b84fbb94deaa4e1ba24e547ae5f9126c95a401f137fa660786
 DIST Faker-18.11.2.tar.gz 1670644 BLAKE2B 
0496e9d2169932fd158b8eb62693d1c7f833c00c93fa75b35d747bec1a9e81247977b307faef6cb2526c0042716b080b160fc93cf8d9543a1e2bb3a477f815e6
 SHA512 
9b54485836d8e4cf66c0ebc9807770f77867a9ab634bc5a465811fe0c2d79c0ec1ab5360bb5f69e9f603026094b4c969a4ad1b98c0c6b21e7fb740d5a17af5b8
+DIST Faker-18.13.0.tar.gz 1672316 BLAKE2B 
c7b3a040276508c8d08c184e90dfd054d62ef635299e637476fedf0d3e01d0e311bd855c4df39dd449244c07c71a1fe216063c07a3abef69f8ec8fa967124769
 SHA512 
b5cd907d962f39d15001d0218993dd6b4f65ac6252fcb1c72bbb2905a585ad26d0f7c6807cef43b41ce430122fe4730d26f57f119bc3547a432d133e87d98beb
 DIST Faker-18.9.0.tar.gz 1667357 BLAKE2B 
e1086168201969a1a0410d7bb6e97bdf31d0f470d6e39f011b8d62733818a4d5108a1ea058d19f41922efafc0a056bffe14f76ff1a77c9599097a3d172d0accb
 SHA512 
9ad60cc30121405fdac38ef479ca1f8bf9114a599575caeded5be4fb8fed80a3268ad02705217ab0ce006e017d2aae7be3c1b50cacddc49bc16cdeb9bc9347c9



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-06-27 Thread Michał Górny
commit: 588439ab67fcd32df0988c9b4e963869342b0591
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 28 04:52:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 28 04:52:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588439ab

dev-python/Faker: Bump to 18.11.2

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

 dev-python/Faker/Faker-18.11.2.ebuild | 34 ++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-18.11.2.ebuild 
b/dev-python/Faker/Faker-18.11.2.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-18.11.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 69162b36e461..78dee19c02a4 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,3 +1,4 @@
 DIST Faker-18.10.1.tar.gz 1670142 BLAKE2B 
e1ecd65e0f4a26239d04761048faeeb40987cfe73ea3cfbc1344c5fb342a658efc994b4c5e53b171d68e8ac5c0550973913e2a83c728e24bd64e954509791ea9
 SHA512 
bfde74d2bbbc1b6055d094b0fc881bec7f050d2a980638a5ea577a345863737dd66b794204530d0db6daaf06e453e1d95ad07d479af62147176d535688b584b9
 DIST Faker-18.11.1.tar.gz 1670237 BLAKE2B 
6c8572f4883d71a8f94535605ea53aba3fe2e0d9f8281cb207248a5a6d119055e49ce95b50d175e508d65b8186fe89ba0fbc21b0f9db19c4cc67c02defebbfdf
 SHA512 
e8cc65d1a1efc70e76a3a1286950553bc8a998cdeaa06e45da58609f8418e34cc34c0d759f0488b84fbb94deaa4e1ba24e547ae5f9126c95a401f137fa660786
+DIST Faker-18.11.2.tar.gz 1670644 BLAKE2B 
0496e9d2169932fd158b8eb62693d1c7f833c00c93fa75b35d747bec1a9e81247977b307faef6cb2526c0042716b080b160fc93cf8d9543a1e2bb3a477f815e6
 SHA512 
9b54485836d8e4cf66c0ebc9807770f77867a9ab634bc5a465811fe0c2d79c0ec1ab5360bb5f69e9f603026094b4c969a4ad1b98c0c6b21e7fb740d5a17af5b8
 DIST Faker-18.9.0.tar.gz 1667357 BLAKE2B 
e1086168201969a1a0410d7bb6e97bdf31d0f470d6e39f011b8d62733818a4d5108a1ea058d19f41922efafc0a056bffe14f76ff1a77c9599097a3d172d0accb
 SHA512 
9ad60cc30121405fdac38ef479ca1f8bf9114a599575caeded5be4fb8fed80a3268ad02705217ab0ce006e017d2aae7be3c1b50cacddc49bc16cdeb9bc9347c9



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-06-20 Thread Michał Górny
commit: 6ba7e6916aad4a6a6a4867414f7f931d20319080
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 21 03:35:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 21 04:14:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba7e691

dev-python/Faker: Bump to 18.11.1

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

 dev-python/Faker/Faker-18.11.1.ebuild | 34 ++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-18.11.1.ebuild 
b/dev-python/Faker/Faker-18.11.1.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-18.11.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 1af4972e003d..69162b36e461 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-18.10.1.tar.gz 1670142 BLAKE2B 
e1ecd65e0f4a26239d04761048faeeb40987cfe73ea3cfbc1344c5fb342a658efc994b4c5e53b171d68e8ac5c0550973913e2a83c728e24bd64e954509791ea9
 SHA512 
bfde74d2bbbc1b6055d094b0fc881bec7f050d2a980638a5ea577a345863737dd66b794204530d0db6daaf06e453e1d95ad07d479af62147176d535688b584b9
+DIST Faker-18.11.1.tar.gz 1670237 BLAKE2B 
6c8572f4883d71a8f94535605ea53aba3fe2e0d9f8281cb207248a5a6d119055e49ce95b50d175e508d65b8186fe89ba0fbc21b0f9db19c4cc67c02defebbfdf
 SHA512 
e8cc65d1a1efc70e76a3a1286950553bc8a998cdeaa06e45da58609f8418e34cc34c0d759f0488b84fbb94deaa4e1ba24e547ae5f9126c95a401f137fa660786
 DIST Faker-18.9.0.tar.gz 1667357 BLAKE2B 
e1086168201969a1a0410d7bb6e97bdf31d0f470d6e39f011b8d62733818a4d5108a1ea058d19f41922efafc0a056bffe14f76ff1a77c9599097a3d172d0accb
 SHA512 
9ad60cc30121405fdac38ef479ca1f8bf9114a599575caeded5be4fb8fed80a3268ad02705217ab0ce006e017d2aae7be3c1b50cacddc49bc16cdeb9bc9347c9



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-06-03 Thread Michał Górny
commit: 4ad210a82c0c180d3c19bc25999deeb0fa05cee7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  3 05:22:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  3 06:48:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad210a8

dev-python/Faker: Bump to 18.10.1

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

 dev-python/Faker/Faker-18.10.1.ebuild | 34 ++
 dev-python/Faker/Manifest |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-18.10.1.ebuild 
b/dev-python/Faker/Faker-18.10.1.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-18.10.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 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=( 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 ~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

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 0d081f566ea2..1af4972e003d 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1 +1,2 @@
+DIST Faker-18.10.1.tar.gz 1670142 BLAKE2B 
e1ecd65e0f4a26239d04761048faeeb40987cfe73ea3cfbc1344c5fb342a658efc994b4c5e53b171d68e8ac5c0550973913e2a83c728e24bd64e954509791ea9
 SHA512 
bfde74d2bbbc1b6055d094b0fc881bec7f050d2a980638a5ea577a345863737dd66b794204530d0db6daaf06e453e1d95ad07d479af62147176d535688b584b9
 DIST Faker-18.9.0.tar.gz 1667357 BLAKE2B 
e1086168201969a1a0410d7bb6e97bdf31d0f470d6e39f011b8d62733818a4d5108a1ea058d19f41922efafc0a056bffe14f76ff1a77c9599097a3d172d0accb
 SHA512 
9ad60cc30121405fdac38ef479ca1f8bf9114a599575caeded5be4fb8fed80a3268ad02705217ab0ce006e017d2aae7be3c1b50cacddc49bc16cdeb9bc9347c9



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-05-31 Thread Michał Górny
commit: 0644f9873f1d4b3243bed5b264344c1dbfb4ea21
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 13:28:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 13:57:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0644f987

dev-python/Faker: Enable py3.12

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

 dev-python/Faker/Faker-18.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-18.9.0.ebuild 
b/dev-python/Faker/Faker-18.9.0.ebuild
index 2fa715bfd9c8..710178d555ae 100644
--- a/dev-python/Faker/Faker-18.9.0.ebuild
+++ b/dev-python/Faker/Faker-18.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-05-25 Thread Michał Górny
commit: e42650359e88752572b8bb0cc2c9fadce72f7c89
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 12:47:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 14:38:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4265035

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-18.4.0.ebuild | 34 --
 dev-python/Faker/Faker-18.5.1.ebuild | 34 --
 dev-python/Faker/Faker-18.6.0.ebuild | 34 --
 dev-python/Faker/Faker-18.6.1.ebuild | 34 --
 dev-python/Faker/Faker-18.6.2.ebuild | 34 --
 dev-python/Faker/Faker-18.7.0.ebuild | 34 --
 dev-python/Faker/Manifest|  6 --
 7 files changed, 210 deletions(-)

diff --git a/dev-python/Faker/Faker-18.4.0.ebuild 
b/dev-python/Faker/Faker-18.4.0.ebuild
deleted file mode 100644
index d3d0d7cfdc9a..
--- a/dev-python/Faker/Faker-18.4.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( python3_{9..11} )
-
-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 ~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

diff --git a/dev-python/Faker/Faker-18.5.1.ebuild 
b/dev-python/Faker/Faker-18.5.1.ebuild
deleted file mode 100644
index f1e5f5fe409a..
--- a/dev-python/Faker/Faker-18.5.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( python3_{9..11} )
-
-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 ~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

diff --git a/dev-python/Faker/Faker-18.6.0.ebuild 
b/dev-python/Faker/Faker-18.6.0.ebuild
deleted file mode 100644
index f1e5f5fe409a..
--- a/dev-python/Faker/Faker-18.6.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( python3_{9..11} )
-
-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 ~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

diff --git a/dev-python/Faker/Faker-18.6.1.ebuild 
b/dev-python/Faker/Faker-18.6.1.ebuild
deleted file mode 100644
index f1e5f5fe409a..
--- a/dev-python/Faker/Faker-18.6.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2023 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=( python3_{9..11} )
-
-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 ~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

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-05-25 Thread Arthur Zamarin
commit: 60ca567a175ae05def3d4cdadd6429faea703973
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 25 08:15:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 25 08:15:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ca567a

dev-python/Faker: Stabilize 18.9.0 ALLARCHES, #907159

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-18.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/Faker/Faker-18.9.0.ebuild 
b/dev-python/Faker/Faker-18.9.0.ebuild
index 9618d4da811e..2fa715bfd9c8 100644
--- a/dev-python/Faker/Faker-18.9.0.ebuild
+++ b/dev-python/Faker/Faker-18.9.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



  1   2   3   >