pkgsrc/devel/py-hg-fastimport/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

21 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.21 2023/10/23 06:37:41 wiz Exp $
DISTNAME= hg-fastimport-0.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= https://roy.marples.name/downloads/hg-fastimport/
EXTRACT_SUFX= .tar.xz
MAINTAINER= roy@NetBSD.org
HOMEPAGE= https://wiki.mercurial-scm.org/FastImportExtension
COMMENT= Mercurial extension for importing from a git fast-import stream
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"