pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-urllib3



Module Name:    pkgsrc
Committed By:   jklos
Date:           Tue Sep 17 17:21:37 UTC 2024

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

Log Message:
Fixed typo (superfluous quote).


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/py-urllib3/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-urllib3/Makefile
diff -u pkgsrc/www/py-urllib3/Makefile:1.63 pkgsrc/www/py-urllib3/Makefile:1.64
--- pkgsrc/www/py-urllib3/Makefile:1.63 Thu Sep 12 19:38:21 2024
+++ pkgsrc/www/py-urllib3/Makefile      Tue Sep 17 17:21:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2024/09/12 19:38:21 adam Exp $
+# $NetBSD: Makefile,v 1.64 2024/09/17 17:21:36 jklos Exp $
 
 DISTNAME=      urllib3-2.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://urllib3.readthedocs.io
 COMMENT=       HTTP library with thread-safe connection pooling
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4.0":../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4.0:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.6.0:../../devel/py-hatchling
 # optional dependencies:
 # "socks"; higher requirement from dev_requirements.txt



Home | Main Index | Thread Index | Old Index