public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/nwb2bids/
@ 2024-07-30 15:34 Horea Christian
  0 siblings, 0 replies; only message in thread
From: Horea Christian @ 2024-07-30 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e4579f5851734f245b02cc1e98f3b69d9df67e09
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 30 15:34:27 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 30 15:34:27 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4579f58

dev-python/nwb2bids: new package, add 0.0.3

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/nwb2bids/metadata.xml          | 15 +++++++++++++++
 dev-python/nwb2bids/nwb2bids-0.0.3.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/nwb2bids/metadata.xml b/dev-python/nwb2bids/metadata.xml
new file mode 100644
index 000000000..6dc951583
--- /dev/null
+++ b/dev-python/nwb2bids/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@chymera.eu</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">con/nwb2bids</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/nwb2bids/nwb2bids-0.0.3.ebuild b/dev-python/nwb2bids/nwb2bids-0.0.3.ebuild
new file mode 100644
index 000000000..5f778356e
--- /dev/null
+++ b/dev-python/nwb2bids/nwb2bids-0.0.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Next-generation file format (NGFF) for storing bioimaging data in the cloud"
+HOMEPAGE="https://github.com/con/nwb2bids"
+SRC_URI="https://github.com/con/nwb2bids/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	test? (
+		dev-python/pynwb[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-30 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 15:34 [gentoo-commits] proj/sci:master commit in: dev-python/nwb2bids/ Horea Christian

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