From owner-svn-ports-all@freebsd.org Sun May 13 17:14:15 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 72023FC3EE1; Sun, 13 May 2018 17:14:15 +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 21B4A76059; Sun, 13 May 2018 17:14:15 +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 DE7FA10592; Sun, 13 May 2018 17:14:14 +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 w4DHEEbM007082; Sun, 13 May 2018 17:14:14 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DHEDoM007078; Sun, 13 May 2018 17:14:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805131714.w4DHEDoM007078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 17:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469806 - in head/science: . py-mmtf-python X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-mmtf-python X-SVN-Commit-Revision: 469806 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.25 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: Sun, 13 May 2018 17:14:15 -0000 Author: yuri Date: Sun May 13 17:14:13 2018 New Revision: 469806 URL: https://svnweb.freebsd.org/changeset/ports/469806 Log: New port: science/py-mmtf-python: MMTF (Macromolecular Transmission Format) Python API Added: head/science/py-mmtf-python/ head/science/py-mmtf-python/Makefile (contents, props changed) head/science/py-mmtf-python/distinfo (contents, props changed) head/science/py-mmtf-python/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun May 13 16:43:37 2018 (r469805) +++ head/science/Makefile Sun May 13 17:14:13 2018 (r469806) @@ -173,6 +173,7 @@ SUBDIR += py-hcluster SUBDIR += py-mdp SUBDIR += py-mlpy + SUBDIR += py-mmtf-python SUBDIR += py-netCDF4 SUBDIR += py-obspy SUBDIR += py-openpiv Added: head/science/py-mmtf-python/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-mmtf-python/Makefile Sun May 13 17:14:13 2018 (r469806) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= mmtf-python +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.0 +CATEGORIES= science python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= MMTF (Macromolecular Transmission Format) Python API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= rcsb +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +post-build: + @${RM} ${STAGEDIR}${PREFIX}/bin/sample + +post-plist: + @${REINPLACE_CMD} -e '|bin/sample|d' ${TMPPLIST} + +.include Added: head/science/py-mmtf-python/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-mmtf-python/distinfo Sun May 13 17:14:13 2018 (r469806) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526230432 +SHA256 (rcsb-mmtf-python-v1.1.0_GH0.tar.gz) = de2cc1692209e560002e11236070d5978a2db2faaaafa16371542b8fbd98ecac +SIZE (rcsb-mmtf-python-v1.1.0_GH0.tar.gz) = 47054 Added: head/science/py-mmtf-python/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-mmtf-python/pkg-descr Sun May 13 17:14:13 2018 (r469806) @@ -0,0 +1,6 @@ +The python implementation of the MMTF API, decoder and encoder. + +The macromolecular transmission format (MMTF) is a binary encoding +of biological structures. + +WWW: https://github.com/rcsb/mmtf-python