FreeBSD Bugzilla – Attachment 157441 Details for
Bug 199335
[RESSURECT] devel/py-gitpython: Python Git Library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
py-gitpython.patch (text/plain), 2.42 KB, created by
Maxim Filimonov
on 2015-06-05 19:40:11 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Maxim Filimonov
Created:
2015-06-05 19:40:11 UTC
Size:
2.42 KB
patch
obsolete
>Index: py-gitpython/Makefile >=================================================================== >--- py-gitpython/Makefile (revision 347470) >+++ py-gitpython/Makefile (working copy) >@@ -1,23 +1,26 @@ >-# Created by: Wen Heping <wenheping@gmail.com> > # $FreeBSD$ > > PORTNAME= GitPython >-PORTVERSION= 0.3.1 >-PORTREVISION= 1 >+PORTVERSION= 1.0.1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= che@bein.link > COMMENT= Python Git Library > >-DEPRECATED= No more public distfiles >-EXPIRATION_DATE= 2014-03-07 >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>0:${PORTSDIR}/devel/py-gitdb >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:${PORTSDIR}/devel/py-gitdb >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose \ >+ ${PYTHON_PKGNAMEPREFIX}mock>=0:${PORTSDIR}/devel/py-mock \ >+ ${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:${PORTSDIR}/devel/py-gitdb > >-USE_PYTHON= yes >-USE_PYDISTUTILS=yes >-PYDISTUTILS_AUTOPLIST= yes >+USES= python >+USE_PYTHON= autoplist distutils > >+regression-test: build >+ cd ${WRKSRC} && ${PYTHON_CMD} -m nose >+ > .include <bsd.port.mk> >Index: py-gitpython/distinfo >=================================================================== >--- py-gitpython/distinfo (revision 347470) >+++ py-gitpython/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (GitPython-0.3.1.tar.gz) = 24a8b936f084d06268b92fa625fbf81cc2a849f01b4c7edf7e492ce8e3f84d3c >-SIZE (GitPython-0.3.1.tar.gz) = 257331 >+SHA256 (GitPython-1.0.1.tar.gz) = 9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760 >+SIZE (GitPython-1.0.1.tar.gz) = 355108 >Index: py-gitpython/pkg-descr >=================================================================== >--- py-gitpython/pkg-descr (revision 347470) >+++ py-gitpython/pkg-descr (working copy) >@@ -1,10 +1,4 @@ >-GitPython is a python library used to interact with >-Git repositories. GitPython provides object model >-access to your git repository. Once you have created >-a repository object, you can traverse it to find >-parent commit(s), trees, blobs, etc. >+GitPython is a python library used to interact with git repositories, >+high-level like git-porcelain, or low-level like git-plumbing. > >-GitPython is a port of the grit library in Ruby >-created by Tom Preston-Werner and Chris Wanstrath. >- >-WWW: http://gitorious.org/projects/git-python/ >+WWW: https://github.com/gitpython-developers/GitPython >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
che
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 199335
:
155391
|
155392
|
155393
|
155897
|
155898
|
155899
|
157133
|
157134
| 157441 |
157442
|
157443