Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 03:11:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535347 - in head/biology: . py-hits
Message-ID:  <202005160311.04G3B54Q025527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 16 03:11:05 2020
New Revision: 535347
URL: https://svnweb.freebsd.org/changeset/ports/535347

Log:
  New port: biology/py-hits: Utilities for processing high-throughput sequencing experiments

Added:
  head/biology/py-hits/
  head/biology/py-hits/Makefile   (contents, props changed)
  head/biology/py-hits/distinfo   (contents, props changed)
  head/biology/py-hits/pkg-descr   (contents, props changed)
Modified:
  head/biology/Makefile

Modified: head/biology/Makefile
==============================================================================
--- head/biology/Makefile	Sat May 16 02:29:20 2020	(r535346)
+++ head/biology/Makefile	Sat May 16 03:11:05 2020	(r535347)
@@ -129,6 +129,7 @@
     SUBDIR += py-fastTSNE
     SUBDIR += py-gffutils
     SUBDIR += py-gtfparse
+    SUBDIR += py-hits
     SUBDIR += py-loompy
     SUBDIR += py-macs2
     SUBDIR += py-multiqc

Added: head/biology/py-hits/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/py-hits/Makefile	Sat May 16 03:11:05 2020	(r535347)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	hits
+PORTVERSION=	0.1
+CATEGORIES=	biology python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Utilities for processing high-throughput sequencing experiments
+
+LICENSE=	GPLv3
+
+USES=		python:3.6+
+USE_PYTHON=	distutils cython autoplist
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/hits/*.so
+
+.include <bsd.port.mk>

Added: head/biology/py-hits/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/py-hits/distinfo	Sat May 16 03:11:05 2020	(r535347)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589596183
+SHA256 (hits-0.1.tar.gz) = d522045c7c5f7bb68645c99bf5fde7601ecfb8f13d7c0d94090a5fd84bb86feb
+SIZE (hits-0.1.tar.gz) = 1056911

Added: head/biology/py-hits/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/py-hits/pkg-descr	Sat May 16 03:11:05 2020	(r535347)
@@ -0,0 +1,3 @@
+Utilities for processing high-throughput sequencing experiments.
+
+WWW: https://github.com/jeffhussmann/hits



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005160311.04G3B54Q025527>