pkgsrc/devel/py-hgnested/Makefile
2017-09-04 18:08:18 +00:00

20 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/09/04 18:08:20 wiz 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_INCOMPATIBLE= 34 35 36 # XXX: devel/py-mercurial
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"