View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file
EAPI=8
REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone
inherit python-r1 gs-pypi
DESCRIPTION="Quick script to create new python project"
HOMEPAGE="https://github.com/thiswillbeyourgithub/BrownieCutter"
LICENSE="GPL-3"
SRC_URI="https://files.pythonhosted.org/packages/fd/ff/1a78aa668de08fa2e644c81da5f506633833f66cc5863c9422ecdefd7664/browniecutter-${REALVERSION}.tar.gz"
SOURCEFILE="browniecutter-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/fire[${PYTHON_USEDEP}]
>=dev-python/beartype-0.19.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"