![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / py-hgnested / Attic / Makefile (download)
Revision 1.12, Mon Sep 2 13:19:35 2019 UTC (4 years, 3 months ago) by adam
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 |
# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:35 adam 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_ACCEPTED= 27 # XXX: devel/py-mercurial .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"