public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2015-11-24 12:10 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-11-24 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     bc99ac146dd8201046b387ff79ac15c949db75cb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 09:05:56 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 12:10:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc99ac14

sci-biology/biopandas: New package, ebuild written by me

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/biopandas/Manifest               |  1 +
 sci-biology/biopandas/biopandas-0.1.4.ebuild | 43 ++++++++++++++++++++++++++++
 sci-biology/biopandas/metadata.xml           | 12 ++++++++
 3 files changed, 56 insertions(+)

diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest
new file mode 100644
index 0000000..30cee43
--- /dev/null
+++ b/sci-biology/biopandas/Manifest
@@ -0,0 +1 @@
+DIST biopandas-0.1.4.tar.gz 5386 SHA256 0cc9e43e2ddcb0c33448660ee2ed2db02694e57daa1875d004525c40633a6d95 SHA512 efd7ec94bbcc069d8bf0d160480e7ef2c7c0f9febe21a684b46b6b14c69cebb0b3d9f2c315897be6b0ae888ed40731e2f5a16dee45b9c932b05c2c0209b62b84 WHIRLPOOL 1429e59bbb1b29ba116864e577d4be2f1b988e3a82b07c65525eae825b2a742b52da86ed49c837ba461814abf79f2e70d0ea43ee7d4f7906d6a38b39f0ad98f4

diff --git a/sci-biology/biopandas/biopandas-0.1.4.ebuild b/sci-biology/biopandas/biopandas-0.1.4.ebuild
new file mode 100644
index 0000000..76ac9d7
--- /dev/null
+++ b/sci-biology/biopandas/biopandas-0.1.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+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.python.org/pypi/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"
+
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pandas[${PYTHON_USEDEP}]
+	sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${REDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+	)"
+
+python_test() {
+	"${EPYTHON}" --version
+	"${EPYTHON}" -c "import numpy; print('numpy %s' % numpy.__version__)"
+	"${EPYTHON}" -c "import scipy; print('scipy %s' % scipy.__version__)"
+	"${EPYTHON}" -c "import pandas; print('pandas %s' % pandas.__version__)"
+	nosetests -s --verbose ${PN} || die
+}

diff --git a/sci-biology/biopandas/metadata.xml b/sci-biology/biopandas/metadata.xml
new file mode 100644
index 0000000..a58f7c5
--- /dev/null
+++ b/sci-biology/biopandas/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci-biology</herd>
+  <upstream>
+    <remote-id type="pypi">BioPandas</remote-id>
+    <maintainer status="unknown">
+      <email>mail@sebastianraschka.com</email>
+      <name>Sebastian Raschka</name>
+    </maintainer>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2017-06-04 11:49 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2017-06-04 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9c18cfcc691ee1f1709848c89d8ce5e658a9e4da
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 07:40:50 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 11:49:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c18cfcc

sci-biology/biopandas: Version Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/biopandas/Manifest               |  1 +
 sci-biology/biopandas/biopandas-0.2.1.ebuild | 42 ++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest
index 30cee430871..df72c383575 100644
--- a/sci-biology/biopandas/Manifest
+++ b/sci-biology/biopandas/Manifest
@@ -1 +1,2 @@
 DIST biopandas-0.1.4.tar.gz 5386 SHA256 0cc9e43e2ddcb0c33448660ee2ed2db02694e57daa1875d004525c40633a6d95 SHA512 efd7ec94bbcc069d8bf0d160480e7ef2c7c0f9febe21a684b46b6b14c69cebb0b3d9f2c315897be6b0ae888ed40731e2f5a16dee45b9c932b05c2c0209b62b84 WHIRLPOOL 1429e59bbb1b29ba116864e577d4be2f1b988e3a82b07c65525eae825b2a742b52da86ed49c837ba461814abf79f2e70d0ea43ee7d4f7906d6a38b39f0ad98f4
