New port: science/py-MDAnalysisTests: Test code and the trajectory data for test cases of MDAnalysis
This commit is contained in:
parent
31bf24f627
commit
d9244ccb72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469842
@ -166,6 +166,7 @@
|
||||
SUBDIR += pulseview
|
||||
SUBDIR += py-DendroPy
|
||||
SUBDIR += py-MDAnalysis
|
||||
SUBDIR += py-MDAnalysisTests
|
||||
SUBDIR += py-OpenFermion
|
||||
SUBDIR += py-cdo
|
||||
SUBDIR += py-coards
|
||||
|
26
science/py-MDAnalysisTests/Makefile
Normal file
26
science/py-MDAnalysisTests/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MDAnalysisTests
|
||||
DISTVERSION= 0.18.0
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Test code and the trajectory data for test cases of MDAnalysis
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}MDAnalysis>0:science/py-MDAnalysis@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>=3.1.2:devel/py-pytest@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>=4.0.2:sysutils/py-psutil@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/py-MDAnalysisTests/distinfo
Normal file
3
science/py-MDAnalysisTests/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1526244342
|
||||
SHA256 (MDAnalysisTests-0.18.0.tar.gz) = 287bd4326b5f9881c831c1bb7dadd3563f796b36198ba9b5f53b6707abd0711b
|
||||
SIZE (MDAnalysisTests-0.18.0.tar.gz) = 43740649
|
3
science/py-MDAnalysisTests/pkg-descr
Normal file
3
science/py-MDAnalysisTests/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Test code and data for science/py-MDAnalysis.
|
||||
|
||||
WWW: https://www.mdanalysis.org
|
Loading…
Reference in New Issue
Block a user