Needs bsdtar to get timestamps that python's zipfile wants to process

This commit is contained in:
joerg 2023-04-21 10:40:15 +00:00
parent 0594dc1d81
commit 5dc7dadde7

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2022/05/09 08:09:19 adam Exp $
# $NetBSD: Makefile,v 1.10 2023/04/21 10:40:15 joerg Exp $
DISTNAME= tinycss2-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/Kozea/tinycss2
COMMENT= Low-level CSS parser for Python
LICENSE= modified-bsd
EXTRACT_USING= bsdtar
BUILD_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
DEPENDS+= ${PYPKGPREFIX}-webencodings>=0.4:../../textproc/py-webencodings
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov