From owner-svn-ports-all@freebsd.org Sun Nov 8 02:56:10 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D60252E3990; Sun, 8 Nov 2020 02:56:10 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CTJff5h9Cz4fDn; Sun, 8 Nov 2020 02:56:10 +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 ABDBB1919B; Sun, 8 Nov 2020 02:56:10 +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 0A82uAQ1064681; Sun, 8 Nov 2020 02:56:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A82u9kF064674; Sun, 8 Nov 2020 02:56:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202011080256.0A82u9kF064674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 8 Nov 2020 02:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554431 - in head/science: . py-segyio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-segyio X-SVN-Commit-Revision: 554431 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.34 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, 08 Nov 2020 02:56:10 -0000 Author: yuri Date: Sun Nov 8 02:56:09 2020 New Revision: 554431 URL: https://svnweb.freebsd.org/changeset/ports/554431 Log: New port: science/py-segyio: Python binding for segyio, the seismic data library Added: head/science/py-segyio/ head/science/py-segyio/Makefile (contents, props changed) head/science/py-segyio/distinfo (contents, props changed) head/science/py-segyio/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun Nov 8 00:27:18 2020 (r554430) +++ head/science/Makefile Sun Nov 8 02:56:09 2020 (r554431) @@ -284,6 +284,7 @@ SUBDIR += py-scimath SUBDIR += py-scipy SUBDIR += py-scoria + SUBDIR += py-segyio SUBDIR += py-spglib SUBDIR += py-tensorflow SUBDIR += py-veusz Added: head/science/py-segyio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-segyio/Makefile Sun Nov 8 02:56:09 2020 (r554431) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= segyio +DISTVERSION= 1.9.3 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python binding for segyio, the seismic data library + +LICENSE= LGPL3+ + +BUILD_DEPENDS= cmake:devel/cmake \ + ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +LIB_DEPENDS= libsegyio.so:science/segyio +RUN_DEPENDS= ${PYNUMPY} + +USES= python +USE_PYTHON= distutils autoplist + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/segyio/_segyio.so + +.include Added: head/science/py-segyio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-segyio/distinfo Sun Nov 8 02:56:09 2020 (r554431) @@ -0,0 +1,3 @@ +TIMESTAMP = 1604795363 +SHA256 (segyio-1.9.3.tar.gz) = 8b70f39d903413c88f9039ef748742b5e92d1996c4cda8bbca95ce529c6cdaea +SIZE (segyio-1.9.3.tar.gz) = 1119137 Added: head/science/py-segyio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-segyio/pkg-descr Sun Nov 8 02:56:09 2020 (r554431) @@ -0,0 +1,4 @@ +Pythin binding for segyio, a small LGPL licensed C library for easy interaction +with SEG-Y and Seismic Unix formatted seismic data. + +WWW: https://github.com/equinor/segyio