svn commit: r464518 - head/devel/py-tempora

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 14 18:11:45 UTC 2018


Author: sunpoet
Date: Wed Mar 14 18:11:44 2018
New Revision: 464518
URL: https://svnweb.freebsd.org/changeset/ports/464518

Log:
  Update to 1.11
  
  - Add LICENSE_FILE
  - Add TEST_DEPENDS
  
  Changes:	https://github.com/jaraco/tempora/blob/master/CHANGES.rst

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

Modified: head/devel/py-tempora/Makefile
==============================================================================
--- head/devel/py-tempora/Makefile	Wed Mar 14 18:11:39 2018	(r464517)
+++ head/devel/py-tempora/Makefile	Wed Mar 14 18:11:44 2018	(r464518)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tempora
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,13 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Objects and routines pertaining to date and time
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-sugar>=0.9.1:devel/py-pytest-sugar@${FLAVOR}
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-tempora/distinfo
==============================================================================
--- head/devel/py-tempora/distinfo	Wed Mar 14 18:11:39 2018	(r464517)
+++ head/devel/py-tempora/distinfo	Wed Mar 14 18:11:44 2018	(r464518)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513266035
-SHA256 (tempora-1.10.tar.gz) = cf2dcf7f219ed52beef9c9c1a94de41ef8a417f0fe7bc9a9f14ddaf095e795ed
-SIZE (tempora-1.10.tar.gz) = 13839
+TIMESTAMP = 1521036304
+SHA256 (tempora-1.11.tar.gz) = 4be862dbdc6fcbcc57f4b355258daa41fc0932af99680142bfa20836379f57a5
+SIZE (tempora-1.11.tar.gz) = 14750


More information about the svn-ports-head mailing list