summaryrefslogtreecommitdiff
path: root/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-01 12:52:02 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-01 12:52:02 +0000
commitdf899fa791750d19ac5a7dc30a1778095d3f8d60 (patch)
tree4aff626b567f25f42c616d1c81fdc1d243d95cab /dev-python/MutatorMath/MutatorMath-3.0.1.ebuild
parent215476f669d20b307ff052c3ff0d420102108e58 (diff)
downloadbaldeagleos-repo-df899fa791750d19ac5a7dc30a1778095d3f8d60.tar.gz
baldeagleos-repo-df899fa791750d19ac5a7dc30a1778095d3f8d60.tar.xz
baldeagleos-repo-df899fa791750d19ac5a7dc30a1778095d3f8d60.zip
Adding metadata
Diffstat (limited to 'dev-python/MutatorMath/MutatorMath-3.0.1.ebuild')
-rw-r--r--dev-python/MutatorMath/MutatorMath-3.0.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild b/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild
deleted file mode 100644
index ad1b6cd5f03c..000000000000
--- a/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit distutils-r1
-
-SRC_URI="https://github.com/LettError/MutatorMath/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-DESCRIPTION="A library for piecewise linear interpolation in multiple dimensions"
-HOMEPAGE="https://github.com/LettError/MutatorMath"
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
- dev-python/defcon[${PYTHON_USEDEP}]
- dev-python/fontMath[${PYTHON_USEDEP}]
- >=dev-python/fonttools-3.32[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/unicodedata2[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests setup.py