diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-15 20:32:05 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-15 20:56:03 +0000 |
| commit | 19cdfb04af1e477b84138ad1c2058aeaa25a72ca (patch) | |
| tree | bed9f71134bdaad85f24baaf0be7895394413e2c | |
| parent | 52b9b9ca902fba9c7097dbc7c85d5740feba037e (diff) | |
science/py-py3Dmol: New port: IPython interface for embedding 3Dmol.js views
| -rw-r--r-- | science/Makefile | 1 | ||||
| -rw-r--r-- | science/py-py3Dmol/Makefile | 18 | ||||
| -rw-r--r-- | science/py-py3Dmol/distinfo | 3 | ||||
| -rw-r--r-- | science/py-py3Dmol/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 0d68cabeea82..97d3906b7e81 100644 --- a/science/Makefile +++ b/science/Makefile @@ -309,6 +309,7 @@ SUBDIR += py-phono3py SUBDIR += py-phonopy SUBDIR += py-pupynere + SUBDIR += py-py3Dmol SUBDIR += py-pyaixi SUBDIR += py-pyberny SUBDIR += py-pycsw diff --git a/science/py-py3Dmol/Makefile b/science/py-py3Dmol/Makefile new file mode 100644 index 000000000000..981386629d0b --- /dev/null +++ b/science/py-py3Dmol/Makefile @@ -0,0 +1,18 @@ +PORTNAME= py3Dmol +DISTVERSION= 1.8.0 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= IPython interface for embedding 3Dmol.js views + +LICENSE= WTFPL +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/science/py-py3Dmol/distinfo b/science/py-py3Dmol/distinfo new file mode 100644 index 000000000000..2bb18793ce4f --- /dev/null +++ b/science/py-py3Dmol/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1655324790 +SHA256 (py3Dmol-1.8.0.tar.gz) = bc495e0f5204ea1e6fcb527a0332ee8765c3d4491e4ace9a9a72b790e89e9647 +SIZE (py3Dmol-1.8.0.tar.gz) = 6985 diff --git a/science/py-py3Dmol/pkg-descr b/science/py-py3Dmol/pkg-descr new file mode 100644 index 000000000000..34325bbf0353 --- /dev/null +++ b/science/py-py3Dmol/pkg-descr @@ -0,0 +1,3 @@ +py3Dmol is an IPython interface for embedding 3Dmol.js views. + +WWW: https://3dmol.csb.pitt.edu/ |
