Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 16:03:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441160 - in head/devel: . py-gitdb2
Message-ID:  <201705181603.v4IG3IJ2002764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 18 16:03:17 2017
New Revision: 441160
URL: https://svnweb.freebsd.org/changeset/ports/441160

Log:
  Add py-gitdb2 2.0.0
  
  GitDB allows you to access bare git repositories for reading and writing. It
  aims at allowing full access to loose objects as well as packs with performance
  and scalability in mind. It operates exclusively on streams, allowing to handle
  large objects with a small memory footprint.
  
  WWW: https://pypi.python.org/pypi/gitdb2
  WWW: https://github.com/gitpython-developers/gitdb

Added:
  head/devel/py-gitdb2/
  head/devel/py-gitdb2/Makefile   (contents, props changed)
  head/devel/py-gitdb2/distinfo   (contents, props changed)
  head/devel/py-gitdb2/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu May 18 16:02:57 2017	(r441159)
+++ head/devel/Makefile	Thu May 18 16:03:17 2017	(r441160)
@@ -4322,6 +4322,7 @@
     SUBDIR += py-gevent
     SUBDIR += py-git-up
     SUBDIR += py-gitdb
+    SUBDIR += py-gitdb2
     SUBDIR += py-gitless
     SUBDIR += py-gitosis
     SUBDIR += py-gitpython

Added: head/devel/py-gitdb2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-gitdb2/Makefile	Thu May 18 16:03:17 2017	(r441160)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gitdb2
+PORTVERSION=	2.0.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Git Object Database
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}smmap2>=2.0.0:devel/py-smmap2
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/devel/py-gitdb2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-gitdb2/distinfo	Thu May 18 16:03:17 2017	(r441160)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1495051521
+SHA256 (gitdb2-2.0.0.tar.gz) = b9f3209b401b8b4da5f94966c9c17650e66b7474ee5cd2dde5d983d1fba3ab66
+SIZE (gitdb2-2.0.0.tar.gz) = 392536

Added: head/devel/py-gitdb2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-gitdb2/pkg-descr	Thu May 18 16:03:17 2017	(r441160)
@@ -0,0 +1,7 @@
+GitDB allows you to access bare git repositories for reading and writing. It
+aims at allowing full access to loose objects as well as packs with performance
+and scalability in mind. It operates exclusively on streams, allowing to handle
+large objects with a small memory footprint.
+
+WWW: https://pypi.python.org/pypi/gitdb2
+WWW: https://github.com/gitpython-developers/gitdb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705181603.v4IG3IJ2002764>