Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopython/
Date: Sun, 29 Dec 2019 08:53:39
Message-Id: 1577609589.73c3e34900c4f49a05e4445033a21900b04e626e.soap@gentoo
1 commit: 73c3e34900c4f49a05e4445033a21900b04e626e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 08:53:09 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 08:53:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c3e349
7
8 sci-biology/biopython: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-biology/biopython/Manifest | 2 -
14 sci-biology/biopython/biopython-1.68.ebuild | 55 ----------------------------
15 sci-biology/biopython/biopython-1.71.ebuild | 57 -----------------------------
16 3 files changed, 114 deletions(-)
17
18 diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest
19 index 02d90810dc5..ee3ffae9c3f 100644
20 --- a/sci-biology/biopython/Manifest
21 +++ b/sci-biology/biopython/Manifest
22 @@ -1,3 +1 @@
23 -DIST biopython-1.68.tar.gz 14445813 BLAKE2B 566931c4e522e95278f7f6a9dc07ecc091dc54b69cdea8bb07603339af4f1fd38e3df87482e97729acb776dd2df19a4e61d49ee7608ec5cb0f24966e28c2e3dd SHA512 0ca994475654bb68ff326c8e86cbd4547cd87b42e1633dda039ad668e1298884b22e169f6b25ab514e929861334a93b7db6d057a3486cea9997ca2de95c61a69
24 -DIST biopython-1.71.tar.gz 16031832 BLAKE2B 2062065b77fc35ea8a3f09ec967482c233a6e0bbfc7d09187ff5e892848b45fa7bd6d7b6027b38c3d4c9a9c601785521fa7edb91fa960b46c8e49aed91b1f5dc SHA512 003955e92295e98526c88abb573db9bdc37877fc41395551b541e7106ffa603327a36c6f4d999838c0be38b378901235c9dbd7cb7fc25c14a5d7001939fe23bd
25 DIST biopython-1.73.tar.gz 15715102 BLAKE2B b2c40f9ed02681f19607c88f91b469784985acefc6e81770a54e5c13c715915344bc7fd72e4a88ae50879a2463965ac6d0d04c6d263908887028d1e065620b95 SHA512 d067330ef8e25ca6881b56f4e5e89e16a816c89760473e2f32a6236ab202f805294650aa944f0b098987425bcb65727317da7a26deb4d4937f02b00123ea9a8f
26
27 diff --git a/sci-biology/biopython/biopython-1.68.ebuild b/sci-biology/biopython/biopython-1.68.ebuild
28 deleted file mode 100644
29 index f76da59c1b8..00000000000
30 --- a/sci-biology/biopython/biopython-1.68.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 python3_5 pypy )
39 -
40 -inherit distutils-r1 eutils
41 -
42 -DESCRIPTION="Python modules for computational molecular biology"
43 -HOMEPAGE="http://www.biopython.org/ https://pypi.org/project/biopython/"
44 -SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz"
45 -
46 -LICENSE="HPND"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - dev-python/matplotlib[$(python_gen_usedep 'python*')]
53 - dev-python/networkx[$(python_gen_usedep 'python*')]
54 - dev-python/numpy[$(python_gen_usedep 'python*')]
55 - dev-python/rdflib[$(python_gen_usedep 'python*')]
56 - dev-python/pygraphviz[$(python_gen_usedep 'python2*')]
57 - dev-python/reportlab[$(python_gen_usedep 'python*')]
58 - dev-python/pydot[$(python_gen_usedep 'python2*')]
59 - "
60 -DEPEND="${RDEPEND}
61 - sys-devel/flex"
62 -
63 -DOCS=( CONTRIB DEPRECATED NEWS README Doc/. )
64 -
65 -python_test() {
66 - distutils_install_for_testing
67 - cp -r "${S}"/{Doc,Tests} "${TEST_DIR}"/lib/ || die
68 - cd "${TEST_DIR}"/lib/Tests || die
69 - rm test_BioSQL_{psycopg2.py,MySQLdb.py,mysql_connector.py} || die
70 - ${PYTHON} run_tests.py --offline --verbose || die
71 -}
72 -
73 -python_install_all() {
74 - distutils-r1_python_install_all
75 -
76 - dodir /usr/share/${PN}
77 - cp -r --preserve=mode Scripts Tests "${ED%/}"/usr/share/${PN} || die
78 -}
79 -
80 -pkg_postinst() {
81 - elog "For database support you need to install:"
82 - optfeature "MySQL" dev-python/mysql-python
83 - optfeature "PostGreSQL" dev-python/psycopg
84 - elog
85 - elog "Some applications need extra packages:"
86 - optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss
87 -}
88
89 diff --git a/sci-biology/biopython/biopython-1.71.ebuild b/sci-biology/biopython/biopython-1.71.ebuild
90 deleted file mode 100644
91 index 8b9a0cd7112..00000000000
92 --- a/sci-biology/biopython/biopython-1.71.ebuild
93 +++ /dev/null
94 @@ -1,57 +0,0 @@
95 -# Copyright 1999-2019 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -
100 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
101 -
102 -inherit distutils-r1 eutils
103 -
104 -DESCRIPTION="Python modules for computational molecular biology"
105 -HOMEPAGE="https://www.biopython.org/ https://pypi.org/project/biopython/"
106 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
107 -
108 -LICENSE="HPND"
109 -SLOT="0"
110 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
111 -IUSE=""
112 -
113 -RDEPEND="
114 - dev-python/matplotlib[${PYTHON_USEDEP}]
115 - dev-python/networkx[${PYTHON_USEDEP}]
116 - dev-python/numpy[${PYTHON_USEDEP}]
117 - dev-python/rdflib[${PYTHON_USEDEP}]
118 - dev-python/pygraphviz[${PYTHON_USEDEP}]
119 - dev-python/reportlab[${PYTHON_USEDEP}]
120 - dev-python/pydot[${PYTHON_USEDEP}]"
121 -DEPEND="${RDEPEND}
122 - sys-devel/flex"
123 -
124 -DOCS=( CONTRIB DEPRECATED NEWS README Doc/. )
125 -
126 -python_test() {
127 - distutils_install_for_testing
128 - cp -r "${S}"/{Doc,Tests} "${TEST_DIR}"/lib/ || die
129 - cd "${TEST_DIR}"/lib/Tests || die
130 - rm test_BioSQL_{psycopg2.py,MySQLdb.py,mysql_connector.py} || die
131 - "${EPYTHON}" run_tests.py --offline --verbose || die
132 -}
133 -
134 -python_install_all() {
135 - # remove files causing ecompressdir to fail
136 - rm Doc/examples/ls_orchid.gbk.bz2 || die
137 -
138 - distutils-r1_python_install_all
139 -
140 - dodir /usr/share/${PN}
141 - cp -r --preserve=mode Scripts Tests "${ED}"/usr/share/${PN} || die
142 -}
143 -
144 -pkg_postinst() {
145 - elog "For database support you need to install:"
146 - optfeature "MySQL" dev-python/mysql-python
147 - optfeature "PostGreSQL" dev-python/psycopg
148 -
149 - elog "Some applications need extra packages:"
150 - optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss
151 -}