From owner-svn-ports-head@freebsd.org Thu Nov 16 18:27:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CB1BDE525F; Thu, 16 Nov 2017 18:27:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 165D564674; Thu, 16 Nov 2017 18:27:49 +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 vAGIRmjN041621; Thu, 16 Nov 2017 18:27:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAGIRl8O041617; Thu, 16 Nov 2017 18:27:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711161827.vAGIRl8O041617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 16 Nov 2017 18:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454321 - in head/science: . py-scoria X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-scoria X-SVN-Commit-Revision: 454321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 18:27:49 -0000 Author: yuri Date: Thu Nov 16 18:27:47 2017 New Revision: 454321 URL: https://svnweb.freebsd.org/changeset/ports/454321 Log: New port: science/py-scoria: Lightweight molecule manipulation codebase Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13119 Added: head/science/py-scoria/ head/science/py-scoria/Makefile (contents, props changed) head/science/py-scoria/distinfo (contents, props changed) head/science/py-scoria/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Thu Nov 16 17:35:37 2017 (r454320) +++ head/science/Makefile Thu Nov 16 18:27:47 2017 (r454321) @@ -171,6 +171,7 @@ SUBDIR += py-scikit-sparse SUBDIR += py-scimath SUBDIR += py-scipy + SUBDIR += py-scoria SUBDIR += py-tensorflow SUBDIR += py-ws2300 SUBDIR += pybrain Added: head/science/py-scoria/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-scoria/Makefile Thu Nov 16 18:27:47 2017 (r454321) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= scoria +DISTVERSION= 1.0.3 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Lightweight molecule manipulation codebase + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/science/py-scoria/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-scoria/distinfo Thu Nov 16 18:27:47 2017 (r454321) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510818178 +SHA256 (scoria-1.0.3.tar.gz) = 27ec909d8a9289175bc968d5cff81a84e5ade759625005160b5ad750abbdda3a +SIZE (scoria-1.0.3.tar.gz) = 9149900 Added: head/science/py-scoria/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-scoria/pkg-descr Thu Nov 16 18:27:47 2017 (r454321) @@ -0,0 +1,4 @@ +The scoria library is a lightweight python code base designed for +importing, manipulating, and exporting molecular models. + +WWW: https://git.durrantlab.com/jdurrant/scoria