Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 08:13:29 +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: r458905 - head/textproc/py-mistune
Message-ID:  <201801130813.w0D8DTEZ022391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 13 08:13:29 2018
New Revision: 458905
URL: https://svnweb.freebsd.org/changeset/ports/458905

Log:
  Update to 0.8.3
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  
  Changes:	https://github.com/lepture/mistune/blob/master/CHANGES.rst
  PR:		224688
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/textproc/py-mistune/Makefile
  head/textproc/py-mistune/distinfo

Modified: head/textproc/py-mistune/Makefile
==============================================================================
--- head/textproc/py-mistune/Makefile	Sat Jan 13 08:13:24 2018	(r458904)
+++ head/textproc/py-mistune/Makefile	Sat Jan 13 08:13:29 2018	(r458905)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mistune
-PORTVERSION=	0.7.2
+PORTVERSION=	0.8.3
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/textproc/py-mistune/distinfo
==============================================================================
--- head/textproc/py-mistune/distinfo	Sat Jan 13 08:13:24 2018	(r458904)
+++ head/textproc/py-mistune/distinfo	Sat Jan 13 08:13:29 2018	(r458905)
@@ -1,2 +1,3 @@
-SHA256 (mistune-0.7.2.tar.gz) = 626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840
-SIZE (mistune-0.7.2.tar.gz) = 48887
+TIMESTAMP = 1512851409
+SHA256 (mistune-0.8.3.tar.gz) = bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619
+SIZE (mistune-0.8.3.tar.gz) = 58506



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