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:           Sun Apr 30 18:45:35 UTC 2023

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

Log Message:
py-bleach: only for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/www/py-bleach/Makefile:1.25
--- pkgsrc/www/py-bleach/Makefile:1.24  Tue Jan  4 20:55:16 2022
+++ pkgsrc/www/py-bleach/Makefile       Sun Apr 30 18:45:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/01/04 20:55:16 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/04/30 18:45:35 wiz Exp $
 
 DISTNAME=      bleach-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,10 +12,11 @@ COMMENT=    Easy whitelist-based HTML-sanit
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner
 
-PYTHON_VERSIONED_DEPENDENCIES+=        packaging
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
@@ -23,6 +24,5 @@ REPLACE_SH+=  bleach/_vendor/pip_install_
 
 PYSETUPTESTTARGET=     pytest
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index