2018-06-16 00:28:20 +02:00
|
|
|
PORTNAME= spglib
|
2021-02-01 05:28:32 +01:00
|
|
|
DISTVERSION= 1.16.1
|
2018-06-16 00:28:20 +02:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2018-06-19 04:20:42 +02:00
|
|
|
COMMENT= Library for finding and handling crystal symmetries (python binding)
|
2018-06-16 00:28:20 +02:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2018-06-16 00:28:20 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
2019-08-31 17:13:52 +02:00
|
|
|
post-install:
|
2020-12-24 14:46:01 +01:00
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/spglib/_spglib*.so
|
2019-08-31 17:13:52 +02:00
|
|
|
|
2018-06-16 00:28:20 +02:00
|
|
|
.include <bsd.port.mk>
|