public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sympy/
Date: Tue,  1 Dec 2015 06:45:17 +0000 (UTC)	[thread overview]
Message-ID: <1448951954.29b91b6c4c1b2bffc8c219dc9b1b2202fd724ee9.grozin@gentoo> (raw)

commit:     29b91b6c4c1b2bffc8c219dc9b1b2202fd724ee9
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 06:39:14 2015 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 06:39:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b91b6c

dev-python/sympy: cleaning old versions

Package-Manager: portage-2.2.26

 dev-python/sympy/Manifest             |  4 --
 dev-python/sympy/sympy-0.7.4.1.ebuild | 90 ---------------------------------
 dev-python/sympy/sympy-0.7.6.ebuild   | 95 -----------------------------------
 3 files changed, 189 deletions(-)

diff --git a/dev-python/sympy/Manifest b/dev-python/sympy/Manifest
index 14f203b..99a6263 100644
--- a/dev-python/sympy/Manifest
+++ b/dev-python/sympy/Manifest
@@ -1,5 +1 @@
-DIST sympy-0.7.4.1-system-mpmath.patch.gz 7350 SHA256 d7f2acd0ccfb06eb8c102dd7fae2325b35a5105a5853e01dcb863c0841dedc75 SHA512 761cdc6259101d6023d83cfea311a5547762c192b3c661ab3bc0ded20911ce464d0326a9b16d899ad35280a65046e621670e7de64ec40df740bfeb8bf667fb3d WHIRLPOOL 24693863da03dab6ed67131f46c4e18dfdc8110d0a23f49825dcb835909fa157781791680cfe46092c41c526fe281370aa7ce341f7fbccae02351d34c29bffd3
-DIST sympy-0.7.4.1.tar.gz 6824862 SHA256 51a8c2377c240a2cdb418bc59dac9ab106258196d04ce131d06806dbea2af456 SHA512 8d4d87428c202407ff364ef503634529500c1656cf5ddbb4de19b838499593c58d227f0b619541ce86cdc15157e3a5b48a95c906a5d05d4606ef95f1aa8fa2dc WHIRLPOOL 620d255e0cf289ac392328ad64e93d93489d8664df13498bac8933221c8edb80a45a8ea26da6cb8e1139ec2ca159c8f83ad196d96ee6afceb4fc8bb2a0eccfd7
-DIST sympy-0.7.6-system-mpmath.patch.gz 5030 SHA256 d5ff8ff4f79ed66714486954633d18f865820197081230b82ff8e2093751e073 SHA512 b8475f2a0c1320c7e5e1403476e011fae0997f07afba3fd892ad5e95e89b5cdfa5f92b778eb406b27f2c0edb2a119ee636c57ff32585360c26d38202ea09b075 WHIRLPOOL d03273573237b04c403438a75e4a4c21cf89a6b93e642a71126a136c6e4e9e07db3e5ebc8e5a4724b792e0d4885f38a7d30759e26fa61146f929a1447e16e64c
 DIST sympy-0.7.6.1.tar.gz 6431571 SHA256 1fc272b51091aabe7d07f1bf9f0a47f3e28657fb2bec52bf3ef0e8f159f5f564 SHA512 18877abd3c530418e4f4942cbb0a03140dc81e5a1004720c472fb97cf8eaa41acca59765f6278715ea88bcd0cd07ad5952863a0d1b6e6d00994d257e8c0a6574 WHIRLPOOL b0c0c74e7865c91585d1a2c8510fe328b8e697dec02bd17aaa446ef6e089b9cf2ca5b4f58b6b59febccf142384b907e1bd47451e22fa305843bd883355801226
-DIST sympy-0.7.6.tar.gz 6430549 SHA256 dfa3927e9befdfa7da7a18783ccbc2fe489ce4c46aa335a879e49e48fc03d7a7 SHA512 ce0f1a17ac01eb48aec31fc0ad431d9d7ed9907f0e8584a6d79d0ffe6864fe62e203fe3f2a3c3e4e3d485809750ce07507a6488e776a388a7a9a713110882fcf WHIRLPOOL 850c27ae73f92f224826e5c00e41a0d4644fcb290767963744a947b03b704557423c00ed9a14ad696630c4611c3ed684926d58d7873127de76530325aae08ae2

