0c6ae2a059
0.28.2 (2019-05-26) ------------------------- - Fix crash in reflog iteration `#901 <https://github.com/libgit2/pygit2/issues/901>`_ - Support symbolic references in ``branches.with_commit(..)`` `#910 <https://github.com/libgit2/pygit2/issues/910>`_ - Documentation updates `#909 <https://github.com/libgit2/pygit2/pull/909>`_ - Test updates `#911 <https://github.com/libgit2/pygit2/pull/911>`_
28 lines
833 B
Makefile
28 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/06/11 12:18:31 wiz Exp $
|
|
|
|
DISTNAME= pygit2-0.28.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/libgit2/pygit2
|
|
COMMENT= Python bindings to libgit2
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
|
|
DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
# needs 'make install'
|
|
# 20 failed in 0.28.0
|
|
do-test:
|
|
cd ${WRKSRC}/test && pytest-${PYVERSSUFFIX}
|
|
|
|
BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.27.0
|
|
.include "../../devel/libgit2/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|