diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-22 01:41:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-22 01:41:41 +0800 |
commit | 66df1ed09a2a2fe746c00b2d419a0eb5212e7d23 (patch) | |
tree | 6265e21933934015d60c28b6bcd417ced1fd80eb /archivers/py-lz4 | |
parent | 113a295daa4357a0b5b233a5190d3d6261a3a2aa (diff) | |
download | freebsd-ports-gnome-66df1ed09a2a2fe746c00b2d419a0eb5212e7d23.tar.gz freebsd-ports-gnome-66df1ed09a2a2fe746c00b2d419a0eb5212e7d23.tar.zst freebsd-ports-gnome-66df1ed09a2a2fe746c00b2d419a0eb5212e7d23.zip |
Update to 0.12.0
- Add TEST_DEPENDS
Changes: https://github.com/python-lz4/python-lz4/releases
Diffstat (limited to 'archivers/py-lz4')
-rw-r--r-- | archivers/py-lz4/Makefile | 6 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index fe63a0786cf2..283f110e709c 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lz4 -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.0 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,10 @@ COMMENT= Python binding for the LZ4 compression library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR} LIB_DEPENDS= liblz4.so:archivers/liblz4 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest${FLAVOR} USE_PYTHON= distutils py3kplist USES= pkgconfig python diff --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo index 2abf72be59d4..939c505d0e39 100644 --- a/archivers/py-lz4/distinfo +++ b/archivers/py-lz4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511187502 -SHA256 (lz4-0.11.1.tar.gz) = 440bbb039e15c09b049c0a8c1294978341d3fac943b83e04ff3f9e3b7ec0058b -SIZE (lz4-0.11.1.tar.gz) = 97348 +TIMESTAMP = 1513859767 +SHA256 (lz4-0.12.0.tar.gz) = 7d98158f9851c791187789d6e4410fde953c8c2b3b4dfff175ce02e479300ca8 +SIZE (lz4-0.12.0.tar.gz) = 100876 |