public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdtraj/
Date: Sat, 13 Jun 2020 17:42:00 +0000 (UTC)	[thread overview]
Message-ID: <1592070108.4b72e59ed9b1fcdb1ab88ede59c9a863549c5295.pacho@gentoo> (raw)

commit:     4b72e59ed9b1fcdb1ab88ede59c9a863549c5295
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 13 17:41:10 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 13 17:41:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b72e59e

sci-chemistry/mdtraj: Bump to 1.9.4

Closes: https://bugs.gentoo.org/711696
Closes: https://bugs.gentoo.org/718478
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-chemistry/mdtraj/Manifest            |  1 +
 sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/sci-chemistry/mdtraj/Manifest b/sci-chemistry/mdtraj/Manifest
index 982cdea3569..8e63d1026da 100644
--- a/sci-chemistry/mdtraj/Manifest
+++ b/sci-chemistry/mdtraj/Manifest
@@ -1 +1,2 @@
 DIST mdtraj-1.9.1.tar.gz 1985711 BLAKE2B 625b7c1da998bd46732604dcc93c76f970f3c79f10e81aa9f4b3051ee45101efea8afd803d539ba1831dac3e7ed208d7c3773f74189a3887063cbff2b4d79df6 SHA512 015d9d1e258a7a207ac3b7e7a81b87c308e8684ee0a173ae9b722a90910e95e7f2ee18158c163212fae39d093b0cf397293d6e713538acb1fd20a7b70f2adc76
+DIST mdtraj-1.9.4.tar.gz 2133297 BLAKE2B c1507246bf0c8d7f6753f3d505f940e6f2f001361e42f10c9775647a7e6b58edf2d3953a8e48932f6bf9ad90b27e1baf30df6a7c1a590e49a860175822a25360 SHA512 55f67546db20ce63da3af2231df459e9983e15a65da960784613f746dcce820fe6b0deffbb21b528e93fc6cf674dc7a25ee11110894d2a89e5504e20d200ca38

diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
new file mode 100644
index 00000000000..5537daa6a53
--- /dev/null
+++ b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of Python code"
+HOMEPAGE="http://mdtraj.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+	dev-python/astor[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pandas[${PYTHON_USEDEP}]
+	dev-python/pytables[${PYTHON_USEDEP}]
+	dev-python/networkx[${PYTHON_USEDEP}]
+	sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/jupyter_client[${PYTHON_USEDEP}]
+		dev-python/nbformat[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+# Tests fail (in previous ebuild versions they weren't even run
+RESTRICT="test"
+
+python_prepare() {
+	sed -e "s:re.match('build.*(mdtraj.*)', output_dir).group(1):'.':g" \
+		-i basesetup.py || die
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2020-06-13 17:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-13 17:42 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-13  1:09 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdtraj/ Sam James
2023-05-06 14:35 Pacho Ramos
2023-05-01 12:52 Sam James
2023-05-01 12:49 Sam James
2023-03-16 18:52 Michał Górny
2022-11-19 11:41 Andrew Ammerlaan
2022-07-30 23:32 Sam James
2021-12-29 12:02 Andrew Ammerlaan
2021-12-28 14:15 Andrew Ammerlaan
2021-09-13 18:10 Jakov Smolić
2021-01-01  1:50 Michał Górny
2020-10-13 20:08 Alexey Shvetsov
2019-12-29 13:23 Andreas Sturmlechner
2018-06-29 12:36 Alexey Shvetsov
2018-06-28 21:28 Alexey Shvetsov

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=1592070108.4b72e59ed9b1fcdb1ab88ede59c9a863549c5295.pacho@gentoo \
    --to=pacho@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