summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/flask-appconfig: Remove py2Michał Górny2020-02-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-appconfig: add Python 3.7 support, missing doc depLouis Sautier2018-10-031-4/+7
| | | | | | | Also make tests verbose. Signed-off-by: Louis Sautier <sbraz@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-python/flask-appconfig: remove oldLouis Sautier2018-06-231-51/+0
| | | | | Closes: https://bugs.gentoo.org/589548 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-appconfig: Add Python 3.6, PyPy{,3}Louis Sautier2018-06-191-12/+9
| | | | | | Also remove useless depend on pytest-runner. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-appconfig: change my email in metadata.xmlLouis Sautier2018-06-181-5/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/flask-appconfig: stop installing scripts to prevent collisionLouis Sautier2016-07-251-0/+54
| | | | | | | | | | | | | The console script called 'flask' causes a collision with dev-python/flask-0.11. Upstream already removed the console_scripts entry point: https://github.com/mbr/flask-appconfig/commit/42b1fe09dbd19cb7c48dfce7f505d7db7e6dd0be Gentoo-Bug: https://bugs.gentoo.org/589548 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1948 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/flask-appconfig: new package, dependency of flask-bootstrap, vn. ↵Louis Sautier2016-04-293-0/+70
0.11.1 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1353 Signed-off-by: Ian Delaney <idella4@gentoo.org>