Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopython/files/, sci-biology/biopython/
Date: Mon, 02 Jan 2017 22:09:22
Message-Id: 1483394945.8ffc5a1942e322e42d57a77eb5d89a9a15501ae9.jlec@gentoo
1 commit: 8ffc5a1942e322e42d57a77eb5d89a9a15501ae9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 21:51:34 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 22:09:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffc5a19
7
8 sci-biology/biopython: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/biopython/Manifest | 2 -
14 sci-biology/biopython/biopython-1.65.ebuild | 56 ----------------------
15 sci-biology/biopython/biopython-1.66.ebuild | 56 ----------------------
16 .../files/biopython-1.65-test-fix-backport.patch | 40 ----------------
17 4 files changed, 154 deletions(-)
18
19 diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest
20 index 9e5a8d9..415ede8 100644
21 --- a/sci-biology/biopython/Manifest
22 +++ b/sci-biology/biopython/Manifest
23 @@ -1,3 +1 @@
24 -DIST biopython-1.65.tar.gz 12641342 SHA256 463cc81db84e9bfcdfb15629511c81ed556a6c0287e670dbfe80f03c65d2a88e SHA512 2a9c6a89d0279374c243938d13bfdd6f2b124a08afbfb0c262e1e4827c48a141fb9941f4cdb960f76b523f0ac152095a8c6ea566d9b469ce9daf8a7e7993f7af WHIRLPOOL 40757938c0eb7e30c9609ef5aa2d397fa21ad92cd20c9b6300cde1b381a0e6c21e4ebb7f4d25bf02651789437d7d86341154b907ccc0007759c17939f2e29da2
25 -DIST biopython-1.66.tar.gz 13724754 SHA256 5178ea3b343b1d8710f39205386093e5369ed653aa020e1b0c4b7622a59346c1 SHA512 6bb01f1058728f957527447df82ffbb9027e74564e81c8308b3404d033a0f12fef50da05b343bd4c4eae98508931eedc9c4bc23b2efdf36bbb49f1557fa52d71 WHIRLPOOL 0cfe3f4829ec72afa466b17cf6745cc334105713ebeeb06019e2df94acc1289aeb07a7bba70a50afeae00de90c48d2455a1af8cf26f916ceb4c0ab92a4a05fbd
26 DIST biopython-1.68.tar.gz 14445813 SHA256 d1dc09d1ddc8e90833f507cf09f80fa9ee1537d319058d1c44fe9c09be3d0c1f SHA512 0ca994475654bb68ff326c8e86cbd4547cd87b42e1633dda039ad668e1298884b22e169f6b25ab514e929861334a93b7db6d057a3486cea9997ca2de95c61a69 WHIRLPOOL 9348354d0063efe0f9051f46e3be60540c5df21a43c094d74e64d37279736921d890cd639c904336eb21b2996e9948b8a050017b77569d2333ac80aa5b8bf156
27
28 diff --git a/sci-biology/biopython/biopython-1.65.ebuild b/sci-biology/biopython/biopython-1.65.ebuild
29 deleted file mode 100644
30 index 64bb66c..00000000
31 --- a/sci-biology/biopython/biopython-1.65.ebuild
32 +++ /dev/null
33 @@ -1,56 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python2_7 python3_4 pypy )
41 -
42 -inherit distutils-r1 eutils
43 -
44 -DESCRIPTION="Python modules for computational molecular biology"
45 -HOMEPAGE="http://www.biopython.org/ https://pypi.python.org/pypi/biopython/"
46 -SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz"
47 -
48 -LICENSE="HPND"
49 -SLOT="0"
50 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
51 -IUSE=""
52 -
53 -RDEPEND="
54 - dev-python/matplotlib[$(python_gen_usedep 'python*')]
55 - dev-python/networkx[$(python_gen_usedep 'python*')]
56 - dev-python/numpy[$(python_gen_usedep 'python*')]
57 - dev-python/rdflib[$(python_gen_usedep 'python*')]
58 - dev-python/pygraphviz[$(python_gen_usedep 'python2*')]
59 - dev-python/reportlab[$(python_gen_usedep 'python*')]
60 - media-gfx/pydot[$(python_gen_usedep 'python2*')]
61 - "
62 -DEPEND="${RDEPEND}
63 - sys-devel/flex"
64 -
65 -DOCS=( CONTRIB DEPRECATED NEWS README Doc/. )
66 -
67 -PATCHES=( "${FILESDIR}"/${P}-test-fix-backport.patch )
68 -
69 -python_test() {
70 - [[ ${EPYTHON} == pypy ]] && return
71 - cd Tests || die
72 - ${PYTHON} run_tests.py || die
73 -}
74 -
75 -python_install_all() {
76 - distutils-r1_python_install_all
77 -
78 - dodir /usr/share/${PN}
79 - cp -r --preserve=mode Scripts Tests "${ED}"/usr/share/${PN} || die
80 -}
81 -
82 -pkg_postinst() {
83 - elog "For database support you need to install:"
84 - optfeature "MySQL" dev-python/mysql-python
85 - optfeature "PostGreSQL" dev-python/psycopg
86 - echo
87 - elog "Some applications need extra packages:"
88 - optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss
89 -}
90
91 diff --git a/sci-biology/biopython/biopython-1.66.ebuild b/sci-biology/biopython/biopython-1.66.ebuild
92 deleted file mode 100644
93 index 1e6a2a4..00000000
94 --- a/sci-biology/biopython/biopython-1.66.ebuild
95 +++ /dev/null
96 @@ -1,56 +0,0 @@
97 -# Copyright 1999-2016 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -# $Id$
100 -
101 -EAPI=5
102 -
103 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
104 -
105 -inherit distutils-r1 eutils
106 -
107 -DESCRIPTION="Python modules for computational molecular biology"
108 -HOMEPAGE="http://www.biopython.org/ https://pypi.python.org/pypi/biopython/"
109 -SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz"
110 -
111 -LICENSE="HPND"
112 -SLOT="0"
113 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
114 -IUSE=""
115 -
116 -RDEPEND="
117 - dev-python/matplotlib[$(python_gen_usedep 'python*')]
118 - dev-python/networkx[$(python_gen_usedep 'python*')]
119 - dev-python/numpy[$(python_gen_usedep 'python*')]
120 - dev-python/rdflib[$(python_gen_usedep 'python*')]
121 - dev-python/pygraphviz[$(python_gen_usedep 'python2*')]
122 - dev-python/reportlab[$(python_gen_usedep 'python*')]
123 - media-gfx/pydot[$(python_gen_usedep 'python2*')]
124 - "
125 -DEPEND="${RDEPEND}
126 - sys-devel/flex"
127 -
128 -DOCS=( CONTRIB DEPRECATED NEWS README Doc/. )
129 -
130 -python_test() {
131 - distutils_install_for_testing
132 - cp -r "${S}"/{Doc,Tests} "${TEST_DIR}"/lib/ || die
133 - cd "${TEST_DIR}"/lib/Tests || die
134 - rm ./test_BioSQL_psycopg2.py ./test_BioSQL_MySQLdb.py ./test_BioSQL_mysql_connector.py || die
135 - ${PYTHON} run_tests.py --offline --verbose || die
136 -}
137 -
138 -python_install_all() {
139 - distutils-r1_python_install_all
140 -
141 - dodir /usr/share/${PN}
142 - cp -r --preserve=mode Scripts Tests "${ED}"/usr/share/${PN} || die
143 -}
144 -
145 -pkg_postinst() {
146 - elog "For database support you need to install:"
147 - optfeature "MySQL" dev-python/mysql-python
148 - optfeature "PostGreSQL" dev-python/psycopg
149 - echo
150 - elog "Some applications need extra packages:"
151 - optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss
152 -}
153
154 diff --git a/sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch b/sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch
155 deleted file mode 100644
156 index 2efdef9..00000000
157 --- a/sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch
158 +++ /dev/null
159 @@ -1,40 +0,0 @@
160 -From 08c72f8778a87701586a03dffcce33c7589bc6d7 Mon Sep 17 00:00:00 2001
161 -From: Peter Cock <p.j.a.cock@××××××××××.com>
162 -Date: Sun, 18 Jan 2015 02:07:54 +0000
163 -Subject: [PATCH] Clearer error message; update failing test.
164 -
165 -One of the orchid examples now returns different enough
166 -results that the test was failing. The new error message
167 -makes it much easier to pick another positive example to
168 -add to the the white-list.
169 ----
170 - Tests/test_NCBI_qblast.py | 9 +++++----
171 - 1 file changed, 5 insertions(+), 4 deletions(-)
172 -
173 -diff --git a/Tests/test_NCBI_qblast.py b/Tests/test_NCBI_qblast.py
174 -index 88bfe61..19f7b35 100644
175 ---- a/Tests/test_NCBI_qblast.py
176 -+++ b/Tests/test_NCBI_qblast.py
177 -@@ -66,7 +66,7 @@ def test_orchid_est(self):
178 - AGCCATGGATTTCTCAGAAGAAAATGATTATACTTCTTAATCAGGCAACTGATATTATCAATTTATGGCA
179 - GCAGAGTGGTGGCTCCTTGTCCCAGCAGCAGTAATTACTTTTTTTTCTCTTTTTGTTTCCAAATTAAGAA
180 - ACATTAGTATCATATGGCTATTTGCTCAATTGCAGATTTCTTTCTTTTGTGAATG""",
181 -- 0.0000001, None, ["21554275", "18409071", "296087288"])
182 -+ 0.0000001, None, ["21554275", "18409071", "296087288", "566183510"])
183 -
184 - def run_qblast(self, program, database, query, e_value, entrez_filter, expected_hits):
185 - try:
186 -@@ -120,9 +120,10 @@ def run_qblast(self, program, database, query, e_value, entrez_filter, expected_
187 - print("Update this test to have some redundancy...")
188 - for alignment in record.alignments:
189 - print(alignment.hit_id)
190 -- assert found_result, "Missing all of %s in alignments" \
191 -- % ", ".join(expected_hits)
192 -- self.assertTrue(found_result)
193 -+ self.assertTrue(found_result,
194 -+ "Missing all expected hits (%s), instead have: %s"
195 -+ % (", ".join(expected_hits),
196 -+ ", ".join(a.hit_id for a in record.alignments)))
197 -
198 - # Check the expected result(s) are found in the descriptions
199 - if expected_hits is None: