pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-cfscrape



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 13 10:57:33 UTC 2022

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

Log Message:
py-cfscrape: Switch to nodeversion.mk, bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-cfscrape/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-cfscrape/Makefile
diff -u pkgsrc/www/py-cfscrape/Makefile:1.15 pkgsrc/www/py-cfscrape/Makefile:1.16
--- pkgsrc/www/py-cfscrape/Makefile:1.15        Tue Jan  4 20:55:17 2022
+++ pkgsrc/www/py-cfscrape/Makefile     Fri May 13 10:57:32 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:55:17 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/05/13 10:57:32 jperkin Exp $
 
 DISTNAME=      cfscrape-2.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cfscrape/}
 
@@ -11,10 +11,10 @@ HOMEPAGE=   https://github.com/Anorov/clou
 COMMENT=       Python module for dealing with Cloudfare protection
 LICENSE=       mit
 
-DEPENDS+=      nodejs-[0-9]*:../../lang/nodejs
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.6.1:../../devel/py-requests
 
 USE_LANGUAGES= # none
 
+.include "../../lang/nodejs/nodeversion.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index