Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 21:03:37 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537444 - in head: math/py-seaborn science/py-abipy
Message-ID:  <202005312103.04VL3blu083599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sun May 31 21:03:37 2020
New Revision: 537444
URL: https://svnweb.freebsd.org/changeset/ports/537444

Log:
  math/py-seaborn: Update to 0.10.1
  
  Update consumer (science/py-abipy) to use Python >= 3.6
  (avoid break bulk -a).
  
  PR:		246858
  Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)

Modified:
  head/math/py-seaborn/Makefile
  head/math/py-seaborn/distinfo
  head/science/py-abipy/Makefile

Modified: head/math/py-seaborn/Makefile
==============================================================================
--- head/math/py-seaborn/Makefile	Sun May 31 20:43:40 2020	(r537443)
+++ head/math/py-seaborn/Makefile	Sun May 31 21:03:37 2020	(r537444)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	seaborn
-PORTVERSION=	0.9.0
-PORTREVISION=	3
+PORTVERSION=	0.10.1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,18 +16,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/
 		${NUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}patsy>0:math/py-patsy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3500
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}statsmodels010>0:math/py-statsmodels010@${PY_FLAVOR}
-.else
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/math/py-seaborn/distinfo
==============================================================================
--- head/math/py-seaborn/distinfo	Sun May 31 20:43:40 2020	(r537443)
+++ head/math/py-seaborn/distinfo	Sun May 31 21:03:37 2020	(r537444)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536385187
-SHA256 (seaborn-0.9.0.tar.gz) = 76c83f794ca320fb6b23a7c6192d5e185a5fcf4758966a0c0a54baee46d41e2f
-SIZE (seaborn-0.9.0.tar.gz) = 198184
+TIMESTAMP = 1590551395
+SHA256 (seaborn-0.10.1.tar.gz) = 2d1a0c9d6bd1bc3cadb0364b8f06540f51322a670cf8438d0fde1c1c7317adc0
+SIZE (seaborn-0.10.1.tar.gz) = 193770

Modified: head/science/py-abipy/Makefile
==============================================================================
--- head/science/py-abipy/Makefile	Sun May 31 20:43:40 2020	(r537443)
+++ head/science/py-abipy/Makefile	Sun May 31 21:03:37 2020	(r537444)
@@ -2,6 +2,7 @@
 
 PORTNAME=	abipy
 DISTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -28,7 +29,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}
 
-USES=		python:3.5+ shebangfix
+USES=		python:3.6+ shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	abinit
 SHEBANG_GLOB=	*.py



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