New port: science/py-spglib: Library for finding and handling crystal symmetries
This commit is contained in:
parent
d9ab5e5ea7
commit
f823ddc829
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472499
4 changed files with 30 additions and 0 deletions
|
@ -194,6 +194,7 @@
|
|||
SUBDIR += py-scimath
|
||||
SUBDIR += py-scipy
|
||||
SUBDIR += py-scoria
|
||||
SUBDIR += py-spglib
|
||||
SUBDIR += py-tensorflow
|
||||
SUBDIR += py-veusz
|
||||
SUBDIR += py-ws2300
|
||||
|
|
20
science/py-spglib/Makefile
Normal file
20
science/py-spglib/Makefile
Normal file
|
@ -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>
|
3
science/py-spglib/distinfo
Normal file
3
science/py-spglib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1529085223
|
||||
SHA256 (spglib-1.10.3.65.tar.gz) = 55b49227835396b2bcd6afe724e9f37202ad0f61e273bedebd5bf740bad2e8e3
|
||||
SIZE (spglib-1.10.3.65.tar.gz) = 671154
|
6
science/py-spglib/pkg-descr
Normal file
6
science/py-spglib/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue