summaryrefslogtreecommitdiff
path: root/devel/py-Optik
diff options
context:
space:
mode:
authorshell <shell>2002-06-10 02:29:35 +0000
committershell <shell>2002-06-10 02:29:35 +0000
commitf3543bceb164631c0b3d43728adc1e575bd407d7 (patch)
tree64b16c649a037ae78b8f4b8f474c5ab976e2808b /devel/py-Optik
parente2f37c9b18b2694d679a450d3041274ee896235a (diff)
downloadpkgsrc-f3543bceb164631c0b3d43728adc1e575bd407d7.tar.gz
Updated to py-Optik-1.3
- Updated my email address Changes since Optik-1.2 : * Fixed a couple of lurking bugs found by PyChecker. * You can now get away with not supplying an option's type, no matter the action: Optik now assumes a default type of "string". * You can now get away with not supplying an option's destination: Optik now derives a default destination from the first long option, or the first short option if no long options were given. Eg. an option string "--foo-bar" has the default destination 'foo_bar'. * Refactored both Option's and OptionParser's constructors to make life easier for people extending Optik. * Added the "examples/" subdirectory -- this is a repository of examples of extending and using Optik; the goal is to provide canonical implementations of various features that I don't want to add to Optik proper, but that are occasionally requested. (Also, this gives me a good place to test how Optik's extensibility.) * Added support for long and complex option types, mainly for completeness (patch by Matthew Mueller). * Added make_option() as an alias for the Option constructor, because someday there might be many Option classes (in which case make_option() will become a factory function). * Added the examples/ directory to the source distribution -- this demonstrates various ways to extend Optik.
Diffstat (limited to 'devel/py-Optik')
-rw-r--r--devel/py-Optik/Makefile6
-rw-r--r--devel/py-Optik/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-Optik/Makefile b/devel/py-Optik/Makefile
index d63e8da4123..3c77a1c08ec 100644
--- a/devel/py-Optik/Makefile
+++ b/devel/py-Optik/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:17:34 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2002/06/10 02:29:35 shell Exp $
-DISTNAME= Optik-1.2
+DISTNAME= Optik-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=optik/}
-MAINTAINER= shell@shellhung.org
+MAINTAINER= shell@netbsd.org
HOMEPAGE= http://optik.sourceforge.net/
COMMENT= command line parsing library for Python
diff --git a/devel/py-Optik/distinfo b/devel/py-Optik/distinfo
index 00ed238d06f..d6d67c89685 100644
--- a/devel/py-Optik/distinfo
+++ b/devel/py-Optik/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/01/29 16:17:34 drochner Exp $
+$NetBSD: distinfo,v 1.2 2002/06/10 02:29:35 shell Exp $
-SHA1 (Optik-1.2.tar.gz) = ec7494b97c497724914b3625ff7269fb511bc984
-Size (Optik-1.2.tar.gz) = 32322 bytes
+SHA1 (Optik-1.3.tar.gz) = 67ee3a7fe0cf366475fa977a4078e0f986990f3f
+Size (Optik-1.3.tar.gz) = 38310 bytes