FreeBSD Bugzilla – Attachment 152167 Details for
Bug 197086
[NEW PORT] devel/py-sh: a library that lets you run shell commands from python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
the newer svn diff, the license is now fixed
svn-diff (text/plain), 2.44 KB, created by
Maxim Filimonov
on 2015-01-26 09:16:56 UTC
(
hide
)
Description:
the newer svn diff, the license is now fixed
Filename:
MIME Type:
Creator:
Maxim Filimonov
Created:
2015-01-26 09:16:56 UTC
Size:
2.44 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 377926) >+++ Makefile (working copy) >@@ -3651,6 +3651,7 @@ > SUBDIR += py-Record > SUBDIR += py-ScriptTest > SUBDIR += py-SymbolType >+ SUBDIR += py-sh > SUBDIR += py-TGScheduler > SUBDIR += py-ToscaWidgets > SUBDIR += py-TurboJinja >Index: py-sh/Makefile >=================================================================== >--- py-sh/Makefile (revision 0) >+++ py-sh/Makefile (working copy) >@@ -0,0 +1,22 @@ >+# $FreeBSD$ >+ >+PORTNAME= sh >+PORTVERSION= 1.11 >+CATEGORIES= devel python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= che@bein.link >+COMMENT= Python library to execute shell commands >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+USE_GITHUB= yes >+GH_ACCOUNT= amoffat >+GH_COMMIT= c361f94 >+GH_TAGNAME= ${PORTVERSION} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: py-sh/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: py-sh/distinfo >=================================================================== >--- py-sh/distinfo (revision 0) >+++ py-sh/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (sh-1.11.tar.gz) = 8653bc6db7ead98ef927038ff2d6650f67c5b286b67ad5f41594afce6b62ee1c >+SIZE (sh-1.11.tar.gz) = 37420 > >Property changes on: py-sh/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: py-sh/pkg-descr >=================================================================== >--- py-sh/pkg-descr (revision 0) >+++ py-sh/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Execute shell-commands in Python. >+ >+WWW: https://github.com/amoffat/sh > >Property changes on: py-sh/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 197086
:
152164
|
152165
|
152166
|
152167
|
152168