From owner-svn-ports-all@freebsd.org Fri Sep 14 03:11:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFA1C10A225F; Fri, 14 Sep 2018 03:11:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 765D3719CB; Fri, 14 Sep 2018 03:11:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 710DF1E951; Fri, 14 Sep 2018 03:11:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8E3B0RL047465; Fri, 14 Sep 2018 03:11:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8E3Ax4R047431; Fri, 14 Sep 2018 03:10:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809140310.w8E3Ax4R047431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 14 Sep 2018 03:10:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479756 - in head/science: . py-molmod X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-molmod X-SVN-Commit-Revision: 479756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 03:11:01 -0000 Author: yuri Date: Fri Sep 14 03:10:59 2018 New Revision: 479756 URL: https://svnweb.freebsd.org/changeset/ports/479756 Log: New port: science/py-molmod: Collection of molecular modelling tools for python Added: head/science/py-molmod/ head/science/py-molmod/Makefile (contents, props changed) head/science/py-molmod/distinfo (contents, props changed) head/science/py-molmod/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Fri Sep 14 03:01:15 2018 (r479755) +++ head/science/Makefile Fri Sep 14 03:10:59 2018 (r479756) @@ -209,6 +209,7 @@ SUBDIR += py-mdp SUBDIR += py-mlpy SUBDIR += py-mmtf-python + SUBDIR += py-molmod SUBDIR += py-netCDF4 SUBDIR += py-obspy SUBDIR += py-openpiv Added: head/science/py-molmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-molmod/Makefile Fri Sep 14 03:10:59 2018 (r479756) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= molmod +DISTVERSION= 1.4.4 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Collection of molecular modelling tools for python + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} + +USES= python shebangfix +SHEBANG_GLOB= *.py +USE_PYTHON= distutils cython cython_run autoplist + +do-test: # Tests fail: https://github.com/molmod/molmod/issues/27 + @cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} nosetests-${PYTHON_VER} -v molmod + +.include Added: head/science/py-molmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-molmod/distinfo Fri Sep 14 03:10:59 2018 (r479756) @@ -0,0 +1,3 @@ +TIMESTAMP = 1536893478 +SHA256 (molmod-1.4.4.tar.gz) = ca0e461fe42fc8b7e0b481cda33aac247d86b5fb817b5076e20abc90dd577797 +SIZE (molmod-1.4.4.tar.gz) = 1692687 Added: head/science/py-molmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-molmod/pkg-descr Fri Sep 14 03:10:59 2018 (r479756) @@ -0,0 +1,4 @@ +MolMod is a collection of molecular modelling tools for python. It is used by +other software developed at the CMM, including Yaff, TAMkin and Zeobuilder. + +WWW: https://github.com/molmod/molmod