diff --git a/dev-python/sympy/sympy-0.7.4.1.ebuild b/dev-python/sympy/sympy-0.7.4.1.ebuild
deleted file mode 100644
index cc01bc9..0000000
--- a/dev-python/sympy/sympy-0.7.4.1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1 eutils virtualx
-
-DESCRIPTION="Computer Algebra System in pure Python"
-HOMEPAGE="http://sympy.org"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz
-	https://dev.gentoo.org/~bicatali/distfiles/${P}-system-mpmath.patch.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos"
-IUSE="doc examples gtk imaging ipython latex mathml opengl pdf png pyglet +system-mpmath test texmacs theano"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	$(python_gen_cond_dep '>=dev-python/pexpect-2.0[${PYTHON_USEDEP}]' python2_7)
-	imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-	ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
-	latex? (
-		virtual/latex-base
-		dev-texlive/texlive-fontsextra
-		png? ( app-text/dvipng )
-		pdf? ( app-text/ghostscript-gpl )
-	)
-	mathml? (
-		dev-libs/libxml2:2[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep 'dev-libs/libxslt[${PYTHON_USEDEP}]' python2_7)
-		gtk? ( x11-libs/gtkmathview[gtk] )
-	)
-	opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
-	pyglet? ( $(python_gen_cond_dep 'dev-python/pyglet[${PYTHON_USEDEP}]' python2_7) )
-	system-mpmath? ( >=dev-python/mpmath-0.18[${PYTHON_USEDEP}] )
-	texmacs? ( app-office/texmacs )
-	theano? ( $(python_gen_cond_dep 'dev-python/theano[${PYTHON_USEDEP}]' python2_7) )
-"
-
-DEPEND="${RDEPEND}
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-	if use system-mpmath; then
-		rm -r sympy/mpmath doc/src/modules/mpmath || die
-		epatch "${WORKDIR}"/${P}-system-mpmath.patch
-	fi
-	distutils-r1_python_prepare_all
-}
-
-python_compile() {
-	PYTHONPATH="." distutils-r1_python_compile
-}
-
-python_compile_all() {
-	if use doc; then
-		export XDG_CONFIG_HOME="${T}/config-dir"
-		mkdir "${XDG_CONFIG_HOME}" || die
-		chmod 0700 "${XDG_CONFIG_HOME}" || die
-		emake -C doc html cheatsheet
-	fi
-}
-
-python_test() {
-	 VIRTUALX_COMMAND="./setup.py" virtualmake test
-}
-
-python_install() {
-	PYTHONPATH="." distutils-r1_python_install
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( doc/_build/. ) && \
-		dodoc doc/_build/cheatsheet/cheatsheet.pdf
-	use examples && local EXAMPLES=( examples/. )
-	distutils-r1_python_install_all
-
-	if use texmacs; then
-		exeinto /usr/libexec/TeXmacs/bin/
-		doexe data/TeXmacs/bin/tm_sympy
-		insinto /usr/share/TeXmacs/plugins/sympy/
-		doins -r data/TeXmacs/progs
-	fi
-}

