svn commit: r458905 - head/textproc/py-mistune

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 13 08:13:33 UTC 2018


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


More information about the svn-ports-all mailing list