FreeBSD Bugzilla – Attachment 155388 Details for
Bug 199334
[patch] devel/py-gitdb: update to 0.6.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
py-gitdb.patch (text/plain), 2.25 KB, created by
Maxim Filimonov
on 2015-04-09 21:09:23 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Maxim Filimonov
Created:
2015-04-09 21:09:23 UTC
Size:
2.25 KB
patch
obsolete
>Index: py-gitdb/Makefile >=================================================================== >--- py-gitdb/Makefile (revision 383674) >+++ py-gitdb/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gitdb >-PORTVERSION= 0.5.4 >+PORTVERSION= 0.6.4 > PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP >@@ -14,7 +14,7 @@ > LICENSE= BSD3CLAUSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async>=0.6.1:${PORTSDIR}/devel/py-async \ >- ${PYTHON_PKGNAMEPREFIX}smmap>=0.8.0:${PORTSDIR}/devel/py-smmap >+ ${PYTHON_PKGNAMEPREFIX}smmap>=0.8.5:${PORTSDIR}/devel/py-smmap > > USES= python > USE_PYTHON= distutils autoplist >Index: py-gitdb/distinfo >=================================================================== >--- py-gitdb/distinfo (revision 383674) >+++ py-gitdb/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (gitdb-0.5.4.tar.gz) = de5d2dac0daec4a9cd7bb1ae1cd42d53510dcf597397c608c12a154b69ad3783 >-SIZE (gitdb-0.5.4.tar.gz) = 50258 >+SHA256 (gitdb-0.6.4.tar.gz) = a3ebbc27be035a2e874ed904df516e35f4a29a778a764385de09de9e0f139658 >+SIZE (gitdb-0.6.4.tar.gz) = 400506 >Index: py-gitdb/files/patch-setup.py >=================================================================== >--- py-gitdb/files/patch-setup.py (revision 383674) >+++ py-gitdb/files/patch-setup.py (working copy) >@@ -1,16 +1,17 @@ >---- setup.py.orig 2011-07-05 18:59:59.000000000 +0400 >-+++ setup.py 2011-07-14 22:37:09.000000000 +0400 >-@@ -7,13 +7,6 @@ >+--- setup.py.orig 2015-04-10 00:00:26.000000000 +0300 >++++ setup.py 2015-04-10 00:02:33.000000000 +0300 >+@@ -8,14 +8,6 @@ > >- # wow, this is a mixed bag ... I am pretty upset about all of this ... >+ # wow, this is a mixed bag ... I am pretty upset about all of this ... > setuptools_build_py_module = None > -try: >-- # don't pull it in if we don't have to >-- if 'setuptools' in sys.modules: >-- import setuptools.command.build_py as setuptools_build_py_module >-- from setuptools.command.build_ext import build_ext >+- # don't pull it in if we don't have to >+- if 'setuptools' in sys.modules: >+- import setuptools.command.build_py as setuptools_build_py_module >+- from setuptools.command.build_ext import build_ext > -except ImportError: >-- pass >+- pass >+- > > class build_ext_nofail(build_ext): >- """Doesn't fail when build our optional extensions""" >+
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
Actions:
View
|
Diff
Attachments on
bug 199334
:
155386
|
155387
| 155388 |
155389