Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 09:10:38 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550141 - head/biology/py-biom-format
Message-ID:  <202009260910.08Q9AcW4056174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sat Sep 26 09:10:37 2020
New Revision: 550141
URL: https://svnweb.freebsd.org/changeset/ports/550141

Log:
  biology/py-biom-format: Fix fetch and relax scipy requirement
  
  - The broken fetch was due to a commit error.
  
  - The relaxing of the scipy constraint is temporary until scipy can be
    updated.

Modified:
  head/biology/py-biom-format/Makefile   (contents, props changed)
  head/biology/py-biom-format/distinfo   (contents, props changed)

Modified: head/biology/py-biom-format/Makefile
==============================================================================
--- head/biology/py-biom-format/Makefile	Sat Sep 26 09:09:39 2020	(r550140)
+++ head/biology/py-biom-format/Makefile	Sat Sep 26 09:10:37 2020	(r550141)
@@ -5,6 +5,7 @@ PORTVERSION=	2.1.8
 CATEGORIES=	biology python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTFILES=	${DISTNAME}-1${EXTRACT_SUFX}
 
 MAINTAINER=	jrm@FreeBSD.org
 COMMENT=	Biological Observation Matrix (BIOM) Format Project
@@ -15,7 +16,7 @@ BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=1.3.1:science/py-scipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=0.20.0:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h5py>=2.2.0:science/py-h5py@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}

Modified: head/biology/py-biom-format/distinfo
==============================================================================
--- head/biology/py-biom-format/distinfo	Sat Sep 26 09:09:39 2020	(r550140)
+++ head/biology/py-biom-format/distinfo	Sat Sep 26 09:10:37 2020	(r550141)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579317018
-SHA256 (biom-format-2.1.8.tar.gz) = 4d8813f84f7a79ee8c367e6ef57e154a121198b3979b81c74e6514668b756827
-SIZE (biom-format-2.1.8.tar.gz) = 12206773
+TIMESTAMP = 1601110366
+SHA256 (biom-format-2.1.8-1.tar.gz) = 3711de5807e5b29d944cd2713a16f26b6148eefd5b831ccad6a10c06cbd42649
+SIZE (biom-format-2.1.8-1.tar.gz) = 11673785



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