py-cookies: not for Python 3.12
This commit is contained in:
parent
650dd912b2
commit
e71870a8c8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2022/11/14 13:32:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2023/11/05 20:21:52 wiz Exp $
|
||||
|
||||
DISTNAME= cookies-2.2.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -13,7 +13,7 @@ LICENSE= mit
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 311
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 311 312
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue