From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F276815817D for ; Wed, 19 Jun 2024 10:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D10FE2A7C; Wed, 19 Jun 2024 10:41:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10946E2A7C for ; Wed, 19 Jun 2024 10:41:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F3FC33BDE1 for ; Wed, 19 Jun 2024 10:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 462261D28 for ; Wed, 19 Jun 2024 10:41:24 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1718789457.5ef694f3c7e42e9a48e94ef53e2ec7486eb4be8b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/conda-inject/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/conda-inject/conda-inject-1.3.1.ebuild dev-python/conda-inject/metadata.xml X-VCS-Directories: dev-python/conda-inject/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5ef694f3c7e42e9a48e94ef53e2ec7486eb4be8b X-VCS-Branch: master Date: Wed, 19 Jun 2024 10:41:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e77423f2-6b2a-4e54-b842-65353747bc1b X-Archives-Hash: a4f24c22038b3bdea33250bdcb9f294c commit: 5ef694f3c7e42e9a48e94ef53e2ec7486eb4be8b Author: Michael Schubert gmail com> AuthorDate: Mon Jun 17 11:47:24 2024 +0000 Commit: Andrew Ammerlaan gentoo 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 gmail.com> Signed-off-by: Andrew Ammerlaan 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 @@ + + + + + mschu.dev@gmail.com + Michael Schubert + + + sci@gentoo.org + Gentoo Science Project + + + koesterlab/conda-inject + conda-inject + +