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

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3841-3846 Link Here
3841
    SUBDIR += py-gflags
3841
    SUBDIR += py-gflags
3842
    SUBDIR += py-gitdb
3842
    SUBDIR += py-gitdb
3843
    SUBDIR += py-gitosis
3843
    SUBDIR += py-gitosis
3844
    SUBDIR += py-gitpython
3844
    SUBDIR += py-glob2
3845
    SUBDIR += py-glob2
3845
    SUBDIR += py-gobject
3846
    SUBDIR += py-gobject
3846
    SUBDIR += py-gobject3
3847
    SUBDIR += py-gobject3
(-)py-gitpython/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	GitPython
4
PORTVERSION=	1.0.0
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=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:${PORTSDIR}/devel/py-gitdb
16
17
USES=		python
18
USE_PYTHON=	autoplist distutils
19
20
.include <bsd.port.mk>
(-)py-gitpython/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (GitPython-1.0.0.tar.gz) = c1b3e6fdd209040b6b1cb32ecbff989eeb2fb31b4e7078c3342d71ae8ef7352b
2
SIZE (GitPython-1.0.0.tar.gz) = 354662
(-)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