View | Details | Raw Unified | Return to bug 199335 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3849-3854 Link Here
3849
    SUBDIR += py-gflags
3849
    SUBDIR += py-gflags
3850
    SUBDIR += py-gitdb
3850
    SUBDIR += py-gitdb
3851
    SUBDIR += py-gitosis
3851
    SUBDIR += py-gitosis
3852
    SUBDIR += py-gitpython
3852
    SUBDIR += py-glob2
3853
    SUBDIR += py-glob2
3853
    SUBDIR += py-gobject
3854
    SUBDIR += py-gobject
3854
    SUBDIR += py-gobject3
3855
    SUBDIR += py-gobject3
(-)py-gitpython/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	GitPython
4
PORTVERSION=	0.3.6
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	che@bein.link
10
COMMENT=	Python Git Library
11
12
LICENSE=	MIT
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:${PORTSDIR}/devel/py-gitdb
15
16
USES=		python
17
USE_PYTHON=	autoplist distutils
18
19
.include <bsd.port.mk>
(-)py-gitpython/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (GitPython-0.3.6.tar.gz) = f3f42ca085eedbd3a9956b5e639de58bbe77a119f6b3d5c3af27669a2322c4a9
2
SIZE (GitPython-0.3.6.tar.gz) = 353639
(-)py-gitpython/pkg-descr (+4 lines)
Line 0 Link Here
1
GitPython is a python library used to interact with git repositories, 
2
high-level like git-porcelain, or low-level like git-plumbing.
3
4
WWW: https://github.com/gitpython-developers/GitPython

Return to bug 199335