CVS log for pkgsrc/www/py-flask-script/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / py-flask-script
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:56:46 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -2
lines
*: mark py-flask dependencies as not-for-python-2.x
I'll update py-flask soon; the current pkgsrc of py-flask version
is broken and all newer versions do not support python 2.x
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:27 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 2 13:51:13 2017 UTC (7 years, 2 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
py-flask-script: update to 2.0.6
Merge pull request #168 from arkhamdev/master
replace imports of flask.ext.script with flask_script in docs
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:46 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Switch to MASTER_SITES_PYPI.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Dec 31 13:57:33 2014 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -3
lines
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed May 21 09:03:43 2014 UTC (10 years, 6 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Update py-flask-script to 2.0.5.
* runserver: Improve handling of '-d' and '-r' switches
* Default use_debugger and use_reloader to app.debug
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 15 14:52:00 2014 UTC (10 years, 6 months ago) by kleink
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
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.)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 4 13:47:21 2014 UTC (10 years, 9 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Update py-flask-script to 0.6.7.
Version 0.6.7
-----------------
Released on February 16, 2014
- Expose app instance in a command commands (manage.app). #83
- Show full help for submanagers if called without arguments. #85
- Fix ShowUrls command conflict. #88
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 25 10:30:28 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -3
lines
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 12 09:45:25 2014 UTC (10 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2
lines
PYTHON_VERSIONS_INCOMPATIBLE cleanup.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 12 19:36:55 2013 UTC (11 years ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Update py-flask-script to 0.6.6.
Version 0.6.6
-----------------
Released on December 6, 2013
- Fix global being passed after command by not expliciting checking
for the 'parents' argument.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 6 16:26:54 2013 UTC (11 years ago) by kleink
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Update py-flask-script to 0.6.5.
Version 0.6.5
-----------------
Released on December 5, 2013
- Change warning from UserWarning to DeprecationWarning so it is
ignored by default
Version 0.6.4
-----------------
Released on December 5, 2013
- Only pass `parents` argument if a command's `create_parser`
accepts it. Workaround for #71
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 11 15:43:14 2013 UTC (11 years, 1 month ago) by kleink
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Update py-flask-script to 0.6.3.
Version 0.6.3
-----------------
Released on November 11, 2013
- Separate usage into usage/help/description
- Allow for command auto detection
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Aug 17 16:09:36 2013 UTC (11 years, 3 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Update py-flask-script to 0.6.2.
Version 0.6.2
-----------------
Released on August 10, 2013
- FIXED: 0.6.1 fails to embed ipython at all
Version 0.6.1
-----------------
Released on August 9, 2013
- FIXED: IPython Shell embedding fails after upgrade to IPython 1.0
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 8 17:59:30 2013 UTC (11 years, 4 months ago) by kleink
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2
lines
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
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 28 17:47:18 2013 UTC (11 years, 4 months ago) by kleink
Branches: MAIN
Import Flask-Script-0.5.3 as www/py-flask-script.
The Flask-Script extension provides support for writing external
scripts in Flask. This includes running a development server, a
customised Python shell, scripts to set up your database, cronjobs,
and other command-line tasks that belong outside the web application
itself.
CVSweb <webmaster@jp.NetBSD.org>