diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-27 18:20:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-27 18:20:01 +0000 |
| commit | 074bd56693f106fd6a9ed2e6e44cfa50dff79e83 (patch) | |
| tree | 429c2efd67050b943548a721e3876b03042218fe /dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild | |
| parent | c1f2af78d7929d71d43cf63191638ede4ba5b853 (diff) | |
| download | baldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.tar.gz baldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.tar.xz baldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild')
| -rw-r--r-- | dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild b/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild deleted file mode 100644 index 26fb4aba990a..000000000000 --- a/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Pytest plugin for testing console scripts" -HOMEPAGE="https://github.com/kvas-it/pytest-console-scripts" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - local script="${BUILD_DIR}/install${EPREFIX}/usr/bin/pytest" - cat > "${script}" <<-EOF - #!/usr/bin/env python - import pytest - import sys - sys.exit(pytest.console_main()) - EOF - chmod +x "${script}" || die - epytest -x - rm "${script}" || die -} |
