aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schubert <mschu.dev@gmail.com>2024-06-17 11:47:24 +0000
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-06-19 11:30:57 +0200
commit5ef694f3c7e42e9a48e94ef53e2ec7486eb4be8b (patch)
tree9b39d60bc052d56ad44323b9022bc58030a6a896
parentdev-python/argparse-dataclass: add ebuild (diff)
downloadsci-5ef694f3c7e42e9a48e94ef53e2ec7486eb4be8b.tar.gz
sci-5ef694f3c7e42e9a48e94ef53e2ec7486eb4be8b.tar.bz2
sci-5ef694f3c7e42e9a48e94ef53e2ec7486eb4be8b.zip
dev-python/conda-inject: add ebuild
Signed-off-by: Michael Schubert <mschu.dev@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/conda-inject/Manifest1
-rw-r--r--dev-python/conda-inject/conda-inject-1.3.1.ebuild21
-rw-r--r--dev-python/conda-inject/metadata.xml16
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/conda-inject/Manifest b/dev-python/conda-inject/Manifest
new file mode 100644
index 000000000..e011d3573
--- /dev/null
+++ b/dev-python/conda-inject/Manifest
@@ -0,0 +1 @@
+DIST conda_inject-1.3.1.tar.gz 3580 BLAKE2B 84761ceddc0d01802502c09fea814eef86140ff28d7018900ce6b4b7666f0fbc8172ee4e25700e0ccfbe278dd228dc009ece2478d7e298f958333cc0d05fbd6e SHA512 6de6d190c1207cd36c1c03c24716158f6990c64d9764fcf79acf1a94682f38ecef4e02de7206ffd5f1c586ca73d375d46002edd9160a46f97e4eb3f5ff0ef6a1
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>mschu.dev@gmail.com</email>
+ <name>Michael Schubert</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</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>