From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1152011-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 520EC138350 for <garchives@archives.gentoo.org>; Fri, 13 Mar 2020 12:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90D8DE0923; Fri, 13 Mar 2020 12:34:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F01CE0923 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Mar 2020 12:34:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEA4634EF98 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Mar 2020 12:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D2F176 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Mar 2020 12:33:58 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net> Message-ID: <1584102835.75d91971e7e41563ea08d07fc064fe098e72e338.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-telegram-bot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-telegram-bot/Manifest dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild X-VCS-Directories: dev-python/python-telegram-bot/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 75d91971e7e41563ea08d07fc064fe098e72e338 X-VCS-Branch: dev Date: Fri, 13 Mar 2020 12:33:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 346030e5-62ba-4d23-bce2-af573377b94e X-Archives-Hash: 90bc5bd203b434f2298e54f8e76a4d69 commit: 75d91971e7e41563ea08d07fc064fe098e72e338 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Mar 13 12:33:07 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Mar 13 12:33:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75d91971 dev-python/python-telegram-bot: enable docs flag also added the test deps even though the tests fail anyway, we just use RESTRICT="test" to skip the tests. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/python-telegram-bot/Manifest | 2 +- .../python-telegram-bot-12.4.2.ebuild | 38 +++++++++++++++++++--- .../python-telegram-bot-9999.ebuild | 38 +++++++++++++++++++--- 3 files changed, 67 insertions(+), 11 deletions(-) diff --git a/dev-python/python-telegram-bot/Manifest b/dev-python/python-telegram-bot/Manifest index 5f57644..0a5c14b 100644 --- a/dev-python/python-telegram-bot/Manifest +++ b/dev-python/python-telegram-bot/Manifest @@ -1 +1 @@ -DIST v12.4.2.tar.gz 1896003 BLAKE2B 2fbf77046da9c25b82682db040967e326bb92be0709f76ce9ebf98d611822d07c60d68d02e241cfbb4cc233be0e198a866f85557790227e7439d2688c5d01651 SHA512 b5c652433c99205e71dee67d1c9e5d3a9b2df40b2d60c1810135ef8b1b72f2b4b27a506682d0522a1bae58d39ba7cd559e262c222fde7dd324df779a00a76e10 +DIST python-telegram-bot-12.4.2.tar.gz 1896003 BLAKE2B 2fbf77046da9c25b82682db040967e326bb92be0709f76ce9ebf98d611822d07c60d68d02e241cfbb4cc233be0e198a866f85557790227e7439d2688c5d01651 SHA512 b5c652433c99205e71dee67d1c9e5d3a9b2df40b2d60c1810135ef8b1b72f2b4b27a506682d0522a1bae58d39ba7cd559e262c222fde7dd324df779a00a76e10 diff --git a/dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild index aeefe43..6004623 100644 --- a/dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild +++ b/dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild @@ -8,20 +8,23 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python wrapper of telegram bots API" -HOMEPAGE="https://python-telegram-bot.org/" +HOMEPAGE="https://python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot" if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/python-telegram-bot/python-telegram-bot" else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3" SLOT="0" -IUSE="test" + +# No tests because require networking access +# Commenting out the test deps so we can add py3_8 +RESTRICT="test" RDEPEND=" dev-python/certifi[${PYTHON_USEDEP}] @@ -34,6 +37,31 @@ RDEPEND=" www-servers/tornado[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +#DEPEND="test? ( +# dev-python/attrs[${PYTHON_USEDEP}] +# dev-python/beautifulsoup:4[${PYTHON_USEDEP}] +# dev-python/flake8[${PYTHON_USEDEP}] +# dev-python/flaky[${PYTHON_USEDEP}] +# dev-python/pylint[${PYTHON_USEDEP}] +# dev-python/pytest-timeout[${PYTHON_USEDEP}] +# dev-python/yapf[${PYTHON_USEDEP}] +#)" -# No tests because require networking access +distutils_enable_tests pytest +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme + +python_prepare_all() { + # do not make a test flaky report + sed -i -e '/addopts/d' setup.cfg || die + + # this test fails: Unknown pytest.mark.nocoverage + # likely this requires pytest-cov but that is deprecated + # so we skip the test + rm tests/test_meta.py || die + + # this fails to import urllib3 even though + # it is installed + rm tests/test_official.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild index aeefe43..6004623 100644 --- a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild +++ b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild @@ -8,20 +8,23 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python wrapper of telegram bots API" -HOMEPAGE="https://python-telegram-bot.org/" +HOMEPAGE="https://python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot" if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/python-telegram-bot/python-telegram-bot" else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3" SLOT="0" -IUSE="test" + +# No tests because require networking access +# Commenting out the test deps so we can add py3_8 +RESTRICT="test" RDEPEND=" dev-python/certifi[${PYTHON_USEDEP}] @@ -34,6 +37,31 @@ RDEPEND=" www-servers/tornado[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +#DEPEND="test? ( +# dev-python/attrs[${PYTHON_USEDEP}] +# dev-python/beautifulsoup:4[${PYTHON_USEDEP}] +# dev-python/flake8[${PYTHON_USEDEP}] +# dev-python/flaky[${PYTHON_USEDEP}] +# dev-python/pylint[${PYTHON_USEDEP}] +# dev-python/pytest-timeout[${PYTHON_USEDEP}] +# dev-python/yapf[${PYTHON_USEDEP}] +#)" -# No tests because require networking access +distutils_enable_tests pytest +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme + +python_prepare_all() { + # do not make a test flaky report + sed -i -e '/addopts/d' setup.cfg || die + + # this test fails: Unknown pytest.mark.nocoverage + # likely this requires pytest-cov but that is deprecated + # so we skip the test + rm tests/test_meta.py || die + + # this fails to import urllib3 even though + # it is installed + rm tests/test_official.py || die + + distutils-r1_python_prepare_all +} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1152065-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40D53138350 for <garchives@archives.gentoo.org>; Fri, 13 Mar 2020 17:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6ECEE0CEB; Fri, 13 Mar 2020 17:45:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F48FE0CD0 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Mar 2020 17:45:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92DA334EF86 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Mar 2020 17:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98CE4189 for <gentoo-commits@lists.gentoo.org>; Fri, 13 Mar 2020 17:45:50 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net> Message-ID: <1584102835.75d91971e7e41563ea08d07fc064fe098e72e338.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-telegram-bot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-telegram-bot/Manifest dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild X-VCS-Directories: dev-python/python-telegram-bot/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 75d91971e7e41563ea08d07fc064fe098e72e338 X-VCS-Branch: master Date: Fri, 13 Mar 2020 17:45:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e7a7195-0f2a-4c92-abfa-9faa83638af1 X-Archives-Hash: 2394e8a9a80a44cc03a211fa918aa941 Message-ID: <20200313174550.UBjNaP6WR1gkS1d9qhgPpniAhqXsvBudxxerEiM9hk0@z> commit: 75d91971e7e41563ea08d07fc064fe098e72e338 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Mar 13 12:33:07 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Mar 13 12:33:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75d91971 dev-python/python-telegram-bot: enable docs flag also added the test deps even though the tests fail anyway, we just use RESTRICT="test" to skip the tests. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/python-telegram-bot/Manifest | 2 +- .../python-telegram-bot-12.4.2.ebuild | 38 +++++++++++++++++++--- .../python-telegram-bot-9999.ebuild | 38 +++++++++++++++++++--- 3 files changed, 67 insertions(+), 11 deletions(-) diff --git a/dev-python/python-telegram-bot/Manifest b/dev-python/python-telegram-bot/Manifest index 5f57644..0a5c14b 100644 --- a/dev-python/python-telegram-bot/Manifest +++ b/dev-python/python-telegram-bot/Manifest @@ -1 +1 @@ -DIST v12.4.2.tar.gz 1896003 BLAKE2B 2fbf77046da9c25b82682db040967e326bb92be0709f76ce9ebf98d611822d07c60d68d02e241cfbb4cc233be0e198a866f85557790227e7439d2688c5d01651 SHA512 b5c652433c99205e71dee67d1c9e5d3a9b2df40b2d60c1810135ef8b1b72f2b4b27a506682d0522a1bae58d39ba7cd559e262c222fde7dd324df779a00a76e10 +DIST python-telegram-bot-12.4.2.tar.gz 1896003 BLAKE2B 2fbf77046da9c25b82682db040967e326bb92be0709f76ce9ebf98d611822d07c60d68d02e241cfbb4cc233be0e198a866f85557790227e7439d2688c5d01651 SHA512 b5c652433c99205e71dee67d1c9e5d3a9b2df40b2d60c1810135ef8b1b72f2b4b27a506682d0522a1bae58d39ba7cd559e262c222fde7dd324df779a00a76e10 diff --git a/dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild index aeefe43..6004623 100644 --- a/dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild +++ b/dev-python/python-telegram-bot/python-telegram-bot-12.4.2.ebuild @@ -8,20 +8,23 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python wrapper of telegram bots API" -HOMEPAGE="https://python-telegram-bot.org/" +HOMEPAGE="https://python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot" if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/python-telegram-bot/python-telegram-bot" else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3" SLOT="0" -IUSE="test" + +# No tests because require networking access +# Commenting out the test deps so we can add py3_8 +RESTRICT="test" RDEPEND=" dev-python/certifi[${PYTHON_USEDEP}] @@ -34,6 +37,31 @@ RDEPEND=" www-servers/tornado[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +#DEPEND="test? ( +# dev-python/attrs[${PYTHON_USEDEP}] +# dev-python/beautifulsoup:4[${PYTHON_USEDEP}] +# dev-python/flake8[${PYTHON_USEDEP}] +# dev-python/flaky[${PYTHON_USEDEP}] +# dev-python/pylint[${PYTHON_USEDEP}] +# dev-python/pytest-timeout[${PYTHON_USEDEP}] +# dev-python/yapf[${PYTHON_USEDEP}] +#)" -# No tests because require networking access +distutils_enable_tests pytest +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme + +python_prepare_all() { + # do not make a test flaky report + sed -i -e '/addopts/d' setup.cfg || die + + # this test fails: Unknown pytest.mark.nocoverage + # likely this requires pytest-cov but that is deprecated + # so we skip the test + rm tests/test_meta.py || die + + # this fails to import urllib3 even though + # it is installed + rm tests/test_official.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild index aeefe43..6004623 100644 --- a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild +++ b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild @@ -8,20 +8,23 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python wrapper of telegram bots API" -HOMEPAGE="https://python-telegram-bot.org/" +HOMEPAGE="https://python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot" if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/python-telegram-bot/python-telegram-bot" else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3" SLOT="0" -IUSE="test" + +# No tests because require networking access +# Commenting out the test deps so we can add py3_8 +RESTRICT="test" RDEPEND=" dev-python/certifi[${PYTHON_USEDEP}] @@ -34,6 +37,31 @@ RDEPEND=" www-servers/tornado[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +#DEPEND="test? ( +# dev-python/attrs[${PYTHON_USEDEP}] +# dev-python/beautifulsoup:4[${PYTHON_USEDEP}] +# dev-python/flake8[${PYTHON_USEDEP}] +# dev-python/flaky[${PYTHON_USEDEP}] +# dev-python/pylint[${PYTHON_USEDEP}] +# dev-python/pytest-timeout[${PYTHON_USEDEP}] +# dev-python/yapf[${PYTHON_USEDEP}] +#)" -# No tests because require networking access +distutils_enable_tests pytest +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme + +python_prepare_all() { + # do not make a test flaky report + sed -i -e '/addopts/d' setup.cfg || die + + # this test fails: Unknown pytest.mark.nocoverage + # likely this requires pytest-cov but that is deprecated + # so we skip the test + rm tests/test_meta.py || die + + # this fails to import urllib3 even though + # it is installed + rm tests/test_official.py || die + + distutils-r1_python_prepare_all +}