pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-bleach



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 15:46:44 UTC 2023

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

Log Message:
py-bleach: fix filename in REPLACE_SH


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-bleach/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-bleach/Makefile
diff -u pkgsrc/www/py-bleach/Makefile:1.26 pkgsrc/www/py-bleach/Makefile:1.27
--- pkgsrc/www/py-bleach/Makefile:1.26  Fri May  5 08:47:37 2023
+++ pkgsrc/www/py-bleach/Makefile       Fri May  5 15:46:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/05/05 08:47:37 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/05 15:46:44 wiz Exp $
 
 DISTNAME=      bleach-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ PYSETUPTESTTARGET=    pytest
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-REPLACE_SH+=   bleach/_vendor/pip_install_vendor.sh
+REPLACE_SH+=   bleach/_vendor/vendor_install.sh
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index