mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
sci-mathematics/mathlib-tools: add version 1.1.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
43
sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild
Normal file
43
sci-mathematics/mathlib-tools/mathlib-tools-1.1.0.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# Tests fail with 3.9
|
||||
PYTHON_COMPAT=(python3_8)
|
||||
|
||||
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/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
>=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="
|
||||
${DEPEND}
|
||||
dev-lang/lean
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user