| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.6 | 8 | ~amd64 | 0 |
# SPDX-License-Identifier: GPL-2.0 OR ISC
# Copyright 2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=(python3_{11..13} python3_13t)
inherit distutils-r1
DESCRIPTION="Rule your architecture like a real developer"
HOMEPAGE="https://github.com/jwbargsten/pytest-archon/"
SRC_URI="https://github.com/jwbargsten/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
${PYTHON_DEPS}
dev-python/pytest
"
RDEPEND="${DEPEND}"
distutils_enable_tests pytest
${PYTHON_DEPS}
dev-python/pytest
${PYTHON_DEPS}
dev-python/pytest
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pytest-archon-0.0.6.gh.tar.gz | 44578 bytes | https://github.com/jwbargsten/pytest-archon/archive/refs/tags/v0.0.6.tar.gz |