From 9240374437878a5a2736ceff47b14eacc34e932c Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 16 Mar 2022 07:38:05 +0100 Subject: [PATCH] dev-python/filecheck: initial import Signed-off-by: Alessandro Barbieri --- dev-python/filecheck/Manifest | 1 + dev-python/filecheck/filecheck-0.0.22.ebuild | 17 +++++++++++++++++ dev-python/filecheck/metadata.xml | 11 +++++++++++ 3 files changed, 29 insertions(+) create mode 100644 dev-python/filecheck/Manifest create mode 100644 dev-python/filecheck/filecheck-0.0.22.ebuild create mode 100644 dev-python/filecheck/metadata.xml diff --git a/dev-python/filecheck/Manifest b/dev-python/filecheck/Manifest new file mode 100644 index 0000000000..b18f320d61 --- /dev/null +++ b/dev-python/filecheck/Manifest @@ -0,0 +1 @@ +DIST filecheck-0.0.22.tar.gz 12529 BLAKE2B 2726ddd45343b161f6945908e9836e4105b0cded4392c9448e010ebf8ffed84e2d2a80da0103c1f55c1720c612a8692a49e55dcf809be0b345b58444d029f58d SHA512 6d9f3c017e861daec786159c24ea88b312143c2b05829dfe38cdc6b51aed58d7d4add64685adc231427400eae94b6a1e9d49340edd503a564997e3aa3f63834c diff --git a/dev-python/filecheck/filecheck-0.0.22.ebuild b/dev-python/filecheck/filecheck-0.0.22.ebuild new file mode 100644 index 0000000000..02dd5d00d8 --- /dev/null +++ b/dev-python/filecheck/filecheck-0.0.22.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Python port of LLVM's FileCheck, flexible pattern matching file verifier" +HOMEPAGE="https://pypi.org/project/filecheck" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-python/filecheck/metadata.xml b/dev-python/filecheck/metadata.xml new file mode 100644 index 0000000000..14ff115f0c --- /dev/null +++ b/dev-python/filecheck/metadata.xml @@ -0,0 +1,11 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + filecheck + +