* [gentoo-commits] repo/proj/guru:master commit in: dev-python/faker/
@ 2020-05-19 11:24 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-05-19 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 66a270db1435ebc7105c6af9530a0bb31801394d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 18 18:39:15 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 18 18:39:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66a270db
dev-python/faker: new version
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/faker/Manifest | 1 +
dev-python/faker/faker-4.1.0.ebuild | 57 +++++++++++++++++++++++++++++++++++++
dev-python/faker/metadata.xml | 17 +++++++++++
3 files changed, 75 insertions(+)
diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index b9e0bd2..c3f1157 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1 +1,2 @@
DIST faker-4.0.3.tar.gz 996987 BLAKE2B cc8fa1ae039d1a753efde2a43404681fe53124fb2a92724a81384cd10dd8008833c6c4468012f3cfaef83ca6e6a50813ef00036b180df2f1752a79064507c770 SHA512 08d7a4fc3a65f4f31467e0aa91525ce92042ef7e471992a63c3fef2efa14ab894bda1f0fa1e6b651f78ceadee7c3683079001db904147739628457a44adef615
+DIST faker-4.1.0.tar.gz 1005246 BLAKE2B 07a4d93875ed67f6e8e34fec7d4015eddc47cdb80e4e5b60f33e5ab93105f14b95f1ff9073debd530e04d71c4c5d22e1db805753151842a6b896095376eb1304 SHA512 da8e6df52c53788af323d92a0feaafcc215bd00ae5a95bb2d829852bbf04f89f9216c7e226b3b89966c053dd891db33acf2e2ee2ac5a981745976325c0cf2d2e
diff --git a/dev-python/faker/faker-4.1.0.ebuild b/dev-python/faker/faker-4.1.0.ebuild
new file mode 100644
index 0000000..2fb03ec
--- /dev/null
+++ b/dev-python/faker/faker-4.1.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python package that generates fake data"
+HOMEPAGE="
+ https://github.com/joke2k/faker
+ https://pypi.org/project/Faker
+"
+SRC_URI="https://github.com/joke2k/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+ >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-python/sphinx-2.4[${PYTHON_USEDEP}]
+ <dev-python/sphinx-3.0[${PYTHON_USEDEP}]
+ test? (
+ <dev-python/freezegun-0.4[${PYTHON_USEDEP}]
+ dev-python/more-itertools[${PYTHON_USEDEP}]
+ >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
+ <dev-python/pytest-5.5[${PYTHON_USEDEP}]
+ dev-python/random2[${PYTHON_USEDEP}]
+ >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
+ >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
+ )
+"
+#BDEPEND="
+# doc? ( dev-python/faker )
+#"
+
+src_prepare() {
+ export READTHEDOCS=True || die
+ default
+}
+
+python_test() {
+ distutils_install_for_testing
+ pytest -vv || die "Testsuite failed under ${EPYTHON}"
+}
+
+#TODO: make docs working
+#FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-4.1.0/work/docs/providers.rst'
+#distutils_enable_sphinx docs --no-autodoc
diff --git a/dev-python/faker/metadata.xml b/dev-python/faker/metadata.xml
index 81bcab6..df80548 100644
--- a/dev-python/faker/metadata.xml
+++ b/dev-python/faker/metadata.xml
@@ -12,6 +12,23 @@
or anonymize data taken from a production service, Faker is for you.
</longdescription>
<upstream>
+ <maintainer>
+ <name>
+ Daniele Faraglia
+ </name>
+ <email>
+ joke2k@gmail.com
+ </email>
+ </maintainer>
+ <doc lang="en">
+ https://faker.readthedocs.io/en/stable
+ </doc>
+ <bugs-to>
+ https://github.com/joke2k/faker/issues
+ </bugs-to>
+ <changelog>
+ https://raw.githubusercontent.com/joke2k/faker/master/CHANGELOG.rst
+ </changelog>
<remote-id type="github">joke2k/faker</remote-id>
<remote-id type="pypi">Faker</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/faker/
2020-08-28 15:26 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-08-28 15:26 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-08-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 66d7fce60ad42a95e2861d4831c9947975039789
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 28 14:52:54 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 28 15:26:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66d7fce6
dev-python/faker: version bump, drop py3.6
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/faker/Manifest | 3 +-
dev-python/faker/faker-4.0.3.ebuild | 43 ----------------------
.../{faker-4.1.0.ebuild => faker-4.1.2.ebuild} | 8 ++--
3 files changed, 6 insertions(+), 48 deletions(-)
diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index c3f1157..544f9d3 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1,2 +1 @@
-DIST faker-4.0.3.tar.gz 996987 BLAKE2B cc8fa1ae039d1a753efde2a43404681fe53124fb2a92724a81384cd10dd8008833c6c4468012f3cfaef83ca6e6a50813ef00036b180df2f1752a79064507c770 SHA512 08d7a4fc3a65f4f31467e0aa91525ce92042ef7e471992a63c3fef2efa14ab894bda1f0fa1e6b651f78ceadee7c3683079001db904147739628457a44adef615
-DIST faker-4.1.0.tar.gz 1005246 BLAKE2B 07a4d93875ed67f6e8e34fec7d4015eddc47cdb80e4e5b60f33e5ab93105f14b95f1ff9073debd530e04d71c4c5d22e1db805753151842a6b896095376eb1304 SHA512 da8e6df52c53788af323d92a0feaafcc215bd00ae5a95bb2d829852bbf04f89f9216c7e226b3b89966c053dd891db33acf2e2ee2ac5a981745976325c0cf2d2e
+DIST faker-4.1.2.tar.gz 1022640 BLAKE2B 6aee2cd581b1acb344d88f2e38da2fb5fb26e09ecec8bfc0c7febdff4c24758af60327c3e7efd7ad1d489705beaf75e5d11ad572f9bb0c03bc52f8d17b8e1238 SHA512 194bd8537d6288a0e6f5bbae721fc350e829ae18d1d76c3092d08d2576027dd99778fe50e8c7a293e69672d9904d7b7ea457b40baa89fae0402bd1355e430c07
diff --git a/dev-python/faker/faker-4.0.3.ebuild b/dev-python/faker/faker-4.0.3.ebuild
deleted file mode 100644
index 5307581..0000000
--- a/dev-python/faker/faker-4.0.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python package that generates fake data"
-HOMEPAGE="
- https://github.com/joke2k/faker
- https://pypi.org/project/Faker
-"
-SRC_URI="https://github.com/joke2k/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- >=dev-python/sphinx-2.4[${PYTHON_USEDEP}]
- <dev-python/sphinx-3.0[${PYTHON_USEDEP}]
- test? (
- <dev-python/freezegun-0.4[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
- <dev-python/pytest-5.5[${PYTHON_USEDEP}]
- dev-python/random2[${PYTHON_USEDEP}]
- >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-#TODO: make docs working
-#distutils_enable_sphinx docs --no-autodoc
diff --git a/dev-python/faker/faker-4.1.0.ebuild b/dev-python/faker/faker-4.1.2.ebuild
similarity index 93%
rename from dev-python/faker/faker-4.1.0.ebuild
rename to dev-python/faker/faker-4.1.2.ebuild
index 2fb03ec..3f3f090 100644
--- a/dev-python/faker/faker-4.1.0.ebuild
+++ b/dev-python/faker/faker-4.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI="7"
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
@@ -14,11 +14,11 @@ HOMEPAGE="
https://pypi.org/project/Faker
"
SRC_URI="https://github.com/joke2k/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+
RDEPEND="
>=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
@@ -29,6 +29,7 @@ DEPEND="
>=dev-python/sphinx-2.4[${PYTHON_USEDEP}]
<dev-python/sphinx-3.0[${PYTHON_USEDEP}]
test? (
+ dev-python/faker[${PYTHON_USEDEP}]
<dev-python/freezegun-0.4[${PYTHON_USEDEP}]
dev-python/more-itertools[${PYTHON_USEDEP}]
>=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
@@ -52,6 +53,7 @@ python_test() {
pytest -vv || die "Testsuite failed under ${EPYTHON}"
}
+distutils_enable_tests pytest
#TODO: make docs working
#FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-4.1.0/work/docs/providers.rst'
#distutils_enable_sphinx docs --no-autodoc
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/faker/
2020-12-06 19:34 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-12-06 19:34 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-06 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 7641edbe1216f53ab56d4de3f19727711285ec19
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Dec 6 19:34:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Dec 6 19:34:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7641edbe
dev-python/faker: version bump 5.0.0, add py3.9
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/faker/Manifest | 2 +-
.../{faker-4.1.2.ebuild => faker-5.0.0.ebuild} | 25 +++++-----------------
2 files changed, 6 insertions(+), 21 deletions(-)
diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index 544f9d3a..c4c0c412 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1 +1 @@
-DIST faker-4.1.2.tar.gz 1022640 BLAKE2B 6aee2cd581b1acb344d88f2e38da2fb5fb26e09ecec8bfc0c7febdff4c24758af60327c3e7efd7ad1d489705beaf75e5d11ad572f9bb0c03bc52f8d17b8e1238 SHA512 194bd8537d6288a0e6f5bbae721fc350e829ae18d1d76c3092d08d2576027dd99778fe50e8c7a293e69672d9904d7b7ea457b40baa89fae0402bd1355e430c07
+DIST faker-5.0.0.tar.gz 1069920 BLAKE2B ed91e999ed598fe745b720c90a0d50c1bad95de5f7323cb1122174cbec3be1f6df907929ac7f153622bbd0e90068600b01a70ee7634368ba166530c733c21c01 SHA512 99ff7a7643e0c16120c858165586605c6ab2a363f2c6a991e0a815f6ab5b694334392bf066cc05530c4915eeb46ff6a1c2fc0f37a30448e2d2919fbd01cddac9
diff --git a/dev-python/faker/faker-4.1.2.ebuild b/dev-python/faker/faker-5.0.0.ebuild
similarity index 60%
rename from dev-python/faker/faker-4.1.2.ebuild
rename to dev-python/faker/faker-5.0.0.ebuild
index 3f3f0907..d4b5e753 100644
--- a/dev-python/faker/faker-4.1.2.ebuild
+++ b/dev-python/faker/faker-5.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI="7"
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -21,39 +21,24 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
>=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
- >=dev-python/sphinx-2.4[${PYTHON_USEDEP}]
- <dev-python/sphinx-3.0[${PYTHON_USEDEP}]
- test? (
- dev-python/faker[${PYTHON_USEDEP}]
- <dev-python/freezegun-0.4[${PYTHON_USEDEP}]
+BDEPEND="test? (
+ dev-python/freezegun[${PYTHON_USEDEP}]
dev-python/more-itertools[${PYTHON_USEDEP}]
>=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
- <dev-python/pytest-5.5[${PYTHON_USEDEP}]
dev-python/random2[${PYTHON_USEDEP}]
>=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
>=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
)
"
-#BDEPEND="
-# doc? ( dev-python/faker )
-#"
src_prepare() {
export READTHEDOCS=True || die
default
}
-python_test() {
- distutils_install_for_testing
- pytest -vv || die "Testsuite failed under ${EPYTHON}"
-}
-
-distutils_enable_tests pytest
+distutils_enable_tests --install pytest
#TODO: make docs working
-#FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-4.1.0/work/docs/providers.rst'
+#Handler <function _create_source_files at 0x7fba9ff481f0> for event 'builder-inited' threw an exception (exception: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-5.0.0/work/docs/providers.rst')
#distutils_enable_sphinx docs --no-autodoc
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/faker/
@ 2020-12-09 14:14 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-09 14:14 UTC (permalink / raw
To: gentoo-commits
commit: b2ce8682893043d2b7174c29478bc0e44c63b74b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Dec 9 01:46:07 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Dec 9 01:46:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2ce8682
dev-python/faker: new version
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/faker/Manifest | 1 +
dev-python/faker/faker-5.0.1.ebuild | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index c4c0c412..772c3c6d 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1 +1,2 @@
DIST faker-5.0.0.tar.gz 1069920 BLAKE2B ed91e999ed598fe745b720c90a0d50c1bad95de5f7323cb1122174cbec3be1f6df907929ac7f153622bbd0e90068600b01a70ee7634368ba166530c733c21c01 SHA512 99ff7a7643e0c16120c858165586605c6ab2a363f2c6a991e0a815f6ab5b694334392bf066cc05530c4915eeb46ff6a1c2fc0f37a30448e2d2919fbd01cddac9
+DIST faker-5.0.1.tar.gz 1070399 BLAKE2B 7359f798f8d998017ef1e17ebd2e1f75309d9648f99f464fcd512aad37ba92ac124180983145cf50217080e6c7109cd355a0fe8f3c773b624dc12375e936cef1 SHA512 8182226e8b044571c19c081f93e7bda99c90ed0d7ccc6da9f75761abc22b34c7c9e3fc0d9e6f8034e40e25dd0992c86edabba380676dea16e7e748087465d952
diff --git a/dev-python/faker/faker-5.0.1.ebuild b/dev-python/faker/faker-5.0.1.ebuild
new file mode 100644
index 00000000..41864ab9
--- /dev/null
+++ b/dev-python/faker/faker-5.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python package that generates fake data"
+HOMEPAGE="
+ https://github.com/joke2k/faker
+ https://pypi.org/project/Faker
+"
+SRC_URI="https://github.com/joke2k/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
+ >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
+"
+BDEPEND="test? (
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}]
+ >=dev-python/random2-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
+ >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
+ )
+"
+
+src_prepare() {
+ export READTHEDOCS=True || die
+ default
+}
+
+distutils_enable_tests --install pytest
+#TODO: make docs working
+#Handler <function _create_source_files at 0x7fba9ff481f0> for event 'builder-inited' threw an exception (exception: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-5.0.0/work/docs/providers.rst')
+#distutils_enable_sphinx docs --no-autodoc
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/faker/
@ 2020-12-18 16:19 Andrew Ammerlaan
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 473df07fedab3ec2d8201b5aad869a4dcff1578d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 16:19:18 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 16:19:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=473df07f
dev-python/faker: version bump 5.0.2
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/faker/Manifest | 3 +-
dev-python/faker/faker-5.0.0.ebuild | 44 ----------------------
.../{faker-5.0.1.ebuild => faker-5.0.2.ebuild} | 10 ++---
3 files changed, 6 insertions(+), 51 deletions(-)
diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index 772c3c6d..15e14850 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1,2 +1 @@
-DIST faker-5.0.0.tar.gz 1069920 BLAKE2B ed91e999ed598fe745b720c90a0d50c1bad95de5f7323cb1122174cbec3be1f6df907929ac7f153622bbd0e90068600b01a70ee7634368ba166530c733c21c01 SHA512 99ff7a7643e0c16120c858165586605c6ab2a363f2c6a991e0a815f6ab5b694334392bf066cc05530c4915eeb46ff6a1c2fc0f37a30448e2d2919fbd01cddac9
-DIST faker-5.0.1.tar.gz 1070399 BLAKE2B 7359f798f8d998017ef1e17ebd2e1f75309d9648f99f464fcd512aad37ba92ac124180983145cf50217080e6c7109cd355a0fe8f3c773b624dc12375e936cef1 SHA512 8182226e8b044571c19c081f93e7bda99c90ed0d7ccc6da9f75761abc22b34c7c9e3fc0d9e6f8034e40e25dd0992c86edabba380676dea16e7e748087465d952
+DIST faker-5.0.2.tar.gz 1070479 BLAKE2B 72627ef272bde4692cc524b5970d5080772efaddcb0c0116709cfd7881a94f73052573aab1cdca5813e907429ae6f054fb9cd11c6a7a02b8035f74576641c9bb SHA512 b7694b3d5ec34ab136d4a6ff87815c3bd5e69f88b339e0382ba8dda62df09df5a4d291a18958e4b2807572893707c10793da092464de5f9f03a63e4a07f35501
diff --git a/dev-python/faker/faker-5.0.0.ebuild b/dev-python/faker/faker-5.0.0.ebuild
deleted file mode 100644
index d4b5e753..00000000
--- a/dev-python/faker/faker-5.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python package that generates fake data"
-HOMEPAGE="
- https://github.com/joke2k/faker
- https://pypi.org/project/Faker
-"
-SRC_URI="https://github.com/joke2k/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
- >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
-"
-BDEPEND="test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
- dev-python/random2[${PYTHON_USEDEP}]
- >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
- )
-"
-
-src_prepare() {
- export READTHEDOCS=True || die
- default
-}
-
-distutils_enable_tests --install pytest
-#TODO: make docs working
-#Handler <function _create_source_files at 0x7fba9ff481f0> for event 'builder-inited' threw an exception (exception: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-5.0.0/work/docs/providers.rst')
-#distutils_enable_sphinx docs --no-autodoc
diff --git a/dev-python/faker/faker-5.0.1.ebuild b/dev-python/faker/faker-5.0.2.ebuild
similarity index 80%
rename from dev-python/faker/faker-5.0.1.ebuild
rename to dev-python/faker/faker-5.0.2.ebuild
index 41864ab9..d5a17fb9 100644
--- a/dev-python/faker/faker-5.0.1.ebuild
+++ b/dev-python/faker/faker-5.0.2.ebuild
@@ -24,11 +24,11 @@ RDEPEND="
>=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
"
BDEPEND="test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}]
- >=dev-python/random2-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}]
+ >=dev-python/random2-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
+ >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/faker/
2020-12-18 16:19 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/faker/ Andrew Ammerlaan
@ 2020-12-18 16:26 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 473df07fedab3ec2d8201b5aad869a4dcff1578d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 16:19:18 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 16:19:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=473df07f
dev-python/faker: version bump 5.0.2
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/faker/Manifest | 3 +-
dev-python/faker/faker-5.0.0.ebuild | 44 ----------------------
.../{faker-5.0.1.ebuild => faker-5.0.2.ebuild} | 10 ++---
3 files changed, 6 insertions(+), 51 deletions(-)
diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index 772c3c6d..15e14850 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1,2 +1 @@
-DIST faker-5.0.0.tar.gz 1069920 BLAKE2B ed91e999ed598fe745b720c90a0d50c1bad95de5f7323cb1122174cbec3be1f6df907929ac7f153622bbd0e90068600b01a70ee7634368ba166530c733c21c01 SHA512 99ff7a7643e0c16120c858165586605c6ab2a363f2c6a991e0a815f6ab5b694334392bf066cc05530c4915eeb46ff6a1c2fc0f37a30448e2d2919fbd01cddac9
-DIST faker-5.0.1.tar.gz 1070399 BLAKE2B 7359f798f8d998017ef1e17ebd2e1f75309d9648f99f464fcd512aad37ba92ac124180983145cf50217080e6c7109cd355a0fe8f3c773b624dc12375e936cef1 SHA512 8182226e8b044571c19c081f93e7bda99c90ed0d7ccc6da9f75761abc22b34c7c9e3fc0d9e6f8034e40e25dd0992c86edabba380676dea16e7e748087465d952
+DIST faker-5.0.2.tar.gz 1070479 BLAKE2B 72627ef272bde4692cc524b5970d5080772efaddcb0c0116709cfd7881a94f73052573aab1cdca5813e907429ae6f054fb9cd11c6a7a02b8035f74576641c9bb SHA512 b7694b3d5ec34ab136d4a6ff87815c3bd5e69f88b339e0382ba8dda62df09df5a4d291a18958e4b2807572893707c10793da092464de5f9f03a63e4a07f35501
diff --git a/dev-python/faker/faker-5.0.0.ebuild b/dev-python/faker/faker-5.0.0.ebuild
deleted file mode 100644
index d4b5e753..00000000
--- a/dev-python/faker/faker-5.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python package that generates fake data"
-HOMEPAGE="
- https://github.com/joke2k/faker
- https://pypi.org/project/Faker
-"
-SRC_URI="https://github.com/joke2k/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
- >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
-"
-BDEPEND="test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
- dev-python/random2[${PYTHON_USEDEP}]
- >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
- )
-"
-
-src_prepare() {
- export READTHEDOCS=True || die
- default
-}
-
-distutils_enable_tests --install pytest
-#TODO: make docs working
-#Handler <function _create_source_files at 0x7fba9ff481f0> for event 'builder-inited' threw an exception (exception: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-5.0.0/work/docs/providers.rst')
-#distutils_enable_sphinx docs --no-autodoc
diff --git a/dev-python/faker/faker-5.0.1.ebuild b/dev-python/faker/faker-5.0.2.ebuild
similarity index 80%
rename from dev-python/faker/faker-5.0.1.ebuild
rename to dev-python/faker/faker-5.0.2.ebuild
index 41864ab9..d5a17fb9 100644
--- a/dev-python/faker/faker-5.0.1.ebuild
+++ b/dev-python/faker/faker-5.0.2.ebuild
@@ -24,11 +24,11 @@ RDEPEND="
>=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
"
BDEPEND="test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}]
- >=dev-python/random2-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}]
+ >=dev-python/random2-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}]
+ >=dev-python/validators-0.13.0[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-12-18 16:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 16:19 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/faker/ Andrew Ammerlaan
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-12-09 14:14 Andrew Ammerlaan
2020-12-06 19:34 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-06 19:34 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-28 15:26 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-28 15:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-19 11:24 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox