head 1.7; access; symbols pkgsrc-2023Q2:1.6.0.2 pkgsrc-2023Q2-base:1.6 pkgsrc-2023Q1:1.4.0.4 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.2 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.3.0.6 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.4 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.1.0.2 pkgsrc-2021Q4-base:1.1; locks; strict; comment @# @; 1.7 date 2023.07.30.15.36.34; author adam; state dead; branches; next 1.6; commitid PwbiEx2wqVCecQyE; 1.6 date 2023.06.06.12.41.10; author riastradh; state Exp; branches; next 1.5; commitid xhspr6Z8JLQOWSrE; 1.5 date 2023.05.01.09.28.09; author wiz; state Exp; branches; next 1.4; commitid MygeQlIX6GXb3fnE; 1.4 date 2022.11.06.23.26.58; author gdt; state Exp; branches; next 1.3; commitid oxlDOAE8tXTIlH0E; 1.3 date 2022.01.04.20.52.51; author wiz; state Exp; branches; next 1.2; commitid CYyhdK9qtoffkmnD; 1.2 date 2021.12.30.13.05.29; author adam; state Exp; branches; next 1.1; commitid w23rFuQ4pTWhUFmD; 1.1 date 2021.11.08.12.27.36; author adam; state Exp; branches; next ; commitid WXcPk2Iv67pPmZfD; desc @@ 1.7 log @py-backports.cached-property: removed; included in Python 3.8+ @ text @# $NetBSD: Makefile,v 1.6 2023/06/06 12:41:10 riastradh Exp $ DISTNAME= backports.cached-property-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=b/backports.cached-property/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/penguinolog/backports.cached_property COMMENT= Backport functools cached_property LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-backports>=1.0nb2:../../devel/py-backports PYTHON_VERSIONS_INCOMPATIBLE= 27 PYTHON_VERSIONS_ACCEPTED= # included in Python 3.8+ post-install: ${RM} -f -r ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.* ${RM} -f -r ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__pycache__/__init__.* .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2023/05/01 09:28:09 wiz Exp $ @ 1.5 log @*: not for python 2 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/11/06 23:26:58 gdt Exp $ d14 2 a15 2 BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel @ 1.4 log @devel/backports.cached-property-1.0.1: Drop 37 as this depends on things that no longer exist. It should be removed, but this should fix the bulk scan failure. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/01/04 20:52:51 wiz Exp $ d18 1 @ 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 2021/12/30 13:05:29 adam Exp $ d18 1 a18 1 PYTHON_VERSIONS_ACCEPTED= 37 # included in Python 3.8+ @ 1.2 log @Forget about Python 3.6 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2021/11/08 12:27:36 adam Exp $ d5 1 @ 1.1 log @py-backports.cached-property: added version 1.0.1 Python 3.8 adds great descriptor to functools: cached_property. Technically all required APIs was available since python 3.6, but it is what it is. This package is a backport of this functionality for python 3.6 and 3.7. @ text @d1 1 a1 1 # $NetBSD$ d17 1 a17 1 PYTHON_VERSIONS_ACCEPTED= 37 36 # included in Python 3.8+ @