we no longer need GNU tar to extract these archives correctly

This commit is contained in:
sthen 2022-03-01 21:26:19 +00:00
parent 9344b1979b
commit 0f1a96de66
2 changed files with 2 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.57 2021/11/29 17:32:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.58 2022/03/01 21:26:19 sthen Exp $
COMMENT= CLI tools to manage music collections
@ -16,10 +16,6 @@ MODPY_SETUPTOOLS= Yes
MODPY_PI= Yes
MODPY_PYTEST= Yes
# /bin/tar doesn't handle timestamps, breaking some tests
TAR= gtar
BUILD_DEPENDS= archivers/gtar
RUN_DEPENDS+= audio/py-discogs-client${MODPY_FLAVOR}>=2.0.2 \
audio/py-last${MODPY_FLAVOR} \
audio/py-mediafile${MODPY_FLAVOR} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2022/02/26 17:35:15 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2022/03/01 21:26:19 sthen Exp $
COMMENT = built-package format for Python
@ -20,11 +20,6 @@ MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR ?=
# With tar from base, some files are extracted with a timestamp of
# Jan 1 1970, resulting in tests failing.
BUILD_DEPENDS = archivers/gtar
TAR = ${LOCALBASE}/bin/gtar
.if ${FLAVOR:Mpython3}
TEST_DEPENDS = ${BASE_PKGPATH}=${MODPY_EGG_VERSION} \
devel/py-coverage${MODPY_FLAVOR} \