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 3C0BD1381F3 for ; Sat, 2 May 2020 08:59:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EDBBE0A80; Sat, 2 May 2020 08:59:27 +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 427F5E0A80 for ; Sat, 2 May 2020 08:59:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2329034EF5B for ; Sat, 2 May 2020 08:59:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BF6D26 for ; Sat, 2 May 2020 08:59:24 +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: <1588409950.419057aa1c4e473d61211956dbb345be2e380558.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/baron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/baron/Manifest dev-python/baron/baron-0.9.ebuild X-VCS-Directories: dev-python/baron/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 419057aa1c4e473d61211956dbb345be2e380558 X-VCS-Branch: dev Date: Sat, 2 May 2020 08:59:24 +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: 1087af1e-14de-4f6a-aefb-de65f7e3d8a5 X-Archives-Hash: 666daaecd2eb154d3fc85213c67919c2 commit: 419057aa1c4e473d61211956dbb345be2e380558 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat May 2 08:59:10 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat May 2 08:59:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=419057aa dev-python/baron: tried to enable doc building Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/baron/Manifest | 2 +- dev-python/baron/baron-0.9.ebuild | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/dev-python/baron/Manifest b/dev-python/baron/Manifest index ac4ead1..1ca7a27 100644 --- a/dev-python/baron/Manifest +++ b/dev-python/baron/Manifest @@ -1 +1 @@ -DIST baron-0.9.tar.gz 182425 BLAKE2B b227ffadef14480b2f8ee5602befe93cc3c4e126d806d617354adfc2ac9eecc33e8a93e5d94e6b59351f506960114a6f1d19fcdf9f76cf8c9bfc7e5ae27a97b1 SHA512 0eb1be732166d44e344df8f9b23843d63986392c9ca5512389742594334b70bffaeec2d336b8e7da2c4287d464a1690ffc28c0cb2910b43c63128e11e97c1c6d +DIST baron-0.9.tar.gz 835127 BLAKE2B be5aee3b5f7d8c317295cb88429eb2feb45c2fba135ba1a57370a070bd27dd6ee1fea8048201f40d7579bea56c535855a8605d6304f1987f4b138ed5591d0b77 SHA512 ed31bad1442b8d868ab9872f057db31ad8730654a7e8d49119c75d5631c881b074baf5754b0b0b5023dad62eda1f40461e4445321695248cfa3530b608d48c8e diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild index 3756df9..ac6f265 100644 --- a/dev-python/baron/baron-0.9.ebuild +++ b/dev-python/baron/baron-0.9.ebuild @@ -8,22 +8,18 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Full Syntax Tree for python to make writing refactoring code a realist task" -HOMEPAGE=" http://baron.pycqa.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE="https://github.com/PyCQA/baron https://baron.pycqa.org" +SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -RESTRICT="!test? ( test )" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -DEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - ) -" RDEPEND=" dev-python/rply[${PYTHON_USEDEP}] " distutils_enable_tests pytest +# Doc building fails: +# RuntimeError: Non Expected warning in `/var/tmp/portage/dev-python/baron-0.9/work/baron-0.9/docs/advanced.rst` line 48 +#distutils_enable_sphinx docs dev-python/matplotlib dev-python/ipython 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 CAAFB138350 for ; Sat, 2 May 2020 09:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E850E0B1D; Sat, 2 May 2020 09:04:15 +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 06FFDE0B1D for ; Sat, 2 May 2020 09:04:14 +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 E76B034F10B for ; Sat, 2 May 2020 09:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9E04211 for ; Sat, 2 May 2020 09:04:10 +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: <1588409950.419057aa1c4e473d61211956dbb345be2e380558.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/baron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/baron/Manifest dev-python/baron/baron-0.9.ebuild X-VCS-Directories: dev-python/baron/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 419057aa1c4e473d61211956dbb345be2e380558 X-VCS-Branch: master Date: Sat, 2 May 2020 09:04:10 +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: f0419baa-bdf5-406b-bd8e-ecaffa693f28 X-Archives-Hash: f05224b31f53a967290bcfd28a5d3942 Message-ID: <20200502090410.GYoS0rO1OXaJytWAwJjgkMUAj7W1LU5BuvVw34vPXPc@z> commit: 419057aa1c4e473d61211956dbb345be2e380558 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat May 2 08:59:10 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat May 2 08:59:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=419057aa dev-python/baron: tried to enable doc building Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/baron/Manifest | 2 +- dev-python/baron/baron-0.9.ebuild | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/dev-python/baron/Manifest b/dev-python/baron/Manifest index ac4ead1..1ca7a27 100644 --- a/dev-python/baron/Manifest +++ b/dev-python/baron/Manifest @@ -1 +1 @@ -DIST baron-0.9.tar.gz 182425 BLAKE2B b227ffadef14480b2f8ee5602befe93cc3c4e126d806d617354adfc2ac9eecc33e8a93e5d94e6b59351f506960114a6f1d19fcdf9f76cf8c9bfc7e5ae27a97b1 SHA512 0eb1be732166d44e344df8f9b23843d63986392c9ca5512389742594334b70bffaeec2d336b8e7da2c4287d464a1690ffc28c0cb2910b43c63128e11e97c1c6d +DIST baron-0.9.tar.gz 835127 BLAKE2B be5aee3b5f7d8c317295cb88429eb2feb45c2fba135ba1a57370a070bd27dd6ee1fea8048201f40d7579bea56c535855a8605d6304f1987f4b138ed5591d0b77 SHA512 ed31bad1442b8d868ab9872f057db31ad8730654a7e8d49119c75d5631c881b074baf5754b0b0b5023dad62eda1f40461e4445321695248cfa3530b608d48c8e diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild index 3756df9..ac6f265 100644 --- a/dev-python/baron/baron-0.9.ebuild +++ b/dev-python/baron/baron-0.9.ebuild @@ -8,22 +8,18 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Full Syntax Tree for python to make writing refactoring code a realist task" -HOMEPAGE=" http://baron.pycqa.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE="https://github.com/PyCQA/baron https://baron.pycqa.org" +SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -RESTRICT="!test? ( test )" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -DEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - ) -" RDEPEND=" dev-python/rply[${PYTHON_USEDEP}] " distutils_enable_tests pytest +# Doc building fails: +# RuntimeError: Non Expected warning in `/var/tmp/portage/dev-python/baron-0.9/work/baron-0.9/docs/advanced.rst` line 48 +#distutils_enable_sphinx docs dev-python/matplotlib dev-python/ipython