2017-11-07 16:14:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2017/11/07 15:14:58 wiz Exp $
|
2015-06-08 23:29:00 +02:00
|
|
|
|
2017-11-07 16:14:58 +01:00
|
|
|
DISTNAME= 0.8.10
|
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-11-07 16:14:58 +01:00
|
|
|
WRKSRC= ${WRKDIR}/durin42-hg-git-6ef27582bfa5
|
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"
|