xref: /mports/math/py-numpy-stl/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	numpy-stl
2DISTVERSION=	2.11.3
3PORTREVISION=	2
4CATEGORIES=	math python
5MASTER_SITES=	PYPI
6PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	Simple library to make working with STL files fast and easy
10WWW=		https://github.com/WoLpH/numpy-stl
11
12LICENSE=	bsd2
13LICENSE_FILE=	${WRKSRC}/LICENSE
14
15BUILD_DEPENDS=	${PYNUMPY}
16
17RUN_DEPENDS=	${PYNUMPY} \
18		${PYTHON_PKGNAMEPREFIX}python-utils>=2.3.0:misc/py-python-utils@${PY_FLAVOR}
19
20USES=		python
21USE_PYTHON=	cython distutils autoplist
22
23post-install:
24	${STRIP_CMD} ${PYTHON_SITELIBDIR}/stl/_speedups*.so
25
26.include <bsd.port.mk>
27

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026