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:   wiz
Date:           Sat Mar  8 13:06:33 UTC 2025

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

Log Message:
py-scrapy: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/www/py-scrapy/Makefile:1.25
--- pkgsrc/www/py-scrapy/Makefile:1.24  Sat Nov 30 06:56:49 2024
+++ pkgsrc/www/py-scrapy/Makefile       Sat Mar  8 13:06:33 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2024/11/30 06:56:49 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/03/08 13:06:33 wiz Exp $
 
 DISTNAME=      scrapy-2.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Scrapy/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://scrapy.org/
 COMMENT=       High-level Web Crawling and Web Scraping framework
 LICENSE=       modified-bsd
 
-WHEEL_NAME=    Scrapy-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cssselect>=0.9.1:../../textproc/py-cssselect
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml>=0.7.1:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-itemadapter>=0.1.0:../../textproc/py-itemadapter



Home | Main Index | Thread Index | Old Index