diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 09:17:13 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 09:17:13 +0100 |
| commit | f5b9625c485fee3d5e762c9d757031ae5013a528 (patch) | |
| tree | 8c9d27d1c567a31bff9a0a1e0d2d708cc4dae05d /dev-python | |
| parent | 66789d6078f13d1b32586868f4fdb8da4f3f7006 (diff) | |
| download | gentoo-f5b9625c485fee3d5e762c9d757031ae5013a528.tar.gz gentoo-f5b9625c485fee3d5e762c9d757031ae5013a528.tar.bz2 gentoo-f5b9625c485fee3d5e762c9d757031ae5013a528.zip | |
dev-python/flit: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/flit/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/flit/flit-3.9.0-r1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/flit/Manifest b/dev-python/flit/Manifest index 7897bfe5332b..025e2acd6ebb 100644 --- a/dev-python/flit/Manifest +++ b/dev-python/flit/Manifest @@ -1,2 +1 @@ DIST flit-3.10.1.tar.gz 143162 BLAKE2B d98c18a161380c2eb605083a700d7f5226fdc08f72defe9fd60cc8dba5947e9904d4a4df05a9620ef2fcbef8c4913f596b19ef365df7614c4fba7434acc764fd SHA512 37ff7e4de10d4b123cee854e692511574748a050d177e50f06330223ae94a4347e358ff07ca9545c3c8346c51c6734227808929f59401fdd062498d6bf69209a -DIST flit-3.9.0.tar.gz 141104 BLAKE2B 4ca268c49a34817756dea5fe7d2bd2fa15fe8f4247bcdea50765d56c43fd9c89292f45ae2a68d6f210d994ed1bce159121aba02e769f22940c548baf3e212afe SHA512 3cbca4530fe463e27fb43130e0d00681e63434bdd552bd61b4a2f3b7967729d9d9a49c69b1a2380ed99bcca1e66a38e592f41cbe38a471d3e7297ab00cdabc29 diff --git a/dev-python/flit/flit-3.9.0-r1.ebuild b/dev-python/flit/flit-3.9.0-r1.ebuild deleted file mode 100644 index 3ac5b27b6582..000000000000 --- a/dev-python/flit/flit-3.9.0-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} pypy3 ) -inherit distutils-r1 pypi - -DESCRIPTION="Simplified packaging of Python modules" -HOMEPAGE="https://github.com/pypa/flit https://flit.readthedocs.io/" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - >=dev-python/flit-core-${PV}[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/tomli-w[${PYTHON_USEDEP}] -" -BDEPEND="${RDEPEND} - sys-apps/grep - test? ( - dev-python/pip[${PYTHON_USEDEP}] - dev-python/responses[${PYTHON_USEDEP}] - dev-python/testpath[${PYTHON_USEDEP}] - ) -" - -EPYTEST_DESELECT=( - # requires Internet - tests/test_config.py::test_invalid_classifier - # failing due to Gentoo pip patches - tests/test_install.py::InstallTests::test_install_data_dir - tests/test_install.py::InstallTests::test_install_module_pep621 - tests/test_install.py::InstallTests::test_symlink_data_dir - tests/test_install.py::InstallTests::test_symlink_module_pep621 -) - -distutils_enable_tests pytest -distutils_enable_sphinx doc \ - dev-python/sphinxcontrib-github-alt \ - dev-python/pygments-github-lexers \ - dev-python/sphinx-rtd-theme - -src_prepare() { - # make sure system install is used - rm -r flit_core || die - distutils-r1_src_prepare -} |
