diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-11-13 22:58:57 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-11-13 23:07:13 +0100 |
commit | 3d8d0a61699d2158e64f0f12321dd8a00d41849f (patch) | |
tree | 24808711c5d81a404358522bf4fe3126f33de935 /sci-mathematics/mathlib-tools | |
parent | sci-mathematics/mathlib-tools: drop old 1.1.1-r1 (diff) | |
download | gentoo-3d8d0a61699d2158e64f0f12321dd8a00d41849f.tar.gz gentoo-3d8d0a61699d2158e64f0f12321dd8a00d41849f.tar.bz2 gentoo-3d8d0a61699d2158e64f0f12321dd8a00d41849f.zip |
sci-mathematics/mathlib-tools: drop old 1.1.2-r1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/mathlib-tools')
-rw-r--r-- | sci-mathematics/mathlib-tools/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild | 51 |
2 files changed, 0 insertions, 52 deletions
diff --git a/sci-mathematics/mathlib-tools/Manifest b/sci-mathematics/mathlib-tools/Manifest index 902911083695..c62544eeada8 100644 --- a/sci-mathematics/mathlib-tools/Manifest +++ b/sci-mathematics/mathlib-tools/Manifest @@ -1,2 +1 @@ -DIST mathlib-tools-1.1.2.tar.gz 32477 BLAKE2B d49d8b05974b70db52e55dea7fdd91f82b05266a6ab2db50e12963b1d9991500088d4aa897a65c391b82e0996d57f5cad5ade8cc85ae85fccb0a03ed63a2f2c8 SHA512 2c0d4faa7a7610f16eca539f1ee369a18ffb6b947bd0ac55983dee8b651c258b9d1819d066dafcfdaf23e612c6e9fb7a3239ccb0b6ca5e51dabcc761bf9b815a DIST mathlib-tools-1.2.0.tar.gz 33995 BLAKE2B ce1125fa786daa6292556e35dd596dfc819eab739f1dac65de4eb966873d86ab779e61372694da281123d64c36b1978afa359e2bb154cbf39cfa0f1677b5f0f6 SHA512 3691ef89ec0325d223ab56f6b09d0fd729d006a3ce6aa338e814b1cb3d014e670da6c16a52233ceb1c1dbd6f027c769f1adedfe53cbccc4be73803abf4475ae0 diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild deleted file mode 100644 index e89cd971f102..000000000000 --- a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Development tools for Lean's mathlib" -HOMEPAGE="https://github.com/leanprover-community/mathlib-tools" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/leanprover-community/${PN}.git" -else - SRC_URI="https://github.com/leanprover-community/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="Apache-2.0" -SLOT="0" - -BDEPEND=" - >=dev-python/GitPython-2.1.11[${PYTHON_USEDEP}] - >=dev-python/toml-0.10.0[${PYTHON_USEDEP}] - dev-python/PyGithub[${PYTHON_USEDEP}] - dev-python/atomicwrites[${PYTHON_USEDEP}] - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}] - dev-python/pydot[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] -" -RDEPEND=" - ${BDEPEND} - sci-mathematics/lean:0/3 -" - -distutils_enable_tests pytest - -src_prepare() { - # Remove problematic tests (mainly issues with network) - rm ./tests/test_functional.py || die - - distutils-r1_python_prepare_all -} |