Date: Wed, 24 Aug 2016 06:17:24 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420765 - in head/devel: . py-opster Message-ID: <201608240617.u7O6HOqZ073757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Aug 24 06:17:24 2016 New Revision: 420765 URL: https://svnweb.freebsd.org/changeset/ports/420765 Log: Add py-opster 4.1, command line parsing speedster. PR: 212040 Submitted by: Yuri Victorovich <yuri@rawbw.com> Added: head/devel/py-opster/ head/devel/py-opster/Makefile (contents, props changed) head/devel/py-opster/distinfo (contents, props changed) head/devel/py-opster/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 24 06:04:30 2016 (r420764) +++ head/devel/Makefile Wed Aug 24 06:17:24 2016 (r420765) @@ -4270,6 +4270,7 @@ SUBDIR += py-omnijson SUBDIR += py-omniorb SUBDIR += py-omniorb-3 + SUBDIR += py-opster SUBDIR += py-optik SUBDIR += py-option_merge SUBDIR += py-orbit Added: head/devel/py-opster/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-opster/Makefile Wed Aug 24 06:17:24 2016 (r420765) @@ -0,0 +1,20 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= opster +PORTVERSION= 4.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Command line parsing speedster + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-opster/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-opster/distinfo Wed Aug 24 06:17:24 2016 (r420765) @@ -0,0 +1,3 @@ +TIMESTAMP = 1471845810 +SHA256 (opster-4.1.tar.gz) = 77514c48cc6918791d818a75473dd1e1fb89993e28ca0b9f3978a8b70a2975c5 +SIZE (opster-4.1.tar.gz) = 13812 Added: head/devel/py-opster/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-opster/pkg-descr Wed Aug 24 06:17:24 2016 (r420765) @@ -0,0 +1,8 @@ +A command line options parser, intended to make writing command line +applications easy and painless. It uses built-in Python types (lists, +dictionaries, etc) to define options, which makes configuration clear +and concise. Additionally it contains possibility to handle subcommands +(i.e. hg commit or svn update). + +WWW: https://pypi.python.org/pypi/opster/ +WWW: http://github.com/piranha/opster/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608240617.u7O6HOqZ073757>