25 lines
679 B
Makefile
25 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:33 wiz Exp $
|
|
|
|
DISTNAME= 0.8.5
|
|
PKGNAME= ${PYPKGPREFIX}-hg-git-${DISTNAME}
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= https://bitbucket.org/durin42/hg-git/get/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://hg-git.github.io/
|
|
COMMENT= Push to and pull from a Git server repository using Mercurial
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.9.7:../../devel/py-dulwich
|
|
|
|
DIST_SUBDIR= hg-git
|
|
WRKSRC= ${WRKDIR}/durin42-hg-git-53d514c9c7e6
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.8.3
|
|
EGG_NAME= hg_git-${DISTNAME}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|