# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( pypy3 python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Easy to use pattern matching and information extraction" HOMEPAGE="https://github.com/hgrecco/stringparser" SRC_URI="https://github.com/hgrecco/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} distutils_enable_tests pytest