View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file
EAPI=8
REALNAME="${PN}"
LITERALNAME="PasteDeploy"
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="Load, configure, and compose WSGI applications and servers"
HOMEPAGE="https://docs.pylonsproject.org/projects/pastedeploy/en/latest/"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${LITERALNAME::1}/${LITERALNAME}/${LITERALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${LITERALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="docs paste testing"
DEPENDENCIES="docs? ( >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}] )
docs? ( dev-python/pylons-sphinx-themes[${PYTHON_USEDEP}] )
paste? ( dev-python/paste[${PYTHON_USEDEP}] )
testing? ( dev-python/paste[${PYTHON_USEDEP}] )
testing? ( dev-python/pytest[${PYTHON_USEDEP}] )
testing? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"