FreeBSD Bugzilla – Attachment 183289 Details for
Bug 219839
[NEW PORT] devel/py-easyprocess: Easy to use python subprocess interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that adds the port
py-easyprocess.patch (text/plain), 2.70 KB, created by
Daniel Ylitalo
on 2017-06-07 11:50:26 UTC
(
hide
)
Description:
Patch that adds the port
Filename:
MIME Type:
Creator:
Daniel Ylitalo
Created:
2017-06-07 11:50:26 UTC
Size:
2.70 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 442610) >+++ devel/Makefile (working copy) >@@ -4264,6 +4264,7 @@ > SUBDIR += py-doit > SUBDIR += py-durus > SUBDIR += py-dynrules >+ SUBDIR += py-easyprocess > SUBDIR += py-editdistance > SUBDIR += py-efilter > SUBDIR += py-efl >Index: devel/py-easyprocess/Makefile >=================================================================== >--- devel/py-easyprocess/Makefile (nonexistent) >+++ devel/py-easyprocess/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# $FreeBSD$ >+ >+PORTNAME= easyprocess >+PORTVERSION= 0.2.3 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= EasyProcess-${PORTVERSION} >+ >+MAINTAINER= daniel@blodan.se >+COMMENT= Easy to use python subprocess interface >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+NO_ARCH= yes >+USE_PYTHON= autoplist distutils >+USES= python >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-easyprocess/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-easyprocess/distinfo >=================================================================== >--- devel/py-easyprocess/distinfo (nonexistent) >+++ devel/py-easyprocess/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1496826788 >+SHA256 (EasyProcess-0.2.3.tar.gz) = 94e241cadc9a46f55b5c06000df85618849602e7e1865b8de87576b90a22e61f >+SIZE (EasyProcess-0.2.3.tar.gz) = 10402 > >Property changes on: devel/py-easyprocess/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-easyprocess/pkg-descr >=================================================================== >--- devel/py-easyprocess/pkg-descr (nonexistent) >+++ devel/py-easyprocess/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+EasyProcess is an easy to use python subprocess interface. >+ >+WWW: https://github.com/ponty/EasyProcess > >Property changes on: devel/py-easyprocess/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 219839
:
183289
|
183290
|
183291
|
183292