aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-python-lzo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-python-lzo/Makefile')
-rw-r--r--archivers/py-python-lzo/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/archivers/py-python-lzo/Makefile b/archivers/py-python-lzo/Makefile
index 8e9fc0f0b7c3..97bd2a9e1afc 100644
--- a/archivers/py-python-lzo/Makefile
+++ b/archivers/py-python-lzo/Makefile
@@ -1,20 +1,21 @@
-# Created by: Yuri Victorovich <yuri@rawbw.com>
-
PORTNAME= python-lzo
-DISTVERSION= 1.14
+DISTVERSION= 1.15
CATEGORIES= archivers python
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python bindings for the LZO data compression library
+WWW= https://pypi.org/project/python-lzo/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liblzo2.so:archivers/lzo2
-USES= localbase python:3.6+
-USE_PYTHON= autoplist distutils
+USES= localbase python
+USE_PYTHON= autoplist distutils pytest
+
+TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
.include <bsd.port.mk>