svn commit: r464614 - head/devel/py-qtconsole

Steve Wills swills at FreeBSD.org
Thu Mar 15 17:49:42 UTC 2018


Author: swills
Date: Thu Mar 15 17:49:40 2018
New Revision: 464614
URL: https://svnweb.freebsd.org/changeset/ports/464614

Log:
  devel/py-qtconsole: update to 4.3.1
  
  While here, pet portlint

Modified:
  head/devel/py-qtconsole/Makefile   (contents, props changed)
  head/devel/py-qtconsole/distinfo   (contents, props changed)

Modified: head/devel/py-qtconsole/Makefile
==============================================================================
--- head/devel/py-qtconsole/Makefile	Thu Mar 15 17:46:17 2018	(r464613)
+++ head/devel/py-qtconsole/Makefile	Thu Mar 15 17:49:40 2018	(r464614)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qtconsole
-PORTVERSION=	4.3.0
-PORTREVISION=	1
+PORTVERSION=	4.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +9,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Qt-based console for Jupyter with support for rich media output
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING.md
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter_client>=4.1:devel/py-jupyter_client@${FLAVOR} \
@@ -18,7 +20,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel
 
 USES=		pyqt:4 python
 USE_PYQT=	core gui svg
-
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils flavors autoplist
 
 .include <bsd.port.mk>

Modified: head/devel/py-qtconsole/distinfo
==============================================================================
--- head/devel/py-qtconsole/distinfo	Thu Mar 15 17:46:17 2018	(r464613)
+++ head/devel/py-qtconsole/distinfo	Thu Mar 15 17:49:40 2018	(r464614)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492100700
-SHA256 (qtconsole-4.3.0.tar.gz) = 2821ccf85853b83e4958521f82e36325208787eaf79b19b83905a99cc41aa209
-SIZE (qtconsole-4.3.0.tar.gz) = 416877
+TIMESTAMP = 1521045716
+SHA256 (qtconsole-4.3.1.tar.gz) = eff8c2faeda567a0bef5781f419a64e9977988db101652b312b9d74ec0a5109c
+SIZE (qtconsole-4.3.1.tar.gz) = 416931


More information about the svn-ports-all mailing list