8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
18 lines
563 B
Makefile
18 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.17 2022/01/04 20:53:09 wiz Exp $
|
|
|
|
DISTNAME= hg-fastimport-0.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://roy.marples.name/downloads/hg-fastimport/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= roy@NetBSD.org
|
|
HOMEPAGE= https://mercurial.selenic.com/wiki/FastImportExtension
|
|
COMMENT= Mercurial extension for importing from a git fast-import stream
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|