Date: Sat, 27 Aug 2016 15:12:44 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 208066] [NEW PORT] sysutils/py-scriptine: Write easy shell scripts with python Message-ID: <bug-208066-21822-BtA5UXsejo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208066-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-208066-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208066 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174126| |maintainer-approval+ Flags| | --- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> --- Comment on attachment 174126 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174126 py-scriptine-v02.shar You may want to consider adding the following (from upstream) to pkg-descr = to flesh it out: The primary goal of scriptine is to make it easy to write shell scripts with python. Features: * Easy command creation. Each command is just a function. * Automatic option parsing * Automatic help text (--help) * Log handling (with -v, --verbose and -q, --quiet handling) * Testing scripts in dry-mode. * Easy execution of other shell scripts. * Convenient working with files and directories. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208066-21822-BtA5UXsejo>