head 1.5; access; symbols pkgsrc-2023Q4:1.5.0.14 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.12 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.10 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.5.0.8 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.5.0.6 pkgsrc-2022Q4-base:1.5 pkgsrc-2022Q3:1.5.0.4 pkgsrc-2022Q3-base:1.5 pkgsrc-2022Q2:1.5.0.2 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.4.0.2 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.2.0.28 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.26 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.24 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.22 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.20 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.18 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.16 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.12 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.14 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.10 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.8 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2; locks; strict; comment @# @; 1.5 date 2022.04.29.23.22.31; author wiz; state Exp; branches; next 1.4; commitid hdJmjZ5lGUgOs9CD; 1.4 date 2022.01.05.15.41.13; author wiz; state Exp; branches; next 1.3; commitid FQ77UruBIUsgzsnD; 1.3 date 2022.01.04.20.54.09; author wiz; state Exp; branches; next 1.2; commitid CYyhdK9qtoffkmnD; 1.2 date 2018.08.07.09.44.13; author adam; state Exp; branches; next 1.1; commitid arPeVPsytXyrGaNA; 1.1 date 2018.08.07.09.24.36; author adam; state Exp; branches; next ; commitid oBY9WG6HjcKCzaNA; desc @@ 1.5 log @*: mark dependencies of py-virtualenv as not-for-python-2.x @ text @# $NetBSD: Makefile,v 1.4 2022/01/05 15:41:13 wiz Exp $ DISTNAME= Paver-1.3.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} PKGREVISION= 2 CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Paver/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/paver/paver COMMENT= Easy Scripting for Software Projects LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six TEST_DEPENDS+= ${PYPKGPREFIX}-cogapp-[0-9]*:../../devel/py-cogapp TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none USE_PKG_RESOURCES= yes post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} paver paver-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" @ 1.4 log @python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/01/04 20:54:09 wiz Exp $ d20 2 @ 1.3 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.2 2018/08/07 09:44:13 adam Exp $ d5 1 a5 1 PKGREVISION= 1 d22 2 @ 1.2 log @py-paver: alternate bin/paver @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/08/07 09:24:36 adam Exp $ d5 1 @ 1.1 log @py-paver: added version 1.3.4 Paver is a Python-based build/distribution/deployment scripting tool along the lines of Make or Rake. What makes Paver unique is its integration with commonly used Python libraries. Common tasks that were easy before remain easy. More importantly, dealing with your applications specific needs and requirements is also easy. @ text @d1 1 a1 1 # $NetBSD$ d21 3 @