diff --git a/dev-python/sympy/sympy-0.7.6.ebuild b/dev-python/sympy/sympy-0.7.6.ebuild
deleted file mode 100644
index 109b43f..0000000
--- a/dev-python/sympy/sympy-0.7.6.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1 eutils virtualx
-
-DESCRIPTION="Computer Algebra System in pure Python"
-HOMEPAGE="http://sympy.org"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz
-	https://dev.gentoo.org/~grozin/${P}-system-mpmath.patch.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos"
-IUSE="doc examples gtk imaging ipython latex mathml opengl pdf png pyglet +system-mpmath test texmacs theano"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-	doc? ( python_targets_python2_7 )"
-
-RDEPEND="
-	$(python_gen_cond_dep '>=dev-python/pexpect-2.0[${PYTHON_USEDEP}]' python2_7)
-	imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-	ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
-	latex? (
-		virtual/latex-base
-		dev-texlive/texlive-fontsextra
-		png? ( app-text/dvipng )
-		pdf? ( app-text/ghostscript-gpl )
-	)
-	mathml? (
-		dev-libs/libxml2:2[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep 'dev-libs/libxslt[${PYTHON_USEDEP}]' python2_7)
-		gtk? ( x11-libs/gtkmathview[gtk] )
-	)
-	opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
-	pyglet? ( $(python_gen_cond_dep 'dev-python/pyglet[${PYTHON_USEDEP}]' python2_7) )
-	system-mpmath? ( >=dev-python/mpmath-0.18[${PYTHON_USEDEP}] )
-	texmacs? ( app-office/texmacs )
-	theano? ( $(python_gen_cond_dep 'dev-python/theano[${PYTHON_USEDEP}]' python2_7) )
-"
-
-DEPEND="${RDEPEND}
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-	epatch "${FILESDIR}"/${P}-doc-makefile.patch
-	if use system-mpmath; then
-		rm -r sympy/mpmath doc/src/modules/mpmath || die
-		epatch "${WORKDIR}"/${P}-system-mpmath.patch
-	fi
-	distutils-r1_python_prepare_all
-}
-
-python_compile() {
-	PYTHONPATH="." distutils-r1_python_compile
-}
-
-python_compile_all() {
-	if use doc; then
-		export XDG_CONFIG_HOME="${T}/config-dir"
-		mkdir "${XDG_CONFIG_HOME}" || die
-		chmod 0700 "${XDG_CONFIG_HOME}" || die
-		emake -j1 -C doc html info cheatsheet
-	fi
-}
-
-python_test() {
-	 VIRTUALX_COMMAND="./setup.py" virtualmake test
-}
-
-python_install() {
-	PYTHONPATH="." distutils-r1_python_install
-}
-
-python_install_all() {
-	local DOCS=( AUTHORS README.rst )
-	use doc &&\
-		DOCS=( ${DOCS[*]} doc/_build/cheatsheet/cheatsheet.pdf doc/_build/cheatsheet/combinatoric_cheatsheet.pdf ) &&\
-		local HTML_DOCS=( doc/_build/html/. ) &&\
-		doinfo doc/_build/texinfo/${PN}.info
-	use examples && local EXAMPLES=( examples/. )
-	distutils-r1_python_install_all
-
-	if use texmacs; then
-		exeinto /usr/libexec/TeXmacs/bin/
-		doexe data/TeXmacs/bin/tm_sympy
-		insinto /usr/share/TeXmacs/plugins/sympy/
-		doins -r data/TeXmacs/progs
-	fi
-}


             reply	other threads:[~2015-12-01  6:45 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-01  6:45 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-21 14:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/sympy/ Patrick Lauer
2016-01-30 13:21 Andrey Grozin
2016-01-30 15:47 Justin Lecher
2016-03-28 13:03 Andrey Grozin
2016-03-28 13:05 Andrey Grozin
2016-03-28 22:58 Kacper Kowalik
2016-04-20  3:21 Michał Górny
2016-12-29 10:05 Agostino Sarubbo
2017-05-15 13:51 Kacper Kowalik
2017-07-26 20:07 Sebastien Fabbro
2019-12-04 17:15 Michał Górny
2019-12-28 11:57 罗百科
2020-01-10 15:08 Andrey Grozin
2020-01-16  6:05 Michał Górny
2020-01-31 16:49 Andrey Grozin
2020-03-09 13:44 Agostino Sarubbo
2020-03-17  8:08 Michał Górny
2020-03-22 12:12 Agostino Sarubbo
2020-08-02 19:05 Sam James
2020-08-11 13:43 Michał Górny
2020-08-22  8:09 Michał Górny
2020-08-30 23:18 Sam James
2020-08-31 13:49 Sam James
2020-08-31 14:15 Sam James
2020-08-31 15:35 Sam James
2020-09-16  7:13 Michał Górny
2020-09-18 15:53 Michał Górny
2020-10-27  5:11 Sam James
2020-10-27 19:58 Sam James
2020-11-24 14:36 Sam James
2020-11-24 14:36 Sam James
2020-11-29 19:37 Michał Górny
2020-12-12 23:56 Sam James
2020-12-13 12:15 Michał Górny
2020-12-20  6:29 Sam James
2020-12-24 13:56 Sam James
2021-01-06 22:30 Fabian Groffen
2021-01-26 15:19 Sam James
2021-01-26 15:49 Sam James
2021-04-10 12:03 Michał Górny
2021-04-10 12:03 Michał Górny
2021-05-11 10:02 Agostino Sarubbo
2021-05-12  7:13 Michał Górny
2021-10-26 10:36 Jakov Smolić
2021-11-22  3:07 Yixun Lan
2021-12-14 19:52 Andrew Ammerlaan
2021-12-15 17:12 Andrew Ammerlaan
2021-12-30 18:50 Arthur Zamarin
2021-12-30 21:30 Michał Górny
2022-03-07  3:51 Sam James
2022-03-21  8:54 Michał Górny
2022-04-10  9:05 Agostino Sarubbo
2022-04-10  9:55 Michał Górny
2022-08-24 19:36 Arthur Zamarin
2022-08-31 18:07 Arthur Zamarin
2022-09-23  1:35 Sam James
2022-10-03  6:50 Michał Górny
2023-02-19 19:46 Michał Górny
2023-04-22 15:55 Arthur Zamarin
2023-04-22 15:55 Arthur Zamarin
2023-04-22 16:36 Michał Górny
2023-05-27 13:33 Andrey Grozin
2023-06-27  7:54 Sam James
2023-11-10 12:48 Michał Górny
2023-11-17  7:57 Michał Górny
2023-11-17  7:57 Michał Górny
2023-11-21 13:36 Michał Górny
2023-11-21 19:05 Michał Górny
2023-11-25 20:47 Sam James
2023-12-24  5:59 Michał Górny
2024-05-08  8:18 Michał Górny
2024-05-30  4:03 Michał Górny
2024-06-10 13:07 Michał Górny
2024-06-15  8:47 Arthur Zamarin
2024-07-02 16:05 Michał Górny
2024-07-09  2:10 Michał Górny
2024-07-12 12:03 Michał Górny
2024-07-19 19:56 Michał Górny
2024-08-03  6:24 Michał Górny
2024-08-03  6:37 Michał Górny
2024-08-13 20:41 Michał Górny
2024-08-31  9:43 Arthur Zamarin
2024-08-31 10:35 Michał Górny
2024-09-19  4:27 Michał Górny
2024-10-05  8:40 Arthur Zamarin
2025-03-02 19:31 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448951954.29b91b6c4c1b2bffc8c219dc9b1b2202fd724ee9.grozin@gentoo \
    --to=grozin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox