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: hauke
Date: Tue Oct 30 09:48:29 UTC 2018
Modified Files:
pkgsrc/www/py-bleach: Makefile
Log Message:
Deal with gratuitous use of "/bin/bash" (in a one-line script, no
less).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/www/py-bleach/Makefile:1.12
--- pkgsrc/www/py-bleach/Makefile:1.11 Fri Oct 26 09:11:54 2018
+++ pkgsrc/www/py-bleach/Makefile Tue Oct 30 09:48:29 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2018/10/26 09:11:54 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/10/30 09:48:29 hauke Exp $
DISTNAME= bleach-3.0.2
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/}
@@ -17,5 +18,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.
USE_LANGUAGES= # none
+REPLACE_SH+= bleach/_vendor/pip_install_vendor.sh
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index