summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/jaraco-logging: Restore default DISTUTILS_USE_SETUPTOOLSMichał Górny2020-09-211-3/+0
| | | | | | The underlying issue causing false positives has been fixed. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-logging: add Python 3.9 support, fix a warningLouis Sautier2020-09-051-1/+4
| | | | | Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-logging: Remove redundant versionsMichał Górny2020-07-123-122/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-logging: Stabilize 3.0.0-r1 ALLARCHES, #715072Michał Górny2020-07-061-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-logging: Remove py2Michał Górny2020-02-052-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-logging: use distutils_enable_sphinxLouis Sautier2019-12-311-15/+4
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-logging: bump to 3.0.0, drops <Py3.6, add Py3.8Louis Sautier2019-12-312-0/+64
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-logging: Remove oldDavid Seifert2019-12-292-38/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | 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>
* dev-python/jaraco-logging: make pytest more verboseLouis Sautier2019-07-041-1/+1
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-logging: bump to 2.0, switches to pkgutilLouis Sautier2019-07-022-0/+61
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-*: depend on old pkg_resources-style namespace pkgLouis Sautier2019-07-021-1/+1
| | | | | | | In anticipation of a switch to a pkgutil-style namespace package. Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-logging: add Python 3.7, verbose tests, drop PyPyLouis Sautier2018-07-251-2/+2
| | | | | | | This package depends on dev-python/tempora. Recent versions of it require dev-python/jaraco-functools which doesn't support PyPy. Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-python/jaraco-logging: x86 stable (bug #658956)Thomas Deutschmann2018-06-261-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-logging: amd64 stableJason Zaman2018-06-251-1/+1
| | | | | Gentoo-bug: 658956 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-logging: support Python 3.6Louis Sautier2018-06-231-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-logging: change my email in metadata.xmlLouis Sautier2018-06-181-5/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-logging: remove oldLouis Sautier2018-06-082-44/+0
| | | | Package-Manager: Portage-2.3.38, Repoman-2.3.9
* dev-python/jaraco-logging: bump to 1.5.2, add doc, pypy{3,}Louis Sautier2018-06-082-0/+59
| | | | | | Remove useless pytest-runner DEPEND, add RDEPEND on namespace-jaraco. Package-Manager: Portage-2.3.38, Repoman-2.3.9
* dev-python/jaraco-logging: Remove useless maintainer <description/>Michał Górny2018-02-111-1/+0
| | | | | | | | | Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-python/jaraco-logging: x86 stable wrt bug #606192Agostino Sarubbo2017-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jaraco-logging: amd64 stable wrt bug #606192Agostino Sarubbo2017-06-171-2/+2
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* 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/jaraco-logging: bump to 1.5, EAPI=6Louis Sautier2016-05-264-1/+40
| | | | Package-Manager: portage-2.3.0_rc1
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-python/jaraco-logging: needed as a new dep to dev-python/ircLouis Sautier2015-12-293-0/+59
Package-Manager: portage-2.2.26