pkgsrc/devel/py-hgnested/Makefile

21 lines
574 B
Makefile
Raw Normal View History

2018-07-03 07:03:01 +02:00
# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:11 adam Exp $
DISTNAME= hgnested-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hgnested/}
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-04 20:08:18 +02:00
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
2018-07-03 07:03:01 +02:00
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # XXX: devel/py-mercurial
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"