diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-15 22:28:20 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-15 22:28:20 +0000 |
commit | f823ddc829574703d02b029fcb3500829f03b061 (patch) | |
tree | c297d2fa590a74e5c7f9dd8352763377b6efa1f6 /science/py-spglib | |
parent | d9ab5e5ea72af1f353acd0ad9629a8d49ede50cc (diff) | |
download | ports-f823ddc829574703d02b029fcb3500829f03b061.tar.gz ports-f823ddc829574703d02b029fcb3500829f03b061.zip |
Notes
Diffstat (limited to 'science/py-spglib')
-rw-r--r-- | science/py-spglib/Makefile | 20 | ||||
-rw-r--r-- | science/py-spglib/distinfo | 3 | ||||
-rw-r--r-- | science/py-spglib/pkg-descr | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/science/py-spglib/Makefile b/science/py-spglib/Makefile new file mode 100644 index 000000000000..ffaba0fd6e3b --- /dev/null +++ b/science/py-spglib/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= spglib +DISTVERSION= 1.10.3.65 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for finding and handling crystal symmetries + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +USES= python shebangfix +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/science/py-spglib/distinfo b/science/py-spglib/distinfo new file mode 100644 index 000000000000..30eb7d1b8e2c --- /dev/null +++ b/science/py-spglib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529085223 +SHA256 (spglib-1.10.3.65.tar.gz) = 55b49227835396b2bcd6afe724e9f37202ad0f61e273bedebd5bf740bad2e8e3 +SIZE (spglib-1.10.3.65.tar.gz) = 671154 diff --git a/science/py-spglib/pkg-descr b/science/py-spglib/pkg-descr new file mode 100644 index 000000000000..e9a9f682258b --- /dev/null +++ b/science/py-spglib/pkg-descr @@ -0,0 +1,6 @@ +Python library for finding and handling crystal symmetries. + +Spglib for python wraps the same C code that exists +in the port science/spglib. + +WWW: http://atztogo.github.io/spglib/ |