From owner-svn-ports-head@freebsd.org Sat May 16 10:49:07 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C0F22ECF6F; Sat, 16 May 2020 10:49:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49PMTZ6Hn8z4FXS; Sat, 16 May 2020 10:49:06 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3BFBCA7B; Sat, 16 May 2020 10:49:06 +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 04GAn6vY006809; Sat, 16 May 2020 10:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04GAn5c2006804; Sat, 16 May 2020 10:49:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005161049.04GAn5c2006804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 May 2020 10:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535379 - in head: . devel devel/py-gitdb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . devel devel/py-gitdb X-SVN-Commit-Revision: 535379 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.33 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: Sat, 16 May 2020 10:49:07 -0000 Author: sunpoet Date: Sat May 16 10:49:05 2020 New Revision: 535379 URL: https://svnweb.freebsd.org/changeset/ports/535379 Log: Add py-gitdb 4.0.4 (copied from py-gitdb2) Added: head/devel/py-gitdb/ - copied from r530760, head/devel/py-gitdb2/ Modified: head/MOVED head/devel/Makefile head/devel/py-gitdb/Makefile head/devel/py-gitdb/distinfo head/devel/py-gitdb/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sat May 16 10:16:44 2020 (r535378) +++ head/MOVED Sat May 16 10:49:05 2020 (r535379) @@ -9804,7 +9804,6 @@ devel/beautifyphp||2018-01-29|only works for PHP4 whic devel/clanlib22|devel/clanlib|2018-01-29|No users in the ports tree, newer version available devel/php-xdebug|devel/pecl-xdebug|2018-01-30|Moved to pecl astro/py-pyfits|astro/py-astropy|2018-01-31|Has expired: Use astro/py-astropy instead -devel/py-gitdb|devel/py-gitdb2|2018-01-31|Has expired: Use devel/py-gitdb2 instead devel/py-smmap|devel/py-smmap2|2018-01-31|Has expired: Use devel/py-smmap2 instead devel/rubygem-moneta06|devel/rubygem-moneta|2018-01-31|Has expired: Use devel/rubygem-moneta instead lang/ruby22|lang/ruby24|2018-01-31|Has expired: Upgrade to newer version (e.g. lang/ruby24) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 16 10:16:44 2020 (r535378) +++ head/devel/Makefile Sat May 16 10:49:05 2020 (r535379) @@ -4443,6 +4443,7 @@ SUBDIR += py-git-up SUBDIR += py-git-url-parse SUBDIR += py-git_semver + SUBDIR += py-gitdb SUBDIR += py-gitdb2 SUBDIR += py-gitless SUBDIR += py-gitosis Modified: head/devel/py-gitdb/Makefile ============================================================================== --- head/devel/py-gitdb2/Makefile Sun Apr 5 09:50:12 2020 (r530760) +++ head/devel/py-gitdb/Makefile Sat May 16 10:49:05 2020 (r535379) @@ -1,8 +1,8 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ -PORTNAME= gitdb2 -PORTVERSION= 2.0.6 +PORTNAME= gitdb +PORTVERSION= 4.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,13 @@ COMMENT= Git Object Database LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap2>=2.0.0:devel/py-smmap2@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<4:devel/py-smmap@${PY_FLAVOR} -USES= python +USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}gitdb +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}gitdb2 .include Modified: head/devel/py-gitdb/distinfo ============================================================================== --- head/devel/py-gitdb2/distinfo Sun Apr 5 09:50:12 2020 (r530760) +++ head/devel/py-gitdb/distinfo Sat May 16 10:49:05 2020 (r535379) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569809143 -SHA256 (gitdb2-2.0.6.tar.gz) = 1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350 -SIZE (gitdb2-2.0.6.tar.gz) = 393597 +TIMESTAMP = 1589487599 +SHA256 (gitdb-4.0.4.tar.gz) = 6f0ecd46f99bb4874e5678d628c3a198e2b4ef38daea2756a2bfd8df7dd5c1a5 +SIZE (gitdb-4.0.4.tar.gz) = 392964 Modified: head/devel/py-gitdb/pkg-descr ============================================================================== --- head/devel/py-gitdb2/pkg-descr Sun Apr 5 09:50:12 2020 (r530760) +++ head/devel/py-gitdb/pkg-descr Sat May 16 10:49:05 2020 (r535379) @@ -3,5 +3,4 @@ aims at allowing full access to loose objects as well and scalability in mind. It operates exclusively on streams, allowing to handle large objects with a small memory footprint. -WWW: https://pypi.org/project/gitdb2/ WWW: https://github.com/gitpython-developers/gitdb