summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/vint: EAPI 8, PEP517Sam James2023-03-072-0/+29
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/vint: enable py3.11Sam James2023-03-071-1/+1
| | | | | | Closes: https://github.com/mgorny/python-bump-testing/issues/56 Closes: https://bugs.gentoo.org/896942 Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/vint: mark ALLARCHESArthur Zamarin2021-10-011-0/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/vint: enable py3.9, enable py3.10, fix testsArthur Zamarin2021-10-012-12/+35
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/vint: mark stable``Mikle Kolyada2020-05-084-81/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-util/vint: Clean py2 deps upMichał Górny2020-03-171-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/vint: Remove py2 virtualsMichał Górny2020-03-163-9/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/vint: Bump 0.3.21Lucian Poston2020-02-272-0/+37
| | | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lucian Poston <lucianposton@pm.me> Closes: https://github.com/gentoo/gentoo/pull/14661 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/vint: Add maintainerLucian Poston2020-02-271-1/+8
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lucian Poston <lucianposton@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/vint: Remove py2Michał Górny2020-02-032-3/+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>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | 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>
* */*: Reassign coacher's packagesMichał Górny2019-09-251-8/+1
| | | | | Closes: https://bugs.gentoo.org/632974 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/vint: drop dev-python/pytest-cov depVirgil Dupras2018-10-251-4/+2
| | | | | | | | | Test coverage counting is spurious in the context of gentoo testing. We don't need that dep. Bug: https://bugs.gentoo.org/662034 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-util/vint: verbump to 0.3.19Ilya Tumaykin2018-07-062-0/+40
| | | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9054
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-util/vint: remove old.Ilya Tumaykin2018-02-262-47/+0
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7284
* dev-util/vint: amd64 stableJason Zaman2018-02-261-1/+1
| | | | | Gentoo-bug: 648654 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-util/vint: remove old.Ilya Tumaykin2018-01-222-48/+0
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-util/vint: verbump to 0.3.18.Ilya Tumaykin2018-01-222-0/+48
| | | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6924
* dev-util/vint: add Python 3.6 supportIlya Tumaykin2018-01-081-1/+1
| | | | | Closes: https://bugs.gentoo.org/640996 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-util/vint: remove oldIlya Tumaykin2018-01-082-48/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-util/vint: verbump to 0.3.17Ilya Tumaykin2018-01-082-0/+48
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-util/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* dev-util/vint: remove oldIlya Tumaykin2017-11-202-52/+0
| | | | | Closes:#6232 Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-util/vint: verbump to 0.3.16Ilya Tumaykin2017-11-202-0/+48
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-util/vint: verbump to 0.3.14.Ilya Tumaykin2017-09-292-0/+52
| | | | | | Closes: https://bugs.gentoo.org/628380 Closes: https://github.com/gentoo/gentoo/pull/5708 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-util/vint: remove old.Ilya Tumaykin2017-07-082-39/+0
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5050
* dev-util/vint: amd64 stable wrt bug #623318Agostino Sarubbo2017-07-041-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/vint: add setuptools to RDEPENDIlya Tumaykin2017-06-041-1/+1
| | | | | | | See vint/linting/cli.py Closes: https://github.com/gentoo/gentoo/pull/4833 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-util/vint: verbump to 0.3.13.Ilya Tumaykin2017-05-312-0/+47
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4814
* dev-util/vint: add changelog URL to metadataIlya Tumaykin2017-05-151-0/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/vint: amd64 stable wrt bug #608736Agostino Sarubbo2017-02-091-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/vint: new packageIlya Tumaykin2017-01-093-0/+56
Lint tool for Vim script language. Natively supported by app-vim/syntastic. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3377