commit: 0b125975a64e1d309cf4e4e6559b8500e40d800f Author: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT> com> AuthorDate: Tue Mar 21 16:25:06 2023 +0000 Commit: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT> com> CommitDate: Tue Mar 21 17:13:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b125975
dev-python/shellingham: new package, add 1.5.0 Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail.com> dev-python/shellingham/Manifest | 1 + dev-python/shellingham/metadata.xml | 12 ++++++++++++ dev-python/shellingham/shellingham-1.5.0.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/shellingham/Manifest b/dev-python/shellingham/Manifest new file mode 100644 index 000000000..7d0e5e07e --- /dev/null +++ b/dev-python/shellingham/Manifest @@ -0,0 +1 @@ +DIST shellingham-1.5.0.tar.gz 8974 BLAKE2B 07ae56303d046d224d84ab39816171c6c8a440182528857bbbd10075cd074882b0a984ddc6f6d9b0165b4f4461204568e088a6238129d5cf096d62898d00fd88 SHA512 1772cf807f37feb2ea9301aca9c84149b7d718b70daccfe80c8dfd90b20461ab22c11798b240c63c12861d544a99dca4671d560da68e757bf9acb02a62242afe diff --git a/dev-python/shellingham/metadata.xml b/dev-python/shellingham/metadata.xml new file mode 100644 index 000000000..24c5ff608 --- /dev/null +++ b/dev-python/shellingham/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Florian Albrechtskirchinger</name> + </maintainer> + <upstream> + <remote-id type="github">sarugaku/shellingham</remote-id> + <remote-id type="pypi">shellingham</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/shellingham/shellingham-1.5.0.ebuild b/dev-python/shellingham/shellingham-1.5.0.ebuild new file mode 100644 index 000000000..349ea06f7 --- /dev/null +++ b/dev-python/shellingham/shellingham-1.5.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Tool to Detect Surrounding Shell" +HOMEPAGE=" + https://github.com/sarugaku/shellingham/ + https://pypi.org/project/shellingham/ +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86"
