pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
peak-classifier: Update to 0.1.2 release
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Tue Dec 14 09:42:00 2021 -0600
Changeset: 59e2a6f9fd7eb4ebc900ba8850b05826fc2b8a74
Modified Files:
ad2vcf/Makefile
biolibc-tools/Makefile
biolibc/buildlink3.mk
peak-classifier/Makefile
peak-classifier/distinfo
vcf-split/Makefile
vcf2hap/Makefile
Log Message:
peak-classifier: Update to 0.1.2 release
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=59e2a6f9fd7eb4ebc900ba8850b05826fc2b8a74
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ad2vcf/Makefile | 1 -
biolibc-tools/Makefile | 1 -
biolibc/buildlink3.mk | 2 ++
peak-classifier/Makefile | 4 +---
peak-classifier/distinfo | 6 +++---
vcf-split/Makefile | 1 -
vcf2hap/Makefile | 1 -
7 files changed, 6 insertions(+), 10 deletions(-)
diffs:
diff --git a/ad2vcf/Makefile b/ad2vcf/Makefile
index 3f49ccfef2..b263dd4903 100644
--- a/ad2vcf/Makefile
+++ b/ad2vcf/Makefile
@@ -17,6 +17,5 @@ pre-build:
do-test:
cd ${WRKSRC}/Test && ./run-test.sh
-.include "../../wip/libxtend/buildlink3.mk"
.include "../../wip/biolibc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/biolibc-tools/Makefile b/biolibc-tools/Makefile
index 78c05f529b..1d4a932189 100644
--- a/biolibc-tools/Makefile
+++ b/biolibc-tools/Makefile
@@ -19,5 +19,4 @@ pre-build:
.include "../../devel/xxhash/buildlink3.mk"
.include "../../devel/uthash/buildlink3.mk"
.include "../../wip/biolibc/buildlink3.mk"
-.include "../../wip/libxtend/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/biolibc/buildlink3.mk b/biolibc/buildlink3.mk
index b0c7024ec2..02958cfb48 100644
--- a/biolibc/buildlink3.mk
+++ b/biolibc/buildlink3.mk
@@ -7,6 +7,8 @@ BIOLIBC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.biolibc+= biolibc>=0.2.1
BUILDLINK_PKGSRCDIR.biolibc?= ../../wip/biolibc
+
+.include "../../wip/libxtend/buildlink3.mk"
.endif # BIOLIBC_BUILDLINK3_MK
BUILDLINK_TREE+= -biolibc
diff --git a/peak-classifier/Makefile b/peak-classifier/Makefile
index 22d3d56607..71e722de34 100644
--- a/peak-classifier/Makefile
+++ b/peak-classifier/Makefile
@@ -1,9 +1,8 @@
# $NetBSD$
-DISTNAME= peak-classifier-0.1.1.26
+DISTNAME= peak-classifier-0.1.2
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG= 9df4f678b66ab4eb19d1ad7f84dcd3c8f37217cc
MAINTAINER= bacon%NetBSD.org@localhost
HOMEPAGE= https://github.com/auerlab/peak-classifier
@@ -17,7 +16,6 @@ REPLACE_PYTHON= feature-view.py
pre-build:
cd ${WRKSRC} && make depend PREFIX=${PREFIX}
-.include "../../wip/libxtend/buildlink3.mk"
.include "../../wip/biolibc/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/peak-classifier/distinfo b/peak-classifier/distinfo
index 02684a368d..b830bb67f4 100644
--- a/peak-classifier/distinfo
+++ b/peak-classifier/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (peak-classifier-0.1.1.26-9df4f678b66ab4eb19d1ad7f84dcd3c8f37217cc.tar.gz) = 50e0248f5b35e0d5caee1c17a4dbb49f163398a5eb61ee2f2747d5f76f590135
-SHA512 (peak-classifier-0.1.1.26-9df4f678b66ab4eb19d1ad7f84dcd3c8f37217cc.tar.gz) = 564c7bc3e213c09760b5a05bdb5336ed202a9e49f6c5eb756859879ef75d18d5ea5755e7a58ee79cbce1033dce89acfcb591111a93109c6ce52b2a2672450090
-Size (peak-classifier-0.1.1.26-9df4f678b66ab4eb19d1ad7f84dcd3c8f37217cc.tar.gz) = 86950 bytes
+BLAKE2s (peak-classifier-0.1.2.tar.gz) = 55ad6f87c00582052b97808e4d5110edd3cc6c425699e3b1b12305b5ecc088fc
+SHA512 (peak-classifier-0.1.2.tar.gz) = 23ad99fa9aff01328fe94d0df4cec77343ebf0c8d8710628ea9ec2cc3b8d0c0602bc6c449c072c6dc35c78e7e8a72f751c04afa66977f040204b1b74c5f63b07
+Size (peak-classifier-0.1.2.tar.gz) = 86945 bytes
diff --git a/vcf-split/Makefile b/vcf-split/Makefile
index 8f8d9985a0..96ad6d4c3a 100644
--- a/vcf-split/Makefile
+++ b/vcf-split/Makefile
@@ -16,5 +16,4 @@ pre-build:
cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend
.include "../../wip/biolibc/buildlink3.mk"
-.include "../../wip/libxtend/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/vcf2hap/Makefile b/vcf2hap/Makefile
index f05567f4cf..a3e7be01b6 100644
--- a/vcf2hap/Makefile
+++ b/vcf2hap/Makefile
@@ -17,6 +17,5 @@ pre-build:
do-test:
cd ${WRKSRC}/Test && ./run-test.sh
-.include "../../wip/libxtend/buildlink3.mk"
.include "../../wip/biolibc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index