Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 15:59:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435934 - head/devel/py-jupyter_core
Message-ID:  <201703111559.v2BFxtYl027549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 11 15:59:55 2017
New Revision: 435934
URL: https://svnweb.freebsd.org/changeset/ports/435934

Log:
  Update to 4.3.0
  
  - Sort USE_PYTHON
  
  Changes:	https://github.com/jupyter/jupyter_core/blob/master/docs/changelog.rst

Modified:
  head/devel/py-jupyter_core/Makefile
  head/devel/py-jupyter_core/distinfo

Modified: head/devel/py-jupyter_core/Makefile
==============================================================================
--- head/devel/py-jupyter_core/Makefile	Sat Mar 11 15:59:50 2017	(r435933)
+++ head/devel/py-jupyter_core/Makefile	Sat Mar 11 15:59:55 2017	(r435934)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jupyter_core
-PORTVERSION=	4.2.1
+PORTVERSION=	4.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,10 +18,10 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipy
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \
 		${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
 USE_LOCALE=	en_US.UTF-8
-NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
 
 do-test:
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER})

Modified: head/devel/py-jupyter_core/distinfo
==============================================================================
--- head/devel/py-jupyter_core/distinfo	Sat Mar 11 15:59:50 2017	(r435933)
+++ head/devel/py-jupyter_core/distinfo	Sat Mar 11 15:59:55 2017	(r435934)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483859718
-SHA256 (jupyter_core-4.2.1.tar.gz) = 89c55399c8437f777197c2c82c1ff5639c7f71d4eb2f172a81afa120b68dc7b3
-SIZE (jupyter_core-4.2.1.tar.gz) = 61794
+TIMESTAMP = 1489229435
+SHA256 (jupyter_core-4.3.0.tar.gz) = a96b129e1641425bf057c3d46f4f44adce747a7d60107e8ad771045c36514d40
+SIZE (jupyter_core-4.3.0.tar.gz) = 57998



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