svn commit: r452099 - head/devel/py-isodate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 15 00:36:48 UTC 2017


Author: sunpoet
Date: Sun Oct 15 00:36:47 2017
New Revision: 452099
URL: https://svnweb.freebsd.org/changeset/ports/452099

Log:
  Update to 0.6.0
  
  Changes:	https://github.com/gweis/isodate/blob/master/CHANGES.txt

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

Modified: head/devel/py-isodate/Makefile
==============================================================================
--- head/devel/py-isodate/Makefile	Sun Oct 15 00:36:42 2017	(r452098)
+++ head/devel/py-isodate/Makefile	Sun Oct 15 00:36:47 2017	(r452099)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	isodate
-PORTVERSION=	0.5.4
+PORTVERSION=	0.6.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,8 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	ISO 8601 date/time/duration parser and formater
 
 LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-isodate/distinfo
==============================================================================
--- head/devel/py-isodate/distinfo	Sun Oct 15 00:36:42 2017	(r452098)
+++ head/devel/py-isodate/distinfo	Sun Oct 15 00:36:47 2017	(r452099)
@@ -1,2 +1,3 @@
-SHA256 (isodate-0.5.4.tar.gz) = 42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31
-SIZE (isodate-0.5.4.tar.gz) = 27691
+TIMESTAMP = 1507976827
+SHA256 (isodate-0.6.0.tar.gz) = 2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8
+SIZE (isodate-0.6.0.tar.gz) = 28480


More information about the svn-ports-all mailing list