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= This is sh, a python library to execute shell commands + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USE_GITHUB= yes +GH_ACCOUNT= amoffat +GH_COMMIT= c361f94 +GH_TAGNAME= ${PORTVERSION} + +USES= python +USE_PYTHON= autoplist distutils + +.include 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