Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/algopy/
Date: Tue, 02 May 2017 17:44:27
Message-Id: 1493747021.29739a4c2f45ad9926652755396e4a32d41369b2.mgorny@gentoo
1 commit: 29739a4c2f45ad9926652755396e4a32d41369b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 17:18:29 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 17:43:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29739a4c
7
8 dev-python/algopy: Clean old versions up
9
10 dev-python/algopy/Manifest | 2 --
11 dev-python/algopy/algopy-0.5.1.ebuild | 29 -----------------------------
12 dev-python/algopy/algopy-0.5.2.ebuild | 29 -----------------------------
13 3 files changed, 60 deletions(-)
14
15 diff --git a/dev-python/algopy/Manifest b/dev-python/algopy/Manifest
16 index fbb8a616388..e48cbffbaa2 100644
17 --- a/dev-python/algopy/Manifest
18 +++ b/dev-python/algopy/Manifest
19 @@ -1,3 +1 @@
20 -DIST algopy-0.5.1.tar.gz 135183 SHA256 509e3ec6068bd6ed4c336546f8a8d84aa1083c2fd50a1a4f4d26df606bd0e901 SHA512 384e22e89db7bc999aad29269d0f9669d4b72f3cd08860a4346801470b5b912d63cea8493c902639f35526e53979771dea8c8b3caf2d431ca45bb47892cd1308 WHIRLPOOL b8121f3106d5b05e60ce81517531d4d0de6756dc7fa2af11eea0c2fce55cfc9a306dfd928fc778886f4742308e7bea12ea49eed87d11438fc1e6efd274d0d282
21 -DIST algopy-0.5.2.tar.gz 148172 SHA256 a87aeb8a406fd26a3aecd6f2d7634135411ce77b9623665c51cb8a194fb76234 SHA512 9c8cd6947050d39d312836c14b790acab4ccdc9e8fcb060916f777a330da35ea8c7f987c26e3116da8a7a3bd004860d5aef789e74768c21c687febcfffdf6444 WHIRLPOOL 966d21c2d71eddba0d277706c3a88d14d76024bba60433ab8dd4e45459cbef1f08efd141debd05b039c9180618f13c23f92cb68bad6fd648109f1a3b3b69d5fc
22 DIST algopy-0.5.3.tar.gz 149560 SHA256 2380bafeeeca4e07012d4b0017e163fce260dc50f2d8593ca883b2d761338aed SHA512 43b3cd4f17fa821fc61898534f595202097cd56d57133a1d13e23743c794166a0f8877947cc6eae6d2ac2fd7400e2a6527ee8229ec1b26ea660ac9c01cd22912 WHIRLPOOL d81ae613354879d99bdfc60b962ee5be7b6a2eeef1f7da7c76a2e90cd0ae187abd860f658c379e945b10fbf82b3972eae9ef2036ccd8f251c618a58f0cf09969
23
24 diff --git a/dev-python/algopy/algopy-0.5.1.ebuild b/dev-python/algopy/algopy-0.5.1.ebuild
25 deleted file mode 100644
26 index 5e1a9a80bb7..00000000000
27 --- a/dev-python/algopy/algopy-0.5.1.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 python3_4 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Taylor Arithmetic Computation and Algorithmic Differentiation"
40 -HOMEPAGE="https://pypi.python.org/pypi/algopy http://packages.python.org/algopy"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -SLOT="0"
44 -LICENSE="BSD"
45 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 -IUSE="test"
47 -
48 -RDEPEND="
49 - dev-python/numpy[${PYTHON_USEDEP}]
50 - sci-libs/scipy[${PYTHON_USEDEP}]
51 -"
52 -DEPEND="${RDEPEND}
53 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
54 -"
55 -
56 -python_test() {
57 - ${EPYTHON} run_tests.py || die
58 -}
59
60 diff --git a/dev-python/algopy/algopy-0.5.2.ebuild b/dev-python/algopy/algopy-0.5.2.ebuild
61 deleted file mode 100644
62 index 5e1a9a80bb7..00000000000
63 --- a/dev-python/algopy/algopy-0.5.2.ebuild
64 +++ /dev/null
65 @@ -1,29 +0,0 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -
71 -PYTHON_COMPAT=( python2_7 python3_4 )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="Taylor Arithmetic Computation and Algorithmic Differentiation"
76 -HOMEPAGE="https://pypi.python.org/pypi/algopy http://packages.python.org/algopy"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -SLOT="0"
80 -LICENSE="BSD"
81 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
82 -IUSE="test"
83 -
84 -RDEPEND="
85 - dev-python/numpy[${PYTHON_USEDEP}]
86 - sci-libs/scipy[${PYTHON_USEDEP}]
87 -"
88 -DEPEND="${RDEPEND}
89 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
90 -"
91 -
92 -python_test() {
93 - ${EPYTHON} run_tests.py || die
94 -}