summaryrefslogtreecommitdiff
path: root/archivers/py-lz4/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-18 12:02:34 +0000
committeradam <adam@pkgsrc.org>2018-12-18 12:02:34 +0000
commite07f7ba7d55e45012e3eb783599bdfae94691539 (patch)
tree7ef2983c1ef55c4376915e0b24bf393098bbfeda /archivers/py-lz4/Makefile
parent4b94380c90f5b8b9819a5659b9a966617357c71b (diff)
downloadpkgsrc-e07f7ba7d55e45012e3eb783599bdfae94691539.tar.gz
py-lz4: updated to 2.1.5
2.1.5 This release contains no functional changes other than changes to the Appveyor configuration for publishing wheels. 2.1.4 This release contains no functional changes other than changes to the Travis configuration for publishing wheels. 2.1.3 A simplification of the tox.ini file More robust checking for pkgconfig availability Integration of cibuildwheel into travis builds so as to build and publish binary wheels for Linux and OSX Only require pytest-runner if pytest/test is being called Blacklists version 3.3.0 of pytest which has a bug that can cause the tests to fail.
Diffstat (limited to 'archivers/py-lz4/Makefile')
-rw-r--r--archivers/py-lz4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile
index c219b85405b..0fff275d325 100644
--- a/archivers/py-lz4/Makefile
+++ b/archivers/py-lz4/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2018/11/05 09:22:38 adam Exp $
+# $NetBSD: Makefile,v 1.22 2018/12/18 12:02:34 adam Exp $
-DISTNAME= lz4-2.1.2
+DISTNAME= lz4-2.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= archivers python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lz4/}
@@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/python-lz4/python-lz4
COMMENT= Python LZ4 binding
LICENSE= modified-bsd
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
BUILD_DEPENDS+= ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test