* [gentoo-commits] proj/sci:master commit in: dev-python/ripser/
@ 2020-09-24 18:44 Aisha Tammy
0 siblings, 0 replies; 4+ messages in thread
From: Aisha Tammy @ 2020-09-24 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 65917e3ff940bfcf9a445c4a885066699b3b8874
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Sep 24 18:44:07 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Sep 24 18:44:07 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=65917e3f
dev-python/ripser: python version of ripser
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/ripser/metadata.xml | 12 ++++++++++++
dev-python/ripser/ripser-0.5.4.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/ripser/metadata.xml b/dev-python/ripser/metadata.xml
new file mode 100644
index 000000000..2f2c0b51c
--- /dev/null
+++ b/dev-python/ripser/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/ripser/ripser-0.5.4.ebuild b/dev-python/ripser/ripser-0.5.4.ebuild
new file mode 100644
index 000000000..b59f2022b
--- /dev/null
+++ b/dev-python/ripser/ripser-0.5.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="python frontend for the fast ripser tda tool"
+HOMEPAGE="https://ripser.scikit-tda.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/persim[${PYTHON_USEDEP}]
+ dev-python/scipy[${PYTHON_USEDEP}]
+ sci-libs/scikits_learn[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/hopcroftkarp[${PYTHON_USEDEP}]
+ dev-python/joblib[${PYTHON_USEDEP}]
+ )
+"
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ripser/
@ 2020-12-23 5:10 Aisha Tammy
0 siblings, 0 replies; 4+ messages in thread
From: Aisha Tammy @ 2020-12-23 5:10 UTC (permalink / raw
To: gentoo-commits
commit: b6744da55176115a3722bda34afe61659ac82211
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 23 05:09:59 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 23 05:09:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b6744da5
dev-python/ripser: version bump to 0.6.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/ripser/ripser-0.6.0.ebuild | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-python/ripser/ripser-0.6.0.ebuild b/dev-python/ripser/ripser-0.6.0.ebuild
new file mode 100644
index 000000000..9d6a9dee7
--- /dev/null
+++ b/dev-python/ripser/ripser-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# 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
+
+DESCRIPTION="python frontend for the fast ripser tda tool"
+HOMEPAGE="https://ripser.scikit-tda.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/persim[${PYTHON_USEDEP}]
+ dev-python/scipy[${PYTHON_USEDEP}]
+ sci-libs/scikit-learn[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/hopcroftkarp[${PYTHON_USEDEP}]
+ dev-python/joblib[${PYTHON_USEDEP}]
+ )
+"
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ripser/
@ 2021-01-20 9:25 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-20 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 924519a6e32c6cc1154306659c355f2594f464a4
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 20 09:25:44 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 20 09:25:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=924519a6
dev-python/ripser: remove old: failed REQUIRED_USE: py_targets_py3_7
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ripser/ripser-0.5.4.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/dev-python/ripser/ripser-0.5.4.ebuild b/dev-python/ripser/ripser-0.5.4.ebuild
deleted file mode 100644
index 4bc0e4267..000000000
--- a/dev-python/ripser/ripser-0.5.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="python frontend for the fast ripser tda tool"
-HOMEPAGE="https://ripser.scikit-tda.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/persim[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/hopcroftkarp[${PYTHON_USEDEP}]
- dev-python/joblib[${PYTHON_USEDEP}]
- )
-"
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ripser/
@ 2024-02-29 2:10 Horea Christian
0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2024-02-29 2:10 UTC (permalink / raw
To: gentoo-commits
commit: 8cc0b06c161939b5d472b4d66eb94ea6bba14ac7
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 29 02:10:18 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 29 02:10:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8cc0b06c
dev-python/ripser: unkeyword 0.6.4 for ~x86
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/ripser/ripser-0.6.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ripser/ripser-0.6.4.ebuild b/dev-python/ripser/ripser-0.6.4.ebuild
index e0ea6f24b..21d6b6ccd 100644
--- a/dev-python/ripser/ripser-0.6.4.ebuild
+++ b/dev-python/ripser/ripser-0.6.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://ripser.scikit-tda.org/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-02-29 2:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-23 5:10 [gentoo-commits] proj/sci:master commit in: dev-python/ripser/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2024-02-29 2:10 Horea Christian
2021-01-20 9:25 Andrew Ammerlaan
2020-09-24 18:44 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox