pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-scrapy



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct  6 09:07:00 UTC 2021

Modified Files:
        pkgsrc/www/py-scrapy: Makefile

Log Message:
py-scrapy: Switch to PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-scrapy/Makefile

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

Modified files:

Index: pkgsrc/www/py-scrapy/Makefile
diff -u pkgsrc/www/py-scrapy/Makefile:1.11 pkgsrc/www/py-scrapy/Makefile:1.12
--- pkgsrc/www/py-scrapy/Makefile:1.11  Mon Mar 22 08:56:56 2021
+++ pkgsrc/www/py-scrapy/Makefile       Wed Oct  6 09:07:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/03/22 08:56:56 triaxx Exp $
+# $NetBSD: Makefile,v 1.12 2021/10/06 09:07:00 jperkin Exp $
 
 DISTNAME=      Scrapy-2.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -27,7 +27,7 @@ DEPENDS+=     ${PYPKGPREFIX}-w3lib>=1.17.0:.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      39 38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index