commit: ba6912bfcd090ca3fea73b1065c20cc26018e4b0 Author: mschubertv <mschu.dev <AT> gmail <DOT> com> AuthorDate: Thu Aug 17 08:44:51 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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 @@ +<?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">ialbert/plac</remote-id> + <remote-id type="pypi">plac</remote-id> + </upstream> +</pkgmetadata> 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
