pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-backports.cached-property devel/backports.cac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72cb08ce85cc
branches:  trunk
changeset: 387799:72cb08ce85cc
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Nov 06 23:26:58 2022 +0000

description:
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.

diffstat:

 devel/py-backports.cached-property/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dae2f93c1cd0 -r 72cb08ce85cc devel/py-backports.cached-property/Makefile
--- a/devel/py-backports.cached-property/Makefile       Sun Nov 06 23:10:07 2022 +0000
+++ b/devel/py-backports.cached-property/Makefile       Sun Nov 06 23:26:58 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:51 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/11/06 23:26:58 gdt Exp $
 
 DISTNAME=      backports.cached-property-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-backports>=1.0nb2:../../devel/py-backports
 
-PYTHON_VERSIONS_ACCEPTED=      37 # included in Python 3.8+
+PYTHON_VERSIONS_ACCEPTED=      # included in Python 3.8+
 
 post-install:
        ${RM} -f -r ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.*



Home | Main Index | Thread Index | Old Index