pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-backports.cached-property



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Nov  6 23:26:58 UTC 2022

Modified Files:
        pkgsrc/devel/py-backports.cached-property: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-backports.cached-property/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-backports.cached-property/Makefile
diff -u pkgsrc/devel/py-backports.cached-property/Makefile:1.3 pkgsrc/devel/py-backports.cached-property/Makefile:1.4
--- pkgsrc/devel/py-backports.cached-property/Makefile:1.3      Tue Jan  4 20:52:51 2022
+++ pkgsrc/devel/py-backports.cached-property/Makefile  Sun Nov  6 23:26:58 2022
@@ -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}-setuptool
 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