Add py-snuggs 1.4.7

Snuggs are s-expressions for Numpy.

WWW: https://github.com/mapbox/snuggs
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-08 20:46:45 +00:00
parent e92d9fb3aa
commit 779db799d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534421
4 changed files with 31 additions and 0 deletions

View File

@ -820,6 +820,7 @@
SUBDIR += py-secp256k1
SUBDIR += py-simhash
SUBDIR += py-slepc4py
SUBDIR += py-snuggs
SUBDIR += py-spectral
SUBDIR += py-spot
SUBDIR += py-statsmodels

24
math/py-snuggs/Makefile Normal file
View File

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= snuggs
PORTVERSION= 1.4.7
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= S-expressions for Numpy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.6:devel/py-pyparsing@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
math/py-snuggs/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1588930307
SHA256 (snuggs-1.4.7.tar.gz) = 501cf113fe3892e14e2fee76da5cd0606b7e149c411c271898e6259ebde2617b
SIZE (snuggs-1.4.7.tar.gz) = 8196

3
math/py-snuggs/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Snuggs are s-expressions for Numpy.
WWW: https://github.com/mapbox/snuggs