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 A08D8138334 for ; Tue, 2 Oct 2018 13:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A081E08A0; Tue, 2 Oct 2018 13:46:47 +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 38A4DE08A0 for ; Tue, 2 Oct 2018 13:46:47 +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 A596A335CFD for ; Tue, 2 Oct 2018 13:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B58AE2C6 for ; Tue, 2 Oct 2018 13:46:42 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1538487972.65b0330bbfb83ff48b70582481db0fa2ae7a3e51.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpmath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mpmath/Manifest dev-python/mpmath/mpmath-0.19-r1.ebuild dev-python/mpmath/mpmath-0.19-r2.ebuild X-VCS-Directories: dev-python/mpmath/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 65b0330bbfb83ff48b70582481db0fa2ae7a3e51 X-VCS-Branch: master Date: Tue, 2 Oct 2018 13:46:42 +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-Archives-Salt: a7c5fec5-03bd-402c-8280-476a36349ee6 X-Archives-Hash: 655257b362ed1b5b2717cb0d9bfecc09 commit: 65b0330bbfb83ff48b70582481db0fa2ae7a3e51 Author: Andrey Grozin gentoo org> AuthorDate: Tue Oct 2 13:46:12 2018 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Tue Oct 2 13:46:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b0330b dev-python/mpmath: cleaning old versions Signed-off-by: Andrey Grozin gentoo.org> Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-python/mpmath/Manifest | 1 - dev-python/mpmath/mpmath-0.19-r1.ebuild | 62 --------------------------------- dev-python/mpmath/mpmath-0.19-r2.ebuild | 62 --------------------------------- 3 files changed, 125 deletions(-) diff --git a/dev-python/mpmath/Manifest b/dev-python/mpmath/Manifest index 0cfa09cfc3d..ff89cb05b2c 100644 --- a/dev-python/mpmath/Manifest +++ b/dev-python/mpmath/Manifest @@ -1,2 +1 @@ DIST mpmath-1.0.0.tar.gz 511349 BLAKE2B 62c6275f76c412043cdafef51815e4b5d055a63ca36f3f63b33957351b19e03419ca27f7d59641c580cf8e47c1ca45240b68b3040e2749b3de679eb45b15a28e SHA512 b225f237008e1cfee52b2f0dca0dce1445b932b6eaef92879d7feca30d728e3f88810bfa80882ad8776ba846a636807e59bebe0b9f690cd878c089e9418bd8b7 -DIST mpmath-all-0.19.tar.gz 2123129 BLAKE2B df7e6255f09362a4203716a5d70036b712d069cc08c09613cabd6d1a88ab5155610f5fe5d2f33db3ed241322e92e93301c54c9cba777c0fbedfb5c891ffa3db0 SHA512 5a6ed0b5fad84c1e8399467ea7a1295f9b77c8e673b821c11e3298e88df6c48d9967eed84e2979bf12868e2f9b42bffba01a0c1836a6d82ac42d5f423fed6580 diff --git a/dev-python/mpmath/mpmath-0.19-r1.ebuild b/dev-python/mpmath/mpmath-0.19-r1.ebuild deleted file mode 100644 index 85fc57bbf39..00000000000 --- a/dev-python/mpmath/mpmath-0.19-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 eutils - -MY_PN=${PN}-all -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python library for arbitrary-precision floating-point arithmetic" -HOMEPAGE="http://mpmath.org/" -SRC_URI="http://mpmath.org/files/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -IUSE="doc examples gmp matplotlib test" - -RDEPEND=" - gmp? ( dev-python/gmpy ) - matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - local PATCHES=( - "${FILESDIR}/${PN}.patch" - ) - - # this fails with the current version of dev-python/py - rm ${PN}/conftest.py || die - - # this test requires X - rm ${PN}/tests/test_visualization.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - einfo "Generation of documentation" - cd doc || die - "${PYTHON}" build.py || die "Generation of documentation failed" - fi -} - -python_test() { - py.test -v || die -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/build/. ) - use examples && local EXAMPLES=( demo/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/mpmath/mpmath-0.19-r2.ebuild b/dev-python/mpmath/mpmath-0.19-r2.ebuild deleted file mode 100644 index 3bd7c37eb1c..00000000000 --- a/dev-python/mpmath/mpmath-0.19-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 eutils - -MY_PN=${PN}-all -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python library for arbitrary-precision floating-point arithmetic" -HOMEPAGE="http://mpmath.org/" -SRC_URI="http://mpmath.org/files/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -IUSE="doc examples gmp matplotlib test" - -RDEPEND=" - gmp? ( dev-python/gmpy ) - matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - local PATCHES=( - "${FILESDIR}/${PN}.patch" - ) - - # this fails with the current version of dev-python/py - rm ${PN}/conftest.py || die - - # this test requires X - rm ${PN}/tests/test_visualization.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - einfo "Generation of documentation" - cd doc || die - "${PYTHON}" build.py || die "Generation of documentation failed" - fi -} - -python_test() { - py.test -v || die -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/build/. ) - use examples && local EXAMPLES=( demo/. ) - distutils-r1_python_install_all -}