py-git: update to 2.1.7

2.1.6 - Bugfixes

    support for worktrees
This commit is contained in:
Thomas Klausner 2017-09-29 11:50:48 +02:00
parent a5fcfd9fc1
commit 2dfca5b77f
5 changed files with 16 additions and 15 deletions

View File

@ -14,8 +14,6 @@ LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-git-[0-9]*:../../wip/py-git
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-git
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2014/12/31 13:58:32 thomasklausner Exp $
DISTNAME= GitPython-2.0.8
DISTNAME= GitPython-2.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/GitPython/git/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=G/GitPython/}
@ -10,16 +10,17 @@ HOMEPAGE= https://github.com/gitpython-developers/GitPython
COMMENT= Python library used to interact with Git repositories
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-smmap>=0.8.5:../../wip/py-smmap
DEPENDS+= ${PYPKGPREFIX}-gitdb>=0.6.1:../../wip/py-gitdb
DEPENDS+= git>=1.7.0:../../devel/git
DEPENDS+= ${PYPKGPREFIX}-smmap2-[0-9]*:../../wip/py-smmap2
DEPENDS+= ${PYPKGPREFIX}-gitdb2-[0-9]*:../../wip/py-gitdb2
DEPENDS+= git-base>=1.7.0:../../devel/git-base
# major test failures as of 2.1.7
# https://github.com/gitpython-developers/GitPython/issues/673
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-ddt-[0-9]*:../../devel/py-ddt
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.2.RC1
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"

View File

@ -120,6 +120,7 @@ ${PYSITELIB}/git/test/fixtures/blame
${PYSITELIB}/git/test/fixtures/blame_binary
${PYSITELIB}/git/test/fixtures/blame_complex_revision
${PYSITELIB}/git/test/fixtures/blame_incremental
${PYSITELIB}/git/test/fixtures/blame_incremental_2.11.1_plus
${PYSITELIB}/git/test/fixtures/cat_file.py
${PYSITELIB}/git/test/fixtures/cat_file.pyc
${PYSITELIB}/git/test/fixtures/cat_file.pyo
@ -159,6 +160,7 @@ ${PYSITELIB}/git/test/fixtures/issue-301_stderr
${PYSITELIB}/git/test/fixtures/ls_tree_a
${PYSITELIB}/git/test/fixtures/ls_tree_b
${PYSITELIB}/git/test/fixtures/ls_tree_commit
${PYSITELIB}/git/test/fixtures/ls_tree_empty
${PYSITELIB}/git/test/fixtures/reflog_HEAD
${PYSITELIB}/git/test/fixtures/reflog_invalid_date
${PYSITELIB}/git/test/fixtures/reflog_invalid_email
@ -227,6 +229,9 @@ ${PYSITELIB}/git/test/test_diff.pyo
${PYSITELIB}/git/test/test_docs.py
${PYSITELIB}/git/test/test_docs.pyc
${PYSITELIB}/git/test/test_docs.pyo
${PYSITELIB}/git/test/test_exc.py
${PYSITELIB}/git/test/test_exc.pyc
${PYSITELIB}/git/test/test_exc.pyo
${PYSITELIB}/git/test/test_fun.py
${PYSITELIB}/git/test/test_fun.pyc
${PYSITELIB}/git/test/test_fun.pyo

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2012/01/06 11:19:04 jihbed Exp $
SHA1 (GitPython-2.0.8.tar.gz) = 6104c4e3ea13c3ba8cf4ddda0ea1c726156aa0bb
RMD160 (GitPython-2.0.8.tar.gz) = cf7f0a3abe84a9d905f412ba72b242970fe2d684
SHA512 (GitPython-2.0.8.tar.gz) = 8a4bfce39d28e0872189d71900e73b2ab51bf7488539fafe3d45f4e1900b4af014b7bd7f73b44e7cfa38341ee113f37e4c5680d0b98b68fc3af6f287f4d859fd
Size (GitPython-2.0.8.tar.gz) = 407438 bytes
SHA1 (GitPython-2.1.7.tar.gz) = 60c5ffd02e558dcefcaad13d652340021c192d1b
RMD160 (GitPython-2.1.7.tar.gz) = 682a6c10b538ed86f8d2ea35fc9cecac2c29454b
SHA512 (GitPython-2.1.7.tar.gz) = 3081fcf4944d49042fa95b55f1f0a152b405830fa592fbe546710798388e2bd7422bd2c62f5a7545f0820693fe1948ef31e1485d7b6bc2b37f2b807962e7da83
Size (GitPython-2.1.7.tar.gz) = 426362 bytes

View File

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.4 2014/12/31 13:58:35 thomasklausner Exp $
#
DISTNAME= openTMM-0.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@ -14,8 +13,6 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7.2:../../math/py-scipy
#DEPENDS+= ${PYPKGPREFIX}-django-gitrevision>=0.1.4:../../wip/py-django-gitrevision
#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-git via py-django-gitrevision
USE_LANGUAGES= c fortran
.include "../../math/py-numpy/buildlink3.mk"