commit:     9240374437878a5a2736ceff47b14eacc34e932c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Mar 16 06:38:05 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 06:38:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92403744

dev-python/filecheck: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 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(+)

diff --git a/dev-python/filecheck/Manifest b/dev-python/filecheck/Manifest
new file mode 100644
index 000000000..b18f320d6
--- /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 000000000..02dd5d00d
--- /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 000000000..14ff115f0
--- /dev/null
+++ b/dev-python/filecheck/metadata.xml
@@ -0,0 +1,11 @@
+<?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>Alessandro Barbieri</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">filecheck</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to