Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2012 09:03:19 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304138 - in head/devel: . py-argh
Message-ID:  <201209120903.q8C93KMR032724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Wed Sep 12 09:03:19 2012
New Revision: 304138
URL: http://svn.freebsd.org/changeset/ports/304138

Log:
  Argh provides a very simple wrapper for argparse with support for
  hierarchical commands that can be bound to modules or classes.
  
  WWW: http://bitbucket.org/neithere/argh/

Added:
  head/devel/py-argh/
  head/devel/py-argh/Makefile   (contents, props changed)
  head/devel/py-argh/distinfo   (contents, props changed)
  head/devel/py-argh/pkg-descr   (contents, props changed)
  head/devel/py-argh/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Sep 12 08:09:18 2012	(r304137)
+++ head/devel/Makefile	Wed Sep 12 09:03:19 2012	(r304138)
@@ -3213,6 +3213,7 @@
     SUBDIR += py-archetypes.querywidget
     SUBDIR += py-archetypes.referencebrowserwidget
     SUBDIR += py-archetypes.schemaextender
+    SUBDIR += py-argh
     SUBDIR += py-argparse
     SUBDIR += py-asn1
     SUBDIR += py-asn1-modules

Added: head/devel/py-argh/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-argh/Makefile	Wed Sep 12 09:03:19 2012	(r304138)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	argh
+PORTVERSION=	0.15.1
+#PORTREVISION=	0
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	nivit@FreeBSD.org
+COMMENT=	Simple (Python) argparse wrapper
+
+LICENSE=	LGPL3
+
+# Python3 ready (installation tested)
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	easy_install
+
+.include <bsd.port.mk>

Added: head/devel/py-argh/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-argh/distinfo	Wed Sep 12 09:03:19 2012	(r304138)
@@ -0,0 +1,2 @@
+SHA256 (argh-0.15.1.tar.gz) = 8cca1201af8c15b7e77577ecddbca7cc867f943cb0bd2fb5c38461662b1aa80b
+SIZE (argh-0.15.1.tar.gz) = 14878

Added: head/devel/py-argh/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-argh/pkg-descr	Wed Sep 12 09:03:19 2012	(r304138)
@@ -0,0 +1,4 @@
+Argh provides a very simple wrapper for argparse with support for
+hierarchical commands that can be bound to modules or classes.
+
+WWW: http://bitbucket.org/neithere/argh/

Added: head/devel/py-argh/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-argh/pkg-plist	Wed Sep 12 09:03:19 2012	(r304138)
@@ -0,0 +1,2 @@
+@comment $FreeBSD$
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209120903.q8C93KMR032724>