svn commit: r304138 - in head/devel: . py-argh
Nicola Vitale
nivit at FreeBSD.org
Wed Sep 12 09:03:20 UTC 2012
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 at 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 @@
+ at comment $FreeBSD$
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
More information about the svn-ports-all
mailing list