summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2014-05-15 14:52:00 +0000
committerkleink <kleink@pkgsrc.org>2014-05-15 14:52:00 +0000
commit992c7a2e43f994e979732ea633350103826f0688 (patch)
tree969fb652dad1d790e1ae6e111a7c08c7ed861ec9 /www
parent32da13e2a68415b08c352701e3dbab451045e8dd (diff)
downloadpkgsrc-992c7a2e43f994e979732ea633350103826f0688.tar.gz
Update py-flask-script to 2.0.3.
No changelog provided. * bug fixes, documentation improvements * better sub-manager option handling Incompatible changes: * command.handle() is now simply command() * short help is '-?'. '-h' is used for --host too often. * Server options '-d' and '-r' are no longer toggles for debugging/reloading. Instead, '-d' forces debugging on and '-D' forces it off, no matter what the default said. * The command.prompt_* compatibility methods have beeen removed. (They were already heavily deprecated.)
Diffstat (limited to 'www')
-rw-r--r--www/py-flask-script/Makefile4
-rw-r--r--www/py-flask-script/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-flask-script/Makefile b/www/py-flask-script/Makefile
index 75552f5fb8a..f05e073bf7e 100644
--- a/www/py-flask-script/Makefile
+++ b/www/py-flask-script/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/03/04 13:47:21 kleink Exp $
+# $NetBSD: Makefile,v 1.10 2014/05/15 14:52:00 kleink Exp $
-DISTNAME= Flask-Script-0.6.7
+DISTNAME= Flask-Script-2.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Script/
diff --git a/www/py-flask-script/distinfo b/www/py-flask-script/distinfo
index 258c53b48d7..861d594aa96 100644
--- a/www/py-flask-script/distinfo
+++ b/www/py-flask-script/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/03/04 13:47:21 kleink Exp $
+$NetBSD: distinfo,v 1.8 2014/05/15 14:52:00 kleink Exp $
-SHA1 (Flask-Script-0.6.7.tar.gz) = 21a726e0b622a433b958d23497b23e4fe8a7b603
-RMD160 (Flask-Script-0.6.7.tar.gz) = 92b302ecd0c61d6c069df4f20c87a866536f51b5
-Size (Flask-Script-0.6.7.tar.gz) = 40345 bytes
+SHA1 (Flask-Script-2.0.3.tar.gz) = f1c6d3366b3d82f4e062229afd33e65013a7566e
+RMD160 (Flask-Script-2.0.3.tar.gz) = 39e1259f6804ef0c607276051e83595375db0bd0
+Size (Flask-Script-2.0.3.tar.gz) = 42050 bytes