summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/logfury: Fix testing, support python 3.{7,8}William Pettersson2020-04-283-4/+30
| | | | | | | | | | | | Testing requires the Github packaging, hence the change to SRC_URI Removed old dependency on funcsigs, no longer needed Removed code-linting, and coverage requirements from test suite Signed-off-by: William Pettersson <william@ewpettersson.se> Closes: https://bugs.gentoo.org/719090 Package-Manager: Portage-2.3.89, Repoman-2.3.21 Closes: https://github.com/gentoo/gentoo/pull/15493 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/logfury: Remove py2 virtualsMichał Górny2020-03-161-2/+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>
* dev-python/logfury: Remove Py2David Seifert2019-12-281-1/+1
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@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/logfury: new packageWilliam Pettersson2018-06-183-0/+39
Logfury is a boilerplate method-call logging library for python Closes: https://github.com/gentoo/gentoo/pull/8885