diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-23 18:27:37 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-23 18:27:37 +0000 |
| commit | 834815453893a7028fad6ce3651a95a93297ea5a (patch) | |
| tree | 451af33a9fdcc619c11d23e88b31b9e57d7e4626 /devel/py-gitpython | |
| parent | 21616ecf06ee1a2fa023d9197459ece9f90f1898 (diff) | |
Update to 2.1.7
- While I'm here, add NO_ARCH
Changes: https://github.com/gitpython-developers/GitPython/blob/master/doc/source/changes.rst
https://github.com/gitpython-developers/GitPython/commits/master
PR: 222766
Differential Revision: https://reviews.freebsd.org/D12584
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch>
Approved by: maintainer (timeout, 19 days)
Diffstat (limited to 'devel/py-gitpython')
| -rw-r--r-- | devel/py-gitpython/Makefile | 15 | ||||
| -rw-r--r-- | devel/py-gitpython/distinfo | 5 |
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index 9bbe750df6ee..c68d3a06203d 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= GitPython -PORTVERSION= 1.0.1 +DISTVERSION= 2.1.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,15 +12,16 @@ COMMENT= Python Git Library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:devel/py-gitdb -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:devel/py-gitdb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>=1.1.1:devel/py-ddt \ + ${PYTHON_PKGNAMEPREFIX}gitdb2>=2.0.0:devel/py-gitdb2 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose +NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils -regression-test: build +do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m nose .include <bsd.port.mk> diff --git a/devel/py-gitpython/distinfo b/devel/py-gitpython/distinfo index 5038362fd0bb..039cbf660bc2 100644 --- a/devel/py-gitpython/distinfo +++ b/devel/py-gitpython/distinfo @@ -1,2 +1,3 @@ -SHA256 (GitPython-1.0.1.tar.gz) = 9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760 -SIZE (GitPython-1.0.1.tar.gz) = 355108 +TIMESTAMP = 1507077394 +SHA256 (GitPython-2.1.7.tar.gz) = 13c7cd99c2bf277fc99accfc25148752fa90e7cc6c6d08a3f01d229dacb461d9 +SIZE (GitPython-2.1.7.tar.gz) = 426362 |
