Versions
v0.11.2-r2 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- amd64 arm64 ~x86
- USE flags
- doc test
v0.11.2-r1 :: 0 :: gentoo
- Modified
- License
- BSD
- 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 / Babel : Collection of tools for internationalizing Python applications
dev-python / flask : A microframework based on Werkzeug, Jinja2 and good intentions
dev-python / jinja : A full-featured template engine for Python
dev-python / nose : Unittest extension with automatic test suite discovery and easy test authoring
dev-python / pytz : World timezone definitions for Python
dev-python / setuptools : Collection of extensions to Distutils
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / Babel : Collection of tools for internationalizing Python applications
dev-python / flask : A microframework based on Werkzeug, Jinja2 and good intentions
dev-python / jinja : A full-featured template engine for Python
dev-python / pytz : World timezone definitions for Python
Depending packages
dev-python / flask-wtf : Simple integration of Flask and WTForms
www-apps / blohg : A Mercurial (or Git) based blogging engine
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 - Aaron Bauman · gentoo
dev-python/flask-babel: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19 - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-python/flask-babel: amd64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19 - Repository mirror & CI · gentoo
Merge updates from master - Louis Sautier · gentoo
dev-python/flask-babel: remove old
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org> - Louis Sautier · gentoo
dev-python/flask-babel: add Py3.7, fix doc deps, minor fixes
Stop overriding the flask theme and depend on it instead. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@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 - Thomas Deutschmann · gentoo
dev-python/flask-babel: x86 stable (bug #658946)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Jason Zaman · gentoo
dev-python/flask-babel: amd64 stable
Gentoo-bug: 658946 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Louis Sautier · gentoo
dev-python/flask-babel: Add PyPy3, Python 3.6, doc
Also remove speaklater which is no longer required; upstream uses a modified speaklater.py file that they bundled. Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Michał Górny · gentoo
dev-python/flask-babel: Clean old up - Jason Zaman · gentoo
dev-python/flask-babel: amd64 stable
Gentoo-bug: 641294 Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Thomas Deutschmann · gentoo
dev-python/flask-babel: x86 stable (bug #641294)
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Patrick Lauer · gentoo
dev-python/flask-babel: Bump
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Michał Górny · gentoo
dev-python/flask-babel: Clean old versions up - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Michał Górny · gentoo
global: Drop dead implementations from PYTHON_COMPAT - Patrick Lauer · gentoo
dev-python/flask-babel: Bump
Package-Manager: portage-2.3.0 - Patrick Lauer · gentoo
dev-python/flask-babel: Bump
Package-Manager: portage-2.2.28 - Louis Sautier · gentoo
dev-python/flask-babel: support py3.5, add a missing dep, update homepage
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1293 Signed-off-by: Ian Delaney <idella4@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed