commit: 564b6525223338e6d4ef9d606725d45f8c3dc103 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 23 14:35:23 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 23 14:36:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564b6525
package.mask: Last rite dev-python/* using nose, with no revdeps Bug: https://bugs.gentoo.org/888087 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 9e3637deee14..93e80989f639 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,40 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2022-12-23) +# Packages that still use dev-python/nose and have no revdeps. +# +# dev-python/blessings: EAPI 7, last rel. in 2018, git act. in 2020 +# dev-python/errorhandler: EAPI 7, last rel. in 2016, git act. in 2018 +# dev-python/flask-restful: EAPI 7, last rel. in 2021, git act. in Mar +# dev-python/imread: non-PEP517, last rel. in 2020, uses pytest in git +# dev-python/influxdb: EAPI 7, last rel. 2020, archived on GitHub +# dev-python/nose-random: nose plugin +# dev-python/pika: active, uses nose + nose2 (sic!) +# dev-python/pilkit: EAPI 7, last rel. in 2017, uses pytest in git +# dev-python/PyContracts: EAPI 7, last rel. in 2019, git act. in 2020 +# dev-python/python-redmine: EAPI 7, last rel. in 2020, git may be good +# dev-python/python-zipstream: EAPI 7, last rel. in 2016, git in 2018 +# dev-python/PyUtilib: EAPI 7, last rel. and git act. in 2020 +# dev-python/socketio-client: EAPI 7, last rel. in 2016, git in 2017 +# dev-python/www-authenticate: EAPI 7, last rel. in 2015, git in 2019 +# +# Removal on 2023-01-22. Bug #888087. +dev-python/blessings +dev-python/errorhandler +dev-python/flask-restful +dev-python/imread +dev-python/influxdb +dev-python/nose-random +dev-python/pika +dev-python/pilkit +dev-python/PyContracts +dev-python/python-redmine +dev-python/python-zipstream +dev-python/PyUtilib +dev-python/socketio-client +dev-python/www-authenticate + # Michał Górny <[email protected]> (2022-12-23) # sci-libs/votca-tools fail to build with GCC 12. Pending version bump # since January 2022.
