head 1.7; access; symbols pkgsrc-2023Q4:1.7.0.16 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.14 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.12 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.7.0.10 pkgsrc-2023Q1-base:1.7 pkgsrc-2022Q4:1.7.0.8 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.7.0.6 pkgsrc-2022Q3-base:1.7 pkgsrc-2022Q2:1.7.0.4 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.7.0.2 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.2.0.34 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.32 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.30 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.28 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.26 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.24 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.22 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.18 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.20 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.16 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.14 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.12 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.10 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.8 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.6 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.4 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.2 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.1.0.6 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.2 pkgsrc-2017Q2-base:1.1; locks; strict; comment @# @; 1.7 date 2022.01.09.11.58.14; author wiz; state Exp; branches; next 1.6; commitid rxxqjQhfXtIQcXnD; 1.6 date 2022.01.07.11.46.57; author tnn; state Exp; branches; next 1.5; commitid PP2prOP3c56hdHnD; 1.5 date 2022.01.04.20.53.43; author wiz; state Exp; branches; next 1.4; commitid CYyhdK9qtoffkmnD; 1.4 date 2022.01.04.07.13.06; author wiz; state Exp; branches; next 1.3; commitid tQmFzJcIVJOnNhnD; 1.3 date 2022.01.01.16.14.50; author ryoon; state Exp; branches; next 1.2; commitid xPoC9NMVV7ngTWmD; 1.2 date 2017.10.16.17.14.10; author adam; state Exp; branches; next 1.1; commitid uiQx1TdXvqaDEibA; 1.1 date 2017.04.23.05.04.02; author markd; state Exp; branches; next ; commitid TKJlK8kDKLyIgCOz; desc @@ 1.7 log @egg.mk: remove --single-version-externally-managed setuptools has this as default when --root is used (since version 0.6a11). @ text @# $NetBSD: Makefile,v 1.6 2022/01/07 11:46:57 tnn Exp $ DISTNAME= testpath-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/testpath/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/jupyter/testpath COMMENT= Test utilities for code working with files and commands LICENSE= mit USE_LANGUAGES= # none post-extract: ${RM} ${WRKSRC}/testpath/cli-*.exe .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @fix typo @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/01/04 20:53:43 wiz Exp $ a19 5 .if ${PYPKGPREFIX} == "py27" _PYSETUPTOOLSINSTALLARGS:= ${_PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed} .endif @ 1.5 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/01/04 07:13:06 wiz Exp $ d22 1 a22 1 _PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed} @ 1.4 log @*: fix packaging with python 2.7 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/01/01 16:14:50 ryoon Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.3 log @py-testpath: Use egg.mk to fix packaging Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2017/10/16 17:14:10 adam Exp $ d20 5 @ 1.2 log @py-testpath: update to 0.3.1 0.3.1: Bug fixes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/04/23 05:04:02 markd Exp $ d5 1 d19 1 a19 1 .include "../../lang/python/distutils.mk" @ 1.1 log @Add py-testpath 0.3 Testpath is a collection of utilities for Python code working with files and commands. It contains functions to check things on the filesystem, and tools for mocking system commands and recording calls to those. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2016/06/09 02:06:18 markd Exp $ d3 1 a3 1 DISTNAME= testpath-0.3 d5 2 a6 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=jupyter/} GITHUB_PROJECT= testpath d15 2 a16 2 NO_BUILD= yes PY_PATCHPLIST= yes d18 1 a18 5 do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${PYSITELIB}/testpath ${INSTALL_DATA} ${WRKSRC}/testpath/*.py ${DESTDIR}${PREFIX}/${PYSITELIB}/testpath/ .include "../../lang/python/extension.mk" @