Versions
v0.4.3 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- doc test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- pypy
- Build with PyPy
- pypy3
- Build with PyPy3
- python2_7
- Build with Python 2.7
- python3_5
- Build with Python 3.5
- python3_6
- Build with Python 3.6
- python3_7
- Build with Python 3.7
Dependencies
dev-python / flask : A microframework based on Werkzeug, Jinja2 and good intentions
dev-python / inflection : A port of Ruby on Rails' inflector to Python
dev-python / jinja : A full-featured template engine for Python
dev-python / pytest : Simple powerful testing with Python
dev-python / setuptools : Collection of extensions to Distutils
dev-python / sphinx : Python documentation generator
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / flask : A microframework based on Werkzeug, Jinja2 and good intentions
dev-python / inflection : A port of Ruby on Rails' inflector to Python
dev-python / jinja : A full-featured template engine for Python
Depending packages
dev-python / flask-bootstrap : An extension that includes Bootstrap in your project, without boilerplate code
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Louis Sautier · gentoo
dev-python/flask-debug: add Python 3.7 support
Signed-off-by: Louis Sautier <sbraz@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Louis Sautier · gentoo
dev-python/flask-debug: support PyPy{,3}, Python 3.6, fix deps
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Louis Sautier · gentoo
dev-python/flask-debug: fix DESCRIPTION
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Louis Sautier · gentoo
dev-python/flask-debug: new package, dependency of flask-bootstrap, vn. 0.4.3
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1353 Signed-off-by: Ian Delaney <idella4@gentoo.org>