Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/
Date: Mon, 03 Sep 2018 21:20:34
Message-Id: 1536009607.5bfc612fcf6f0fa77efd007f02ccbbcd5a199d63.alexxy@gentoo
1 commit: 5bfc612fcf6f0fa77efd007f02ccbbcd5a199d63
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 21:20:07 2018 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 21:20:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfc612f
7
8 sci-chemistry/GromacsWrapper: Version bump
9
10 Package-Manager: Portage-2.3.47, Repoman-2.3.10
11
12 .../GromacsWrapper/GromacsWrapper-0.3.1.ebuild | 38 ----------------------
13 .../GromacsWrapper/GromacsWrapper-0.3.2.ebuild | 38 ----------------------
14 ...er-0.5.1.ebuild => GromacsWrapper-0.7.0.ebuild} | 15 ++++-----
15 sci-chemistry/GromacsWrapper/Manifest | 4 +--
16 4 files changed, 8 insertions(+), 87 deletions(-)
17
18 diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
19 deleted file mode 100644
20 index 4c953dd73e3..00000000000
21 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
22 +++ /dev/null
23 @@ -1,38 +0,0 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=5
28 -
29 -PYTHON_COMPAT=( python2_7 )
30 -
31 -if [[ $PV = *9999* ]]; then
32 - scm_eclass=git-2
33 - EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git"
34 - EGIT_BRANCH="develop"
35 - SRC_URI=""
36 - KEYWORDS=""
37 -else
38 - scm_eclass=vcs-snapshot
39 - SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
40 - KEYWORDS="~amd64 ~x86"
41 -fi
42 -
43 -inherit eutils distutils-r1 ${scm_eclass}
44 -
45 -DESCRIPTION="Python framework for Gromacs"
46 -HOMEPAGE="https://orbeckst.github.com/GromacsWrapper/"
47 -
48 -LICENSE="GPL-3 LGPL-3"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -DEPEND="
53 - >=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}]
54 - >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
55 - >=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
56 - "
57 -RDEPEND="${DEPEND}"
58 -
59 -PATCHES=(
60 - "${FILESDIR}/0001-Drop-chmod-hack.patch"
61 -)
62
63 diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild
64 deleted file mode 100644
65 index dc2488dd3b9..00000000000
66 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild
67 +++ /dev/null
68 @@ -1,38 +0,0 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -
74 -PYTHON_COMPAT=( python2_7 )
75 -
76 -if [[ $PV = *9999* ]]; then
77 - scm_eclass=git-2
78 - EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git"
79 - EGIT_BRANCH="develop"
80 - SRC_URI=""
81 - KEYWORDS=""
82 -else
83 - scm_eclass=vcs-snapshot
84 - SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
85 - KEYWORDS="~amd64 ~x86"
86 -fi
87 -
88 -inherit eutils distutils-r1 ${scm_eclass}
89 -
90 -DESCRIPTION="Python framework for Gromacs"
91 -HOMEPAGE="https://orbeckst.github.com/GromacsWrapper/"
92 -
93 -LICENSE="GPL-3 LGPL-3"
94 -SLOT="0"
95 -IUSE=""
96 -
97 -DEPEND="
98 - >=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}]
99 - >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
100 - >=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
101 - "
102 -RDEPEND="${DEPEND}"
103 -
104 -PATCHES=(
105 - "${FILESDIR}/0001-Drop-chmod-hack.patch"
106 -)
107
108 diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.7.0.ebuild
109 similarity index 57%
110 rename from sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
111 rename to sci-chemistry/GromacsWrapper/GromacsWrapper-0.7.0.ebuild
112 index 3e946ea31dd..55ff025bcf6 100644
113 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
114 +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.7.0.ebuild
115 @@ -1,26 +1,26 @@
116 -# Copyright 1999-2017 Gentoo Foundation
117 +# Copyright 1999-2018 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119
120 EAPI=6
121
122 -PYTHON_COMPAT=( python2_7 )
123 +PYTHON_COMPAT=( python{2_7,3_5,3_6} )
124
125 if [[ $PV = *9999* ]]; then
126 - scm_eclass=git-2
127 - EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git"
128 + scm_eclass=git-r3
129 + EGIT_REPO_URI="https://github.com/Becksteinlab/${PN}.git"
130 EGIT_BRANCH="develop"
131 SRC_URI=""
132 KEYWORDS=""
133 else
134 scm_eclass=vcs-snapshot
135 - SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
136 + SRC_URI="https://github.com/Becksteinlab/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
137 KEYWORDS="~amd64 ~x86"
138 fi
139
140 inherit eutils distutils-r1 ${scm_eclass}
141
142 DESCRIPTION="Python framework for Gromacs"
143 -HOMEPAGE="https://orbeckst.github.com/GromacsWrapper/"
144 +HOMEPAGE="https://gromacswrapper.readthedocs.io"
145
146 LICENSE="GPL-3 LGPL-3"
147 SLOT="0"
148 @@ -28,7 +28,6 @@ IUSE=""
149
150 DEPEND="
151 >=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}]
152 - >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
153 >=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
154 - "
155 + dev-python/six[${PYTHON_USEDEP}]"
156 RDEPEND="${DEPEND}"
157
158 diff --git a/sci-chemistry/GromacsWrapper/Manifest b/sci-chemistry/GromacsWrapper/Manifest
159 index 6b8bc823176..54c404a4d0e 100644
160 --- a/sci-chemistry/GromacsWrapper/Manifest
161 +++ b/sci-chemistry/GromacsWrapper/Manifest
162 @@ -1,3 +1 @@
163 -DIST GromacsWrapper-0.3.1.tar.gz 1575486 BLAKE2B 3ffb89f1e2facc281c58b48e1acf50fe14d2f0e095ac59a1fc9a571118926fa3d054bfc3ee1debdc46f7ec09fcd60944de460933048d6cc9f10d0411bc246c1a SHA512 655dae431bf575963af58a5f75abe6703fe1ecdddba5839b671d9237ddee0e33ab19b528e89bcba4db9063fe30622d44e8f47c7b6452b4d1eed8c7400873a012
164 -DIST GromacsWrapper-0.3.2.tar.gz 1592147 BLAKE2B 5b04deab9ab8f19f4fee9c7f0d1a614e64996635a5c8923e2271f26dc3ff7a03886a0306199e894b48267adc8dfc2dd853aeb37860007b27edd2d0c2424a7b35 SHA512 a9e0abb5e7ad0c6831e23b6a8c09c6e4cc74b33d66cd17df8e00b876dc275dda11c3d3723565d8d58c45bdf6b2b00323bf85e24e2d5324a8d8b597cc3e5d78a4
165 -DIST GromacsWrapper-0.5.1.tar.gz 1247839 BLAKE2B acab6411167c68fe8e1761418ab6f96918fa0eda91a2de15ccebacaf47e7352455576b2666982c25f5a6af4f10a443b4f20a6887998b68f12b13e1cfb4b8e838 SHA512 43b6b47e24cbb118492495370b165eb4b0e7672ba4e1c868d3039a0ad0b9828058f30ab7344118c7b0e7dd166ac325ea2b3483bd28b8f65dd972a101a5b9facd
166 +DIST GromacsWrapper-0.7.0.tar.gz 1177718 BLAKE2B 88515b14ce85ecdf0323c3e4a68ac702cfc14569508be015fafc8192174af792507f6d10935aed2f969417ad34d5a1216688e9dce2f6dc6fc47529b87572d229 SHA512 74f6c5b84556b79ced128e48bf111cc40306b8854c8fcf53cab8f2fcf2dce56367e075c116f50aa1aa0947c83af0641bc78045e7d5035f2a8813f9709edce097