1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

science/py-spglib: Remove stray USES; Update COMMENT; Update WWW

* Clarify comment
* Remove USES=shebangfix
* Update WWW to have https
This commit is contained in:
Yuri Victorovich 2018-06-15 22:34:29 +00:00
parent da2e4fbbea
commit 47dc9cff81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472501
2 changed files with 3 additions and 3 deletions

View File

@ -7,14 +7,14 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for finding and handling crystal symmetries
COMMENT= Library for finding and handling crystal symmetries (pythin binding)
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python shebangfix
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -3,4 +3,4 @@ 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/
WWW: https://atztogo.github.io/spglib/