From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 3636B138350 for ; Sun, 3 May 2020 09:34:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B8CFE09DF; Sun, 3 May 2020 09:34:00 +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 1BCCBE09DF for ; Sun, 3 May 2020 09:34:00 +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 2DDC334ED5A for ; Sun, 3 May 2020 09:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61CEA22D for ; Sun, 3 May 2020 09:33:26 +0000 (UTC) From: "Andrew Ammerlaan" 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" Message-ID: <1588497127.967010914e3148788412e0673c2471197e1c1fd8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/dateparser/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dateparser/dateparser-0.7.4.ebuild X-VCS-Directories: dev-python/dateparser/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 967010914e3148788412e0673c2471197e1c1fd8 X-VCS-Branch: master Date: Sun, 3 May 2020 09:33:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a5fb2bd-f280-47b0-a1cf-18d1a21e11e7 X-Archives-Hash: 2b7bfdaed2b2a4e18d3b83181a945707 commit: 967010914e3148788412e0673c2471197e1c1fd8 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun May 3 09:12:07 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun May 3 09:12:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96701091 dev-python/dateparser: enable doc building and fixup tests Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/dateparser/dateparser-0.7.4.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/dateparser/dateparser-0.7.4.ebuild b/dev-python/dateparser/dateparser-0.7.4.ebuild index 5dbac12..88e4522 100644 --- a/dev-python/dateparser/dateparser-0.7.4.ebuild +++ b/dev-python/dateparser/dateparser-0.7.4.ebuild @@ -14,15 +14,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-4" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" DEPEND=" test? ( - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/flake8[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] dev-python/parameterized[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] ) @@ -35,4 +30,5 @@ RDEPEND=" dev-python/tzlocal[${PYTHON_USEDEP}] " -distutils_enable_tests setup.py +distutils_enable_tests nose +distutils_enable_sphinx docs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E0720138350 for ; Sun, 3 May 2020 09:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E4B1E094E; Sun, 3 May 2020 09:12:18 +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 E16C4E094E for ; Sun, 3 May 2020 09:12:17 +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 4516C34F2D6 for ; Sun, 3 May 2020 09:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AC191C8 for ; Sun, 3 May 2020 09:12:13 +0000 (UTC) From: "Andrew Ammerlaan" 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" Message-ID: <1588497127.967010914e3148788412e0673c2471197e1c1fd8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dateparser/dateparser-0.7.4.ebuild X-VCS-Directories: dev-python/dateparser/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 967010914e3148788412e0673c2471197e1c1fd8 X-VCS-Branch: dev Date: Sun, 3 May 2020 09:12:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60fc0829-a368-478e-bdcd-3b52ac2239f8 X-Archives-Hash: 93fb3c316dbefb8d4c9bcb407952fee5 Message-ID: <20200503091213.87qGZMXziYVsl3t-T5jPtCT8dfySPriAnsEV_KDZ0WY@z> commit: 967010914e3148788412e0673c2471197e1c1fd8 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun May 3 09:12:07 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun May 3 09:12:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96701091 dev-python/dateparser: enable doc building and fixup tests Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/dateparser/dateparser-0.7.4.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/dateparser/dateparser-0.7.4.ebuild b/dev-python/dateparser/dateparser-0.7.4.ebuild index 5dbac12..88e4522 100644 --- a/dev-python/dateparser/dateparser-0.7.4.ebuild +++ b/dev-python/dateparser/dateparser-0.7.4.ebuild @@ -14,15 +14,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-4" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" DEPEND=" test? ( - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/flake8[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] dev-python/parameterized[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] ) @@ -35,4 +30,5 @@ RDEPEND=" dev-python/tzlocal[${PYTHON_USEDEP}] " -distutils_enable_tests setup.py +distutils_enable_tests nose +distutils_enable_sphinx docs