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 07CE91382C5 for ; Fri, 18 Dec 2020 16:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 597D9E0967; Fri, 18 Dec 2020 16:17:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3CFEFE0967 for ; Fri, 18 Dec 2020 16:17:50 +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 18FD2341051 for ; Fri, 18 Dec 2020 16:17:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ABD5CA for ; Fri, 18 Dec 2020 16:17:47 +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: <1608307889.d062529a73b3bd1e31be1049b51a1f4378260ee5.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/Manifest dev-python/dateparser/dateparser-0.7.4.ebuild dev-python/dateparser/dateparser-1.0.0.ebuild X-VCS-Directories: dev-python/dateparser/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d062529a73b3bd1e31be1049b51a1f4378260ee5 X-VCS-Branch: dev Date: Fri, 18 Dec 2020 16:17:47 +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: 340b5b16-fac3-4b8c-8120-44b46a096412 X-Archives-Hash: 8560f7880437a033fe9ada4426469772 Message-ID: <20201218161747.yfycQlb_uThGoUwyPxpxneDWoMse-fFnqCpGfZc7RgU@z> commit: d062529a73b3bd1e31be1049b51a1f4378260ee5 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 16:11:29 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 16:11:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d062529a dev-python/dateparser: version bump 1.0.0 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/dateparser/Manifest | 2 +- ...parser-0.7.4.ebuild => dateparser-1.0.0.ebuild} | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/dev-python/dateparser/Manifest b/dev-python/dateparser/Manifest index a5169f90..f3166397 100644 --- a/dev-python/dateparser/Manifest +++ b/dev-python/dateparser/Manifest @@ -1 +1 @@ -DIST dateparser-0.7.4.tar.gz 312033 BLAKE2B e1cd42f8cea630d31cd65f4663a4b4758cc6de5aeb84dd36a442e286dcb5fd9217bd02da86336e979bc3f1cfe53c2062bfcbc386145d105193e23da432012924 SHA512 3666604878c55eeffdbd326579eb3c0eb68b65422147d75366b686f332ac853f8042af7f4a7ed7c9ae3fe35b5a991691367d600ddaeea1b991f5dccfc509e79a +DIST dateparser-1.0.0.tar.gz 471943 BLAKE2B b248def372fb792dcd6c0bdc523217d0eea74a70c65fa4975953c42de8b6408a541d3031774fe75c464c3528e43179a9a9675005f88351a539ea72dd4d5f81b5 SHA512 4ce97038c53bc49bf9261f82bd3c093b48987f1a776f033594e16488faf75cb7b255cd89ca7f4d229b8d0ab8e41ba9ca525c58300bc6ee5222bf73411f3cff53 diff --git a/dev-python/dateparser/dateparser-0.7.4.ebuild b/dev-python/dateparser/dateparser-1.0.0.ebuild similarity index 59% rename from dev-python/dateparser/dateparser-0.7.4.ebuild rename to dev-python/dateparser/dateparser-1.0.0.ebuild index 7f1b4a13..f279b5c9 100644 --- a/dev-python/dateparser/dateparser-0.7.4.ebuild +++ b/dev-python/dateparser/dateparser-1.0.0.ebuild @@ -9,26 +9,30 @@ inherit distutils-r1 DESCRIPTION="Date parsing library designed to parse dates from HTML pages" HOMEPAGE="https://github.com/scrapinghub/dateparser" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/scrapinghub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-4" SLOT="0" KEYWORDS="~amd64" -DEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/parameterized[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - ) -" +# Requires access to the internet +RESTRICT="test" + +DEPEND="test? ( + dev-python/ruamel-yaml[${PYTHON_USEDEP}] + dev-python/parameterized[${PYTHON_USEDEP}] + dev-python/GitPython[${PYTHON_USEDEP}] + dev-python/ordered-set[${PYTHON_USEDEP}] +)" + RDEPEND=" dev-python/convertdate[${PYTHON_USEDEP}] + dev-python/hijri-converter[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/regex[${PYTHON_USEDEP}] dev-python/tzlocal[${PYTHON_USEDEP}] " -distutils_enable_tests nose +distutils_enable_tests pytest distutils_enable_sphinx docs