pkgsrc/devel/py-hglist/Makefile

20 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:11 adam Exp $
DISTNAME= hglist-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://alastairs-place.net/projects/hglist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://alastairs-place.net/projects/hglist/
COMMENT= Mercurial ls command
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"