+DIST biopandas-0.2.1.tar.gz 209379 SHA256 8952e1177d09b920b24d71e2a83ee76cbbd08055dd2672a366f03cc4fa9678c8 SHA512 0ea7aec84251d8d6ec4736c4968228133bd8622afb17d6916287168cb9f9757c5a97a4d5a52ac0e2f30027bf0edf9d76413db142f70d606f1359b8a4e06de7c8 WHIRLPOOL 9f3d088fde230cbc8c9efc25e06430ab8ea87a7050bcbb26bba1b3bb2ef2a300d7f9ebd77490652423a93b517f604156af6f11bde1702b7187c849b171f030f6

diff --git a/sci-biology/biopandas/biopandas-0.2.1.ebuild b/sci-biology/biopandas/biopandas-0.2.1.ebuild
new file mode 100644
index 00000000000..5243039d53b
--- /dev/null
+++ b/sci-biology/biopandas/biopandas-0.2.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+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.python.org/pypi/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"
+
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pandas[${PYTHON_USEDEP}]
+	sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+	)"
+
+python_test() {
+	"${EPYTHON}" --version
+	"${EPYTHON}" -c "import numpy; print('numpy %s' % numpy.__version__)"
+	"${EPYTHON}" -c "import scipy; print('scipy %s' % scipy.__version__)"
+	"${EPYTHON}" -c "import pandas; print('pandas %s' % pandas.__version__)"
+	nosetests -s --verbose ${PN} || die
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2018-05-16 14:26 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-05-16 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     45ffc81e7af8eef48deabc8c72f74366ebc763e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 13:57:12 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 14:25:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ffc81e

sci-biology/biopandas: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sci-biology/biopandas/Manifest               |  1 -
 sci-biology/biopandas/biopandas-0.1.4.ebuild | 42 ----------------------------
 2 files changed, 43 deletions(-)

diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest
index 1be8736c378..edc8d21dfb4 100644
--- a/sci-biology/biopandas/Manifest
+++ b/sci-biology/biopandas/Manifest
@@ -1,2 +1 @@
-DIST biopandas-0.1.4.tar.gz 5386 BLAKE2B 0ee7f9ddc9d6c51466ad601e0144ef4f073d7e4dd41be804ff9a0f1cd9e00f0b0dffb240985a92bfa948588521e8a17c68e498ec2b824421fc73754d17cb2722 SHA512 efd7ec94bbcc069d8bf0d160480e7ef2c7c0f9febe21a684b46b6b14c69cebb0b3d9f2c315897be6b0ae888ed40731e2f5a16dee45b9c932b05c2c0209b62b84
 DIST biopandas-0.2.1.tar.gz 209379 BLAKE2B 839a6f569f12b95c9b1c75dc755d009c77d7ef8224e517aed5026ffa6c33bd3826fe3862fec03469e967005a500600782fc372951d61358e2fe3bb56af734228 SHA512 0ea7aec84251d8d6ec4736c4968228133bd8622afb17d6916287168cb9f9757c5a97a4d5a52ac0e2f30027bf0edf9d76413db142f70d606f1359b8a4e06de7c8

diff --git a/sci-biology/biopandas/biopandas-0.1.4.ebuild b/sci-biology/biopandas/biopandas-0.1.4.ebuild
deleted file mode 100644
index 4a1008eda8a..00000000000
--- a/sci-biology/biopandas/biopandas-0.1.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-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"
-
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pandas[${PYTHON_USEDEP}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-	)"
-
-python_test() {
-	"${EPYTHON}" --version
-	"${EPYTHON}" -c "import numpy; print('numpy %s' % numpy.__version__)"
-	"${EPYTHON}" -c "import scipy; print('scipy %s' % scipy.__version__)"
-	"${EPYTHON}" -c "import pandas; print('pandas %s' % pandas.__version__)"
-	nosetests -s --verbose ${PN} || die
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2020-01-16  5:17 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-01-16  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1533db95f6208ad4716df1300c2bfb1ad068162f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 05:03:17 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 05:16:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1533db95

sci-biology/biopandas: Remove Python 2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-biology/biopandas/biopandas-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/biopandas/biopandas-0.2.1.ebuild b/sci-biology/biopandas/biopandas-0.2.1.ebuild
index c7a632cec27..8c892419b29 100644
--- a/sci-biology/biopandas/biopandas-0.2.1.ebuild
+++ b/sci-biology/biopandas/biopandas-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2020-08-17 16:49 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-08-17 16:49 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2020-08-17 16:49 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-08-17 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fe83198403717f8936cd2a32f0e0b5f4b5913c7b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 16:49:18 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 16:49:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe831984

sci-biology/biopandas: Remove old 0.2.1

Closes: 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.1.ebuild | 43 ----------------------------
 2 files changed, 44 deletions(-)

diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest
index f3fce8563c5..88c904d40ce 100644
--- a/sci-biology/biopandas/Manifest
+++ b/sci-biology/biopandas/Manifest
@@ -1,2 +1 @@
-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.1.ebuild b/sci-biology/biopandas/biopandas-0.2.1.ebuild
deleted file mode 100644
index 8c892419b29..00000000000
--- a/sci-biology/biopandas/biopandas-0.2.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-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}]
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-	)"
-
-python_test() {
-	"${EPYTHON}" --version
-	"${EPYTHON}" -c "import numpy; print('numpy %s' % numpy.__version__)"
-	"${EPYTHON}" -c "import scipy; print('scipy %s' % scipy.__version__)"
-	"${EPYTHON}" -c "import pandas; print('pandas %s' % pandas.__version__)"
-	nosetests -s --verbose ${PN} || die
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2022-07-08  9:09 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2022-07-08  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     66ad0fc9b31720dcf38e7d60fc28a23046a0c6ac
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 09:09:24 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 09:09:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ad0fc9

sci-biology/biopandas: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/809665
Closes: https://bugs.gentoo.org/846218
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/biopandas/biopandas-0.2.7.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/biopandas/biopandas-0.2.7.ebuild b/sci-biology/biopandas/biopandas-0.2.7.ebuild
index 0609b4149e11..7b1d22c8781a 100644
--- a/sci-biology/biopandas/biopandas-0.2.7.ebuild
+++ b/sci-biology/biopandas/biopandas-0.2.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2023-02-24  7:00 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2023-02-24  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e0cbd19d6d26f1ffcd92b2885a978f4ed90f4512
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 06:59:44 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 07:00:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cbd19d

sci-biology/biopandas: add 0.4.1

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-biology/biopandas/Manifest               |  1 +
 sci-biology/biopandas/biopandas-0.4.1.ebuild | 28 ++++++++++++++++++++++++++++
 sci-biology/biopandas/metadata.xml           |  4 ++--
 3 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest
index 88c904d40ce4..336fb1afefa4 100644
--- a/sci-biology/biopandas/Manifest
+++ b/sci-biology/biopandas/Manifest
@@ -1 +1,2 @@
 DIST biopandas-0.2.7.tar.gz 255846 BLAKE2B b8c6a66f51a00266bc1a271ecfe00b4cfddd24b9766e63e2ad4187048ddd8f985d70eb8083b1be3887a0fd9b666c97553029ecd90c7b73ae882e5347bbc54d2e SHA512 cf4f12601b7f63ca3d5e9a17c6628e4975968f722c9db72e32c00e80ec335c5bf6a928a5f887b16ecd316c49b298d77634cbe1c4ef1ca505379b1de5335e2569
+DIST biopandas-0.4.1.gh.tar.gz 5330292 BLAKE2B 78b783ed77bbd8e6efd115a108f99c502fd71ef4c231746575599828699dac1de85125273df1af74d0bd51e092751113474ef2baf312a184e23b3057cd21222a SHA512 e08694fad927a5ac096b2cd78f641a2af262ebfc7351fc4dc37e5df39e98a6e984ccab26718109f18eed988a4a4af5b29d19c5cf3e8e2d794246b1410a9b5440

diff --git a/sci-biology/biopandas/biopandas-0.4.1.ebuild b/sci-biology/biopandas/biopandas-0.4.1.ebuild
new file mode 100644
index 000000000000..50fe601ed514
--- /dev/null
+++ b/sci-biology/biopandas/biopandas-0.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Molecular Structures in Pandas DataFrames"
+HOMEPAGE="
+	https://rasbt.github.io/biopandas/
+	https://github.com/BioPandas/biopandas
+	https://pypi.org/project/biopandas/
+"
+SRC_URI="https://github.com/BioPandas/biopandas/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pandas[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose

diff --git a/sci-biology/biopandas/metadata.xml b/sci-biology/biopandas/metadata.xml
index 1b4a0fc84ad0..5133b4eff6ab 100644
--- a/sci-biology/biopandas/metadata.xml
+++ b/sci-biology/biopandas/metadata.xml
@@ -6,11 +6,11 @@
     <name>Gentoo Biology Project</name>
   </maintainer>
   <upstream>
-    <remote-id type="pypi">BioPandas</remote-id>
+    <remote-id type="pypi">biopandas</remote-id>
     <maintainer status="unknown">
       <email>mail@sebastianraschka.com</email>
       <name>Sebastian Raschka</name>
     </maintainer>
-    <remote-id type="github">rasbt/biopandas</remote-id>
+    <remote-id type="github">BioPandas/biopandas</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/
@ 2023-05-20  7:35 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-05-20  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     019293221ea16834a72741d5a1de41236d415138
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 07:33:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 20 07:33:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01929322

sci-biology/biopandas: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-biology/biopandas/Manifest               |  1 -
 sci-biology/biopandas/biopandas-0.2.7.ebuild | 40 ----------------------------
 2 files changed, 41 deletions(-)

diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest
index 336fb1afefa4..1a153471c26b 100644
--- a/sci-biology/biopandas/Manifest
+++ b/sci-biology/biopandas/Manifest
@@ -1,2 +1 @@
-DIST biopandas-0.2.7.tar.gz 255846 BLAKE2B b8c6a66f51a00266bc1a271ecfe00b4cfddd24b9766e63e2ad4187048ddd8f985d70eb8083b1be3887a0fd9b666c97553029ecd90c7b73ae882e5347bbc54d2e SHA512 cf4f12601b7f63ca3d5e9a17c6628e4975968f722c9db72e32c00e80ec335c5bf6a928a5f887b16ecd316c49b298d77634cbe1c4ef1ca505379b1de5335e2569
 DIST biopandas-0.4.1.gh.tar.gz 5330292 BLAKE2B 78b783ed77bbd8e6efd115a108f99c502fd71ef4c231746575599828699dac1de85125273df1af74d0bd51e092751113474ef2baf312a184e23b3057cd21222a SHA512 e08694fad927a5ac096b2cd78f641a2af262ebfc7351fc4dc37e5df39e98a6e984ccab26718109f18eed988a4a4af5b29d19c5cf3e8e2d794246b1410a9b5440

diff --git a/sci-biology/biopandas/biopandas-0.2.7.ebuild b/sci-biology/biopandas/biopandas-0.2.7.ebuild
deleted file mode 100644
index 7458dbcb1cb9..000000000000
--- a/sci-biology/biopandas/biopandas-0.2.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-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}]
-	dev-python/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
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-20  7:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-16 14:26 [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-05-20  7:35 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-08-17 16:49 David Seifert
2020-01-16  5:17 Michał Górny
2017-06-04 11:49 Justin Lecher
2015-11-24 12:10 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox