2017-09-03 16:16:43 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2017/09/03 14:16:43 wiz Exp $
|
2015-06-08 23:29:00 +02:00
|
|
|
|
2017-09-03 16:16:43 +02:00
|
|
|
DISTNAME= 0.8.9
|
2015-06-08 23:29:00 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-hg-git-${DISTNAME}
|
|
|
|
CATEGORIES= devel scm
|
|
|
|
MASTER_SITES= https://bitbucket.org/durin42/hg-git/get/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2015-07-27 11:34:41 +02:00
|
|
|
MAINTAINER= joerg@NetBSD.org
|
2015-06-08 23:29:00 +02:00
|
|
|
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
|
2017-09-03 16:16:43 +02:00
|
|
|
WRKSRC= ${WRKDIR}/durin42-hg-git-88de3215e138
|
2015-06-08 23:29:00 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2017-01-01 15:43:22 +01:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.8.3
|
2015-06-08 23:29:00 +02:00
|
|
|
EGG_NAME= hg_git-${DISTNAME}
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|