From owner-svn-ports-head@freebsd.org Wed Jun 13 01:46:05 2018 Return-Path: Delivered-To: svn-ports-head@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 30B29101586B; Wed, 13 Jun 2018 01:46:05 +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 CD4D2849C1; Wed, 13 Jun 2018 01:46:04 +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 AA6A012D0E; Wed, 13 Jun 2018 01:46:04 +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 w5D1k45C073977; Wed, 13 Jun 2018 01:46:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5D1k3x9073973; Wed, 13 Jun 2018 01:46:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806130146.w5D1k3x9073973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 13 Jun 2018 01:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472277 - in head/biology: . py-Genesis-PyAPI X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/biology: . py-Genesis-PyAPI X-SVN-Commit-Revision: 472277 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.26 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: Wed, 13 Jun 2018 01:46:05 -0000 Author: yuri Date: Wed Jun 13 01:46:03 2018 New Revision: 472277 URL: https://svnweb.freebsd.org/changeset/ports/472277 Log: New port: biology/py-Genesis-PyAPI: API for the Genesis platform for genetics information processing Added: head/biology/py-Genesis-PyAPI/ head/biology/py-Genesis-PyAPI/Makefile (contents, props changed) head/biology/py-Genesis-PyAPI/distinfo (contents, props changed) head/biology/py-Genesis-PyAPI/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Wed Jun 13 01:45:02 2018 (r472276) +++ head/biology/Makefile Wed Jun 13 01:46:03 2018 (r472277) @@ -96,6 +96,7 @@ SUBDIR += primer3 SUBDIR += protomol SUBDIR += psi88 + SUBDIR += py-Genesis-PyAPI SUBDIR += py-biom-format SUBDIR += py-biopython SUBDIR += py-bx-python Added: head/biology/py-Genesis-PyAPI/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-Genesis-PyAPI/Makefile Wed Jun 13 01:46:03 2018 (r472277) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Genesis-PyAPI +DISTVERSION= 1.2.1 +CATEGORIES= biology python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= API for the Genesis platform for genetics information processing + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}slumber>=0.7.1:www/py-slumber@${FLAVOR} + +USES= fortran python +USE_PYTHON= distutils autoplist + +.include Added: head/biology/py-Genesis-PyAPI/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-Genesis-PyAPI/distinfo Wed Jun 13 01:46:03 2018 (r472277) @@ -0,0 +1,3 @@ +TIMESTAMP = 1528853679 +SHA256 (Genesis-PyAPI-1.2.1.tar.gz) = 2989f582eb619cd18c0fda10c69d38404781ddc4161a77f18c29d02fbdee577c +SIZE (Genesis-PyAPI-1.2.1.tar.gz) = 16539 Added: head/biology/py-Genesis-PyAPI/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/py-Genesis-PyAPI/pkg-descr Wed Jun 13 01:46:03 2018 (r472277) @@ -0,0 +1,4 @@ +GenAPI is a Python API for the Genesis platform allowing to +perform computations of gene expression, etc. + +WWW: https://github.com/genialis/genesis-pyapi/