FreeBSD Bugzilla – Attachment 154462 Details for
Bug 198666
[NEW PORT] devel/py-pygitup: `git up` implementation in python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
py-pygitup.patch (text/plain), 5.23 KB, created by
Maxim Filimonov
on 2015-03-17 19:34:23 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Maxim Filimonov
Created:
2015-03-17 19:34:23 UTC
Size:
5.23 KB
patch
obsolete
>Index: deskutils/py-pycarddav/Makefile >=================================================================== >--- deskutils/py-pycarddav/Makefile (revision 381505) >+++ deskutils/py-pycarddav/Makefile (working copy) >@@ -1,26 +0,0 @@ >-# Created by: che@bein.link >-# $FreeBSD$ >- >-PORTNAME= pyCardDAV >-PORTVERSION= 0.7.0 >-CATEGORIES= deskutils python >-MASTER_SITES= CHEESESHOP >-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >- >-MAINTAINER= che@bein.link >-COMMENT= CardDAV based address book tool >- >-LICENSE= MIT >-LICENSE_FILE= ${WRKSRC}/COPYING >- >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \ >- ${PYTHON_PKGNAMEPREFIX}urwid>=1.2.1:${PORTSDIR}/devel/py-urwid \ >- ${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1:${PORTSDIR}/devel/py-lxml \ >- ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.0:${PORTSDIR}/deskutils/py-vobject \ >- ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:${PORTSDIR}/www/py-requests \ >- ${PYTHON_PKGNAMEPREFIX}xdg>=0.25:${PORTSDIR}/devel/py-xdg >- >-USES= python >-USE_PYTHON= autoplist distutils >- >-.include <bsd.port.mk> >Index: deskutils/py-pycarddav/distinfo >=================================================================== >--- deskutils/py-pycarddav/distinfo (revision 381505) >+++ deskutils/py-pycarddav/distinfo (working copy) >@@ -1,2 +0,0 @@ >-SHA256 (pyCardDAV-0.7.0.tar.gz) = a86bca36e361ce194d5fb49295f1ad1b0ed4a4c0759f3d40f8703b1d2fcb732b >-SIZE (pyCardDAV-0.7.0.tar.gz) = 36677 >Index: deskutils/py-pycarddav/pkg-descr >=================================================================== >--- deskutils/py-pycarddav/pkg-descr (revision 381505) >+++ deskutils/py-pycarddav/pkg-descr (working copy) >@@ -1,4 +0,0 @@ >-pyCardDAV is a simple to use CardDAV CLI client. It has built in support for >-mutt's query_command but also works very well solo (and with other MUAs). >- >-WWW: http://lostpackets.de/pycarddav >Index: devel/py-colorama/Makefile >=================================================================== >--- devel/py-colorama/Makefile (revision 381505) >+++ devel/py-colorama/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= colorama >-PORTVERSION= 0.2.5 >+PORTVERSION= 0.3.2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-colorama/distinfo >=================================================================== >--- devel/py-colorama/distinfo (revision 381505) >+++ devel/py-colorama/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (colorama-0.2.5.tar.gz) = 55bad9c74fbda47c558d581e287cfd9bfff48f196caedcff76bf2fb17149b80b >-SIZE (colorama-0.2.5.tar.gz) = 15042 >+SHA256 (colorama-0.3.2.tar.gz) = 218862857d74ff781c2caf44629a7d72b88bbb8a2b0aa0f4f1eb8666f8305c11 >+SIZE (colorama-0.3.2.tar.gz) = 18343 >Index: devel/py-pygitup/Makefile >=================================================================== >--- devel/py-pygitup/Makefile (revision 0) >+++ devel/py-pygitup/Makefile (working copy) >@@ -0,0 +1,23 @@ >+# $FreeBSD$ >+ >+PORTNAME= git-up >+PORTVERSION= 1.2.2 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= che@bein.link >+COMMENT= Python implementation of 'git up' >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygit2>=0.21.1:${PORTSDIR}/devel/py-pygit2 \ >+ ${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 >+ >+USES= python zip >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-pygitup/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-pygitup/distinfo >=================================================================== >--- devel/py-pygitup/distinfo (revision 0) >+++ devel/py-pygitup/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (git-up-1.2.2.zip) = addad2b3a14155bbb7feee71fd0e52f153e39bfa375b0799f45e6e58a493a70a >+SIZE (git-up-1.2.2.zip) = 24895 > >Property changes on: devel/py-pygitup/distinfo >___________________________________________________________________ >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: devel/py-pygitup/pkg-descr >=================================================================== >--- devel/py-pygitup/pkg-descr (revision 0) >+++ devel/py-pygitup/pkg-descr (working copy) >@@ -0,0 +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. >+ >+WWW: https://github.com/untitaker/python-atomicwrites > >Property changes on: devel/py-pygitup/pkg-descr >___________________________________________________________________ >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
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 198666
: 154462 |
154463