pkgsrc/devel/py-hgnested/Makefile
rillig 0624a9635d devel/py-*: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 10:18:26 +00:00

20 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.13 2019/11/03 10:18:28 rillig Exp $
DISTNAME= hgnested-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hgnested/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://bitbucket.org/cedk/hgnested
COMMENT= Mercurial extension to work with nested repositories
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-mercurial>=1.6:../../devel/py-mercurial
PYTHON_VERSIONS_ACCEPTED= 27 # XXX: devel/py-mercurial
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"