Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 May 2017 15:10:12 +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-OKYoSvHTIT@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

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: miwi
Date: Sat May  6 15:09:23 UTC 2017
New revision: 440268
URL: https://svnweb.freebsd.org/changeset/ports/440268

Log:
  The primary goal of scriptine is to make it easy to write shell scripts w=
ith
  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.

  WWW: https://pypi.python.org/pypi/scriptine

  PR:           208066
  Submitted by: dbaio@bsd.com.br

Changes:
  head/sysutils/Makefile
  head/sysutils/py-scriptine/
  head/sysutils/py-scriptine/Makefile
  head/sysutils/py-scriptine/distinfo
  head/sysutils/py-scriptine/pkg-descr

--=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-OKYoSvHTIT>