pkgsrc/devel/py-visitor/Makefile
wiz 63f8a3be79 *: update for Python base package change
Instead of depending on one of the removed packages (that are now included
in the base Python packages), include batteries-included.mk to require
a Python version that supplies them.

Remove now included packages.

Bump PKGREVISION.
2023-10-23 06:37:32 +00:00

19 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.5 2023/10/23 06:37:43 wiz Exp $
DISTNAME= visitor-0.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=v/visitor/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mbr/visitor
COMMENT= Tiny pythonic visitor implementation
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"