pkgsrc/devel/py-hgnested/Makefile
richard 1fba82179f update to hgnested-0.8
CHANGES:

Version 0.8 - 2016-08-10
* Add support for mercurial 3.8 and 3.9
* Drop support for mercurial 3.5
* Add support for mercurial 3.6

Version 0.7 - 2015-08-26
* Improve performance by skipping .hg directories
* Add support for tortoisehg
* Add nshare command
* Drop support for mercurial 2.8
2016-08-17 15:50:47 +00:00

20 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.7 2016/08/17 15:50:47 richard Exp $
DISTNAME= hgnested-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hgnested/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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 # XXX: devel/py-mercurial
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"