From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
Date: Mon, 17 Aug 2020 16:49:34 +0000 (UTC) [thread overview]
Message-ID: <1597682955.e8f895d2073e56ef184485fdc2b51e04a636d1d8.soap@gentoo> (raw)
commit: e8f895d2073e56ef184485fdc2b51e04a636d1d8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 16:49:15 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 16:49:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f895d2
sci-biology/biopandas: Version bump to 0.2.7
Bug: https://bugs.gentoo.org/718470
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-biology/biopandas/Manifest | 1 +
sci-biology/biopandas/biopandas-0.2.7.ebuild | 40 ++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest
index edc8d21dfb4..f3fce8563c5 100644
--- a/sci-biology/biopandas/Manifest
+++ b/sci-biology/biopandas/Manifest
@@ -1 +1,2 @@
DIST biopandas-0.2.1.tar.gz 209379 BLAKE2B 839a6f569f12b95c9b1c75dc755d009c77d7ef8224e517aed5026ffa6c33bd3826fe3862fec03469e967005a500600782fc372951d61358e2fe3bb56af734228 SHA512 0ea7aec84251d8d6ec4736c4968228133bd8622afb17d6916287168cb9f9757c5a97a4d5a52ac0e2f30027bf0edf9d76413db142f70d606f1359b8a4e06de7c8
+DIST biopandas-0.2.7.tar.gz 255846 BLAKE2B b8c6a66f51a00266bc1a271ecfe00b4cfddd24b9766e63e2ad4187048ddd8f985d70eb8083b1be3887a0fd9b666c97553029ecd90c7b73ae882e5347bbc54d2e SHA512 cf4f12601b7f63ca3d5e9a17c6628e4975968f722c9db72e32c00e80ec335c5bf6a928a5f887b16ecd316c49b298d77634cbe1c4ef1ca505379b1de5335e2569
diff --git a/sci-biology/biopandas/biopandas-0.2.7.ebuild b/sci-biology/biopandas/biopandas-0.2.7.ebuild
new file mode 100644
index 00000000000..9be9a8ac4a3
--- /dev/null
+++ b/sci-biology/biopandas/biopandas-0.2.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+MY_PN="BioPandas"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Molecular Structures in Pandas DataFrames"
+HOMEPAGE="
+ https://rasbt.github.io/biopandas/
+ https://github.com/rasbt/biopandas
+ https://pypi.org/project/BioPandas/"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]"
+
+distutils_enable_tests nose
+
+python_test() {
+ "${EPYTHON}" --version || die
+ "${EPYTHON}" -c "import numpy; print('numpy %s' % numpy.__version__)" || die
+ "${EPYTHON}" -c "import scipy; print('scipy %s' % scipy.__version__)" || die
+ "${EPYTHON}" -c "import pandas; print('pandas %s' % pandas.__version__)" || die
+
+ nosetests -s --verbose ${PN} || die
+}
next reply other threads:[~2020-08-17 16:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-17 16:49 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-20 7:35 [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/ Michał Górny
2023-02-24 7:00 Andrew Ammerlaan
2022-07-08 9:09 David Seifert
2020-08-17 16:49 David Seifert
2020-01-16 5:17 Michał Górny
2018-05-16 14:26 Andreas Sturmlechner
2017-06-04 11:49 Justin Lecher
2015-11-24 12:10 Justin Lecher
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=1597682955.e8f895d2073e56ef184485fdc2b51e04a636d1d8.soap@gentoo \
--to=soap@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