pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-tinycss2
Module Name: pkgsrc
Committed By: joerg
Date: Fri Apr 21 10:40:15 UTC 2023
Modified Files:
pkgsrc/textproc/py-tinycss2: Makefile
Log Message:
Needs bsdtar to get timestamps that python's zipfile wants to process
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-tinycss2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-tinycss2/Makefile
diff -u pkgsrc/textproc/py-tinycss2/Makefile:1.9 pkgsrc/textproc/py-tinycss2/Makefile:1.10
--- pkgsrc/textproc/py-tinycss2/Makefile:1.9 Mon May 9 08:09:19 2022
+++ pkgsrc/textproc/py-tinycss2/Makefile Fri Apr 21 10:40:15 2023
@@ -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/tinyc
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
Home |
Main Index |
Thread Index |
Old Index