Skip to content

Commit

Permalink
py-dominate: not for Python 3.12
Browse files Browse the repository at this point in the history
Next version will support it
Knio/dominate#172
  • Loading branch information
0-wiz-0 committed Nov 5, 2023
1 parent 1dbb00d commit 0941b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion textproc/py-dominate/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2023/08/30 14:47:54 adam Exp $
# $NetBSD: Makefile,v 1.9 2023/11/05 22:11:37 wiz Exp $

DISTNAME= dominate-2.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Expand All @@ -11,6 +11,7 @@ COMMENT= Python library for creating and manipulating HTML documents
LICENSE= gnu-lgpl-v3

PYTHON_VERSIONED_DEPENDENCIES= test:test
PYTHON_VERSIONS_INCOMPATIBLE= 312

USE_LANGUAGES= # none

Expand Down
4 changes: 2 additions & 2 deletions www/py-flask-bootstrap/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2022/04/29 11:56:44 wiz Exp $
# $NetBSD: Makefile,v 1.15 2023/11/05 22:11:37 wiz Exp $

DISTNAME= Flask-Bootstrap-3.3.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
Expand All @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-visitor-[0-9]*:../../devel/py-visitor

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_VERSIONS_INCOMPATIBLE= 27 312

REPLACE_PYTHON+= flask_bootstrap/__init__.py

Expand Down

0 comments on commit 0941b92

Please sign in to comment.