mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add math/py-MutatorMath, Piecewise linear interpolation in multiple dimensions
PR: 228027 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
This commit is contained in:
parent
c03756613a
commit
2e0d172440
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487615
@ -693,6 +693,7 @@
|
||||
SUBDIR += py-CyLP
|
||||
SUBDIR += py-Diofant
|
||||
SUBDIR += py-GridDataFormats
|
||||
SUBDIR += py-MutatorMath
|
||||
SUBDIR += py-PuLP
|
||||
SUBDIR += py-PyMetis
|
||||
SUBDIR += py-PySCIPOpt
|
||||
|
24
math/py-MutatorMath/Makefile
Normal file
24
math/py-MutatorMath/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MutatorMath
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lantw44@gmail.com
|
||||
COMMENT= Piecewise linear interpolation in multiple dimensions
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.0.0:x11-fonts/py-ufoLib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.4:x11-fonts/py-fontMath@${PY_FLAVOR}
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/py-MutatorMath/distinfo
Normal file
3
math/py-MutatorMath/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1530354825
|
||||
SHA256 (MutatorMath-2.1.1.zip) = 3353fdd0d1beb13bda458265573bbefa0d4afb5aa5f9e4d3503cb9d3b0623f12
|
||||
SIZE (MutatorMath-2.1.1.zip) = 365617
|
5
math/py-MutatorMath/pkg-descr
Normal file
5
math/py-MutatorMath/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
MutatorMath is a Python library for the calculation of piecewise linear
|
||||
interpolations in n-dimensions with any number of masters. It was developed for
|
||||
interpolating data related to fonts, but if can handle any arithmetic object.
|
||||
|
||||
WWW: https://github.com/LettError/MutatorMath
|
Loading…
Reference in New Issue
Block a user