FreeBSD Bugzilla – Attachment 155395 Details for
Bug 199336
[patch] fix for devel/py-pygitup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
py-pygitup.update.patch (text/plain), 2.15 KB, created by
Maxim Filimonov
on 2015-04-09 22:16:44 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Maxim Filimonov
Created:
2015-04-09 22:16:44 UTC
Size:
2.15 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 383674) >+++ Makefile (working copy) >@@ -11,7 +11,7 @@ > > LICENSE= MIT > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygit2>=0.21.1:${PORTSDIR}/devel/py-pygit2 \ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.6:${PORTSDIR}/devel/py-gitpython \ > ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:${PORTSDIR}/devel/py-colorama \ > ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:${PORTSDIR}/devel/py-termcolor \ > ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 0) >+++ files/patch-setup.py (working copy) >@@ -0,0 +1,13 @@ >+--- setup.py.orig2015-04-10 00:05:34.000000000 +0300 >++++ setup.py2015-04-10 00:06:01.000000000 +0300 >+@@ -6,8 +6,8 @@ >+ version="1.2.2", >+ packages=find_packages(exclude=["tests"]), >+ scripts=['PyGitUp/gitup.py'], >+- install_requires=['GitPython==0.3.2.1', 'colorama==0.3.2', >+- 'termcolor==1.1.0', 'docopt==0.6.1'], >++ install_requires=['GitPython>=0.3.2.1', 'colorama>=0.3.2', >++ 'termcolor>=1.1.0', 'docopt>=0.6.1'], >+ >+ # Tests >+ test_suite="nose.collector", > >Property changes on: files/patch-setup.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 383674) >+++ pkg-descr (working copy) >@@ -1,5 +1,5 @@ >-PyGitUp is a Python implementation of the great aanand/git-up/. It >-not only fully covers the abilities of git-up and should be a drop-in >-replacement, but also extends it slightly. >+PyGitUp is a Python implementation of the great aanand/git-up/. It not only >+fully covers the abilities of git-up and should be a drop-in replacement, but >+also extends it slightly. > > WWW: https://pypi.python.org/pypi/git-up
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 199336
:
155394
|
155395
|
155396
|
155397