pkgsrc/devel/py-hg-evolve/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

22 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/04/26 13:13:51 maya Exp $
DISTNAME= hg-evolve-8.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/}
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://www.mercurial-scm.org/doc/evolution/
COMMENT= Experimental Mercurial extensions from Facebook
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-mercurial>=4.3.1:../../devel/py-mercurial
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # See Mercurial itself.
post-install:
rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py*
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"