svn commit: r491857 - head/devel/py-represent
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 1 21:42:00 UTC 2019
Author: sunpoet
Date: Fri Feb 1 21:41:52 2019
New Revision: 491857
URL: https://svnweb.freebsd.org/changeset/ports/491857
Log:
Update to 1.6.0
Changes: https://github.com/RazerM/represent/releases
https://github.com/RazerM/represent/blob/master/CHANGELOG.md
Modified:
head/devel/py-represent/Makefile
head/devel/py-represent/distinfo
Modified: head/devel/py-represent/Makefile
==============================================================================
--- head/devel/py-represent/Makefile Fri Feb 1 21:41:47 2019 (r491856)
+++ head/devel/py-represent/Makefile Fri Feb 1 21:41:52 2019 (r491857)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= represent
-PORTVERSION= 1.5.1
+PORTVERSION= 1.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,10 +17,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.3:devel/py-pytest@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.5:devel/py-pytest@${PY_FLAVOR}
-NO_ARCH= yes
-USE_PYTHON= autoplist concurrent distutils
USES= python
+USE_PYTHON= autoplist concurrent distutils
-.include <bsd.port.mk>
+NO_ARCH= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3300
+TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/devel/py-represent/distinfo
==============================================================================
--- head/devel/py-represent/distinfo Fri Feb 1 21:41:47 2019 (r491856)
+++ head/devel/py-represent/distinfo Fri Feb 1 21:41:52 2019 (r491857)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529859745
-SHA256 (Represent-1.5.1.tar.gz) = 9c12c1c60b8616f97855d3a37ea4ec60e3d5d463965a6a29b80d0b794ad4f0d8
-SIZE (Represent-1.5.1.tar.gz) = 22521
+TIMESTAMP = 1548961169
+SHA256 (Represent-1.6.0.tar.gz) = 293dfec8b2e9e2150a21a49bfec2cd009ecb600c8c04f9186d2ad222c3cef78a
+SIZE (Represent-1.6.0.tar.gz) = 25914
More information about the svn-ports-all
mailing list