From owner-svn-ports-all@freebsd.org Fri Jun 15 22:28:22 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 0B5F6101F35C; Fri, 15 Jun 2018 22:28:22 +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 B623F86A32; Fri, 15 Jun 2018 22:28:21 +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 945541D94A; Fri, 15 Jun 2018 22:28:21 +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 w5FMSLYs000355; Fri, 15 Jun 2018 22:28:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5FMSKJm000351; Fri, 15 Jun 2018 22:28:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806152228.w5FMSKJm000351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 15 Jun 2018 22:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472499 - in head/science: . py-spglib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-spglib X-SVN-Commit-Revision: 472499 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.26 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, 15 Jun 2018 22:28:22 -0000 Author: yuri Date: Fri Jun 15 22:28:20 2018 New Revision: 472499 URL: https://svnweb.freebsd.org/changeset/ports/472499 Log: New port: science/py-spglib: Library for finding and handling crystal symmetries Added: head/science/py-spglib/ head/science/py-spglib/Makefile (contents, props changed) head/science/py-spglib/distinfo (contents, props changed) head/science/py-spglib/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Fri Jun 15 22:06:39 2018 (r472498) +++ head/science/Makefile Fri Jun 15 22:28:20 2018 (r472499) @@ -194,6 +194,7 @@ SUBDIR += py-scimath SUBDIR += py-scipy SUBDIR += py-scoria + SUBDIR += py-spglib SUBDIR += py-tensorflow SUBDIR += py-veusz SUBDIR += py-ws2300 Added: head/science/py-spglib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-spglib/Makefile Fri Jun 15 22:28:20 2018 (r472499) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= spglib +DISTVERSION= 1.10.3.65 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for finding and handling crystal symmetries + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +USES= python shebangfix +USE_PYTHON= distutils autoplist + +.include Added: head/science/py-spglib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-spglib/distinfo Fri Jun 15 22:28:20 2018 (r472499) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529085223 +SHA256 (spglib-1.10.3.65.tar.gz) = 55b49227835396b2bcd6afe724e9f37202ad0f61e273bedebd5bf740bad2e8e3 +SIZE (spglib-1.10.3.65.tar.gz) = 671154 Added: head/science/py-spglib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-spglib/pkg-descr Fri Jun 15 22:28:20 2018 (r472499) @@ -0,0 +1,6 @@ +Python library for finding and handling crystal symmetries. + +Spglib for python wraps the same C code that exists +in the port science/spglib. + +WWW: http://atztogo.github.io/spglib/