Files
guru/dev-python/filecheck/filecheck-0.0.22.ebuild
Anna (cybertailor) Vyalkova 6a83ef1aa3 dev-python/filecheck: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-17 17:58:38 +05:00

17 lines
386 B
Bash

# 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_{9..10} )
inherit distutils-r1 pypi
DESCRIPTION="Python port of LLVM's FileCheck, flexible pattern matching file verifier"
HOMEPAGE="https://pypi.org/project/filecheck/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"