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 8427A15800A for ; Thu, 17 Aug 2023 12:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C32282BC01C; Thu, 17 Aug 2023 12:42:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54EA02BC01C for ; Thu, 17 Aug 2023 12:42:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C608335CDF for ; Thu, 17 Aug 2023 12:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A482FC5 for ; Thu, 17 Aug 2023 12:42:43 +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: <1692276153.ba6912bfcd090ca3fea73b1065c20cc26018e4b0.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/plac/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/plac/metadata.xml dev-python/plac/plac-1.3.5.ebuild X-VCS-Directories: dev-python/plac/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ba6912bfcd090ca3fea73b1065c20cc26018e4b0 X-VCS-Branch: master Date: Thu, 17 Aug 2023 12:42:43 +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: 592a0973-1d63-4456-9fb4-9d05d628d438 X-Archives-Hash: 97785cd37df0462d95613c9215367c57 commit: ba6912bfcd090ca3fea73b1065c20cc26018e4b0 Author: mschubertv gmail com> AuthorDate: Thu Aug 17 08:44:51 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Aug 17 12:42:33 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba6912bf dev-python/plac: add ebuild Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/plac/metadata.xml | 16 ++++++++++++++++ dev-python/plac/plac-1.3.5.ebuild | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-python/plac/metadata.xml b/dev-python/plac/metadata.xml new file mode 100644 index 000000000..98f0f918b --- /dev/null +++ b/dev-python/plac/metadata.xml @@ -0,0 +1,16 @@ + + + + + mschu.dev@gmail.com + Michael Schubert + + + sci@gentoo.org + Gentoo Science Project + + + ialbert/plac + plac + + diff --git a/dev-python/plac/plac-1.3.5.ebuild b/dev-python/plac/plac-1.3.5.ebuild new file mode 100644 index 000000000..dcc47aa3d --- /dev/null +++ b/dev-python/plac/plac-1.3.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit pypi distutils-r1 + +DESCRIPTION="Parsing the Command Line the Easy Way" +HOMEPAGE="https://pypi.org/project/plac/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests pytest