diff options
author | kleink <kleink> | 2013-08-08 17:59:30 +0000 |
---|---|---|
committer | kleink <kleink> | 2013-08-08 17:59:30 +0000 |
commit | 1668a2903f46d06a95e6d32e19671e05e0202252 (patch) | |
tree | beb944c5eae5d799faa61c634d6a7a485e5f8f69 /www | |
parent | 595253866126b68f5424a4f35f77daab0fb0b22f (diff) | |
download | pkgsrc-1668a2903f46d06a95e6d32e19671e05e0202252.tar.gz |
Update py-flask-script to 0.6.0.
Version 0.6.0
-------------
Released on August 7, 2013.
- Drop support for Python 2.5
- Support Python 2.6/2.7 and >= 3.3 using same source code.
Import necessary compatibility code from flask._compat module of current
Flask repo code.
- Use proper argparse subparsers
- Tab completion using `argcomplete`
- Remove question marks from automatically being appended to
prompt_bool and prompt_choices
- FIXED: ipython with disabled bpython
- FIXED: debug parameter no longer passed in from flask_script
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flask-script/Makefile | 7 | ||||
-rw-r--r-- | www/py-flask-script/PLIST | 5 | ||||
-rw-r--r-- | www/py-flask-script/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/www/py-flask-script/Makefile b/www/py-flask-script/Makefile index 20c6544f27c..17404189010 100644 --- a/www/py-flask-script/Makefile +++ b/www/py-flask-script/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/07/28 17:47:18 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2013/08/08 17:59:30 kleink Exp $ -DISTNAME= Flask-Script-0.5.3 +DISTNAME= Flask-Script-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Script/ @@ -12,6 +12,9 @@ LICENSE= modified-bsd USE_LANGUAGES= # empty +PYTHON_VERSIONS_INCLUDE_3X= yes +PYTHON_VERSIONS_INCOMPATIBLE= 31 32 + EGG_NAME= ${DISTNAME:S/-/_/} DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask diff --git a/www/py-flask-script/PLIST b/www/py-flask-script/PLIST index 7f50ad8e211..c9b418bf88c 100644 --- a/www/py-flask-script/PLIST +++ b/www/py-flask-script/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2013/07/28 17:47:18 kleink Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/08/08 17:59:30 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -8,6 +8,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/flask_script/__init__.py ${PYSITELIB}/flask_script/__init__.pyc ${PYSITELIB}/flask_script/__init__.pyo +${PYSITELIB}/flask_script/_compat.py +${PYSITELIB}/flask_script/_compat.pyc +${PYSITELIB}/flask_script/_compat.pyo ${PYSITELIB}/flask_script/cli.py ${PYSITELIB}/flask_script/cli.pyc ${PYSITELIB}/flask_script/cli.pyo diff --git a/www/py-flask-script/distinfo b/www/py-flask-script/distinfo index 7e4a2fd28ae..c9259307735 100644 --- a/www/py-flask-script/distinfo +++ b/www/py-flask-script/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/07/28 17:47:18 kleink Exp $ +$NetBSD: distinfo,v 1.2 2013/08/08 17:59:30 kleink Exp $ -SHA1 (Flask-Script-0.5.3.tar.gz) = 79237ef480e2744f6a5b2dd27772f3d9536396bb -RMD160 (Flask-Script-0.5.3.tar.gz) = 1fd80778794d7fc9d757ae634fd393e4cf8eee1b -Size (Flask-Script-0.5.3.tar.gz) = 36784 bytes +SHA1 (Flask-Script-0.6.0.tar.gz) = b3663586e177a83045707c7d9dc51ab9117f74e9 +RMD160 (Flask-Script-0.6.0.tar.gz) = 810bced5a05a3a1bd838420b82a0bc06097436e7 +Size (Flask-Script-0.6.0.tar.gz) = 39675 bytes |