commit: 5ef694f3c7e42e9a48e94ef53e2ec7486eb4be8b
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 11:47:24 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 09:30:57 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5ef694f3
dev-python/conda-inject: add ebuild
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/conda-inject/conda-inject-1.3.1.ebuild | 21 +++++++++++++++++++++
dev-python/conda-inject/metadata.xml | 16 ++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/conda-inject/conda-inject-1.3.1.ebuild
b/dev-python/conda-inject/conda-inject-1.3.1.ebuild
new file mode 100644
index 000000000..f30c70bae
--- /dev/null
+++ b/dev-python/conda-inject/conda-inject-1.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit pypi distutils-r1
+
+DESCRIPTION="Helper functions for injecting a conda environment into the
current python environment"
+HOMEPAGE="https://pypi.org/project/conda-inject/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
+
+RESTRICT="test" # no tests collected
+#distutils_enable_tests pytest
diff --git a/dev-python/conda-inject/metadata.xml
b/dev-python/conda-inject/metadata.xml
new file mode 100644
index 000000000..5637d6506
--- /dev/null
+++ b/dev-python/conda-inject/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Michael Schubert</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">koesterlab/conda-inject</remote-id>
+ <remote-id type="pypi">conda-inject</remote-id>
+ </upstream>
+</pkgmetadata>