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: Sat Aug 10 09:28:18 UTC 2024
Modified Files:
pkgsrc/www/py-bleach: Makefile PLIST
Log Message:
py-bleach: convert to wheel.mk
Remove unused test dependency.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-bleach/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-bleach/PLIST
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.28 pkgsrc/www/py-bleach/Makefile:1.29
--- pkgsrc/www/py-bleach/Makefile:1.28 Fri Oct 20 11:31:22 2023
+++ pkgsrc/www/py-bleach/Makefile Sat Aug 10 09:28:18 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2023/10/20 11:31:22 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/08/10 09:28:18 wiz Exp $
DISTNAME= bleach-6.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/}
@@ -10,17 +11,16 @@ HOMEPAGE= https://github.com/mozilla/ble
COMMENT= Easy whitelist-based HTML-sanitizing tool
LICENSE= apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner
USE_LANGUAGES= # none
-PYSETUPTESTTARGET= pytest
-
PYTHON_VERSIONS_INCOMPATIBLE= 27
REPLACE_SH+= bleach/_vendor/vendor_install.sh
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-bleach/PLIST
diff -u pkgsrc/www/py-bleach/PLIST:1.9 pkgsrc/www/py-bleach/PLIST:1.10
--- pkgsrc/www/py-bleach/PLIST:1.9 Fri May 5 08:47:37 2023
+++ pkgsrc/www/py-bleach/PLIST Sat Aug 10 09:28:18 2024
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2023/05/05 08:47:37 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.10 2024/08/10 09:28:18 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/bleach/__init__.py
${PYSITELIB}/bleach/__init__.pyc
${PYSITELIB}/bleach/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index