From owner-svn-ports-head@freebsd.org Mon Oct 23 18:27:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 767ABE51F23; Mon, 23 Oct 2017 18:27:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 433B27EA39; Mon, 23 Oct 2017 18:27:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9NIRbwq092021; Mon, 23 Oct 2017 18:27:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9NIRbat092018; Mon, 23 Oct 2017 18:27:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710231827.v9NIRbat092018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Oct 2017 18:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452730 - head/devel/py-gitpython X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-gitpython X-SVN-Commit-Revision: 452730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2017 18:27:38 -0000 Author: sunpoet Date: Mon Oct 23 18:27:37 2017 New Revision: 452730 URL: https://svnweb.freebsd.org/changeset/ports/452730 Log: 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 Approved by: maintainer (timeout, 19 days) Modified: head/devel/py-gitpython/Makefile head/devel/py-gitpython/distinfo Modified: head/devel/py-gitpython/Makefile ============================================================================== --- head/devel/py-gitpython/Makefile Mon Oct 23 18:27:34 2017 (r452729) +++ head/devel/py-gitpython/Makefile Mon Oct 23 18:27:37 2017 (r452730) @@ -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 Modified: head/devel/py-gitpython/distinfo ============================================================================== --- head/devel/py-gitpython/distinfo Mon Oct 23 18:27:34 2017 (r452729) +++ head/devel/py-gitpython/distinfo Mon Oct 23 18:27:37 2017 (r452730) @@ -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