pkgsrc/devel/py-hglib/Makefile
adam f7dce0a44c py-hglib: update to 2.4
Changes 2.4:
fix hg clone --uncompressed option typo
2017-09-13 06:31:33 +00:00

16 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/09/13 06:31:33 adam Exp $
DISTNAME= python-hglib-2.4
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-hglib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://selenic.com/repo/python-hglib
COMMENT= Python library for interfacing with mercurial's CommandServer
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"