From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/faker/ Date: Sun, 6 Dec 2020 19:34:10 +0000 (UTC) [thread overview] Message-ID: <1607283246.7641edbe1216f53ab56d4de3f19727711285ec19.andrewammerlaan@gentoo> (raw) 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
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/faker/ Date: Sun, 6 Dec 2020 19:34:15 +0000 (UTC) [thread overview] Message-ID: <1607283246.7641edbe1216f53ab56d4de3f19727711285ec19.andrewammerlaan@gentoo> (raw) Message-ID: <20201206193415.c1CMBcgpXihFPisxeT6wqQFO40Ke-03UzAL2WOQM7eM@z> (raw) 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
next reply other threads:[~2020-12-06 19:34 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-06 19:34 Andrew Ammerlaan [this message] 2020-12-06 19:34 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/faker/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2020-12-18 16:19 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-12-09 2:53 Alessandro Barbieri 2020-08-28 15:26 Andrew Ammerlaan 2020-05-18 18:39 Alessandro Barbieri 2020-04-25 11:16 Andrew Ammerlaan 2020-04-25 0:37 Alessandro Barbieri
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1607283246.7641edbe1216f53ab56d4de3f19727711285ec19.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox