Commit Graph

54 Commits

Author SHA1 Message Date
Michał Górny
d58db5474e dev-python/cliff: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-04 12:27:09 +02:00
Andrew Udvare
0da48093f9 dev-python/cliff: add python3_8 to PYTHON_COMPAT
Signed-off-by: Andrew Udvare <audvare@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2020-05-01 23:30:52 -05:00
Rolf Eike Beer
e4fc8f3098 dev-python/cliff: stable 2.18.0 for sparc
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-04-21 20:45:21 +01:00
Rolf Eike Beer
998ea9584a dev-python/cliff: keyworded 2.12.0-r2 for sparc
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-04-09 19:39:56 +01:00
Rolf Eike Beer
ce3825970d dev-python/cliff: keyworded 2.18.0 for sparc
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-04-09 19:39:56 +01:00
Michał Górny
d5ee16ee22 dev-python/cliff: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-03-28 14:33:59 +01:00
Michał Górny
cb42be87fe dev-python/cliff: Stabilize 2.18.0 ALLARCHES
Closes: https://bugs.gentoo.org/714292
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-03-26 15:50:17 +01:00
Michał Górny
1e245a9ec1 dev-python/cliff: Mark ALLARCHES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-03-26 15:50:16 +01:00
Agostino Sarubbo
2ab536fa4d dev-python/cliff: x86 stable wrt bug #714292
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-03-25 16:42:08 +01:00
Agostino Sarubbo
367ff9117f dev-python/cliff: amd64 stable wrt bug #714292
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-03-25 15:17:13 +01:00
Patrick McLean
eb10bf821f dev-python/cliff-2.18.0: Drop py38 for now
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2020-01-29 18:45:10 -08:00
Patrick McLean
2eda804047 dev-python/cliff-2.18.0: Version bump, add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2020-01-29 17:22:55 -08:00
Matthew Thode
680de1c0b9 dev-python/cliff: add ppc64 keyword under ALLARCHES for cliff
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2020-01-26 14:24:12 -06:00
Robin H. Johnson
149c75bd9c dev-python/cliff: update HOMEPAGE
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2020-01-24 07:08:33 -08:00
Michał Górny
cd3f25deb1 */*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-05 11:55:46 +01:00
David Seifert
76c0a78131 */*: [QA] Remove redundant || die on virtx
* `virtx` never required `|| die` to begin with.

Closes: https://github.com/gentoo/gentoo/pull/13954
Signed-off-by: David Seifert <soap@gentoo.org>
2019-12-12 13:55:31 +01:00
Michał Górny
064af661d0 */*: [QA] Fix trivial cases of MissingTestRestrict
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>
2019-12-11 00:22:38 +01:00
Matthew Thode
43eb57ed35 dev-python/cliff: remove broken doc build
Fixes: https://bugs.gentoo.org/696038
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2019-10-02 11:47:59 -05:00
Michał Górny
2db67a589e */*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17 09:48:22 +02:00
Matthew Thode
e94dbd0f1a dev-python/cliff: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2019-01-27 18:25:17 -06:00
Matthew Thode
fcd055989b dev-python/cliff: fix missing stestr dep
Fixes: https://bugs.gentoo.org/666112
Fixes: https://bugs.gentoo.org/665746
Package-Manager: Portage-2.3.48, Repoman-2.3.10
2018-09-14 14:47:36 -05:00
Matthew Thode
b0d371d790 dev-python/cliff: fix tests
Fixes: https://bugs.gentoo.org/664976
Package-Manager: Portage-2.3.48, Repoman-2.3.10
2018-09-01 14:23:55 -05:00
Matthew Thode
8b33ca246e dev-python/cliff: 2.12.0 stable allarches for pbr
Package-Manager: Portage-2.3.48, Repoman-2.3.10
2018-08-30 12:50:12 -05:00
Matthew Thode
81b8565122 dev-python/cliff: 2.11.1 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.43, Repoman-2.3.10
2018-08-01 12:03:23 -05:00
Matthew Thode
007a8dde83 dev-python/cliff: add missing keywords for stestr
Package-Manager: Portage-2.3.43, Repoman-2.3.10
2018-07-25 02:06:58 -05:00
Matthew Thode
a1455f52f3 dev-python/cliff: 2.11.1 bup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-07-04 12:56:31 -05:00
Patrice Clement
83402075a7 dev-python/cliff: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-19 21:13:12 +02:00
Matthew Thode
2fe6df573a dev-python/cliff: adding py36 specifier
Package-Manager: Portage-2.3.27, Repoman-2.3.9
2018-04-11 11:22:27 -05:00
Matthew Thode
a5b5cbb57d dev-python/cliff: 2.11.0 stablized amd64 ~arm64 x86 ~amd64-linux ~x86-linux under allarches
Stablized for Openstack Queens
2018-03-30 20:53:25 -05:00
Matthew Thode
27059a4277 dev-python/cliff: 2.11.0 bup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-02-22 13:58:58 -06:00
Michał Górny
bfc8f8410c dev-python/cliff: Clean old up 2018-01-03 10:11:11 +01:00
Michał Górny
623100fcb1 dev-python/*: Update Manifest hashes 2017-12-09 19:23:08 +01:00
Matthew Thode
48b0d1f33c dev-python/cliff: 2.8.0 stablized amd64 x86 under allarches 2017-09-29 18:29:30 -05:00
Matthew Thode
671028093c dev-python/cliff: metadata cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-08-28 13:34:38 -05:00
Matthew Thode
af64fdaf48 dev-python/cliff: 2.8.0 bup
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-08-28 13:34:35 -05:00
Michał Górny
db9f4a7432 dev-python/cliff: Clean old versions up 2017-05-02 11:47:49 +02:00
Matthew Thode
b38fa35189 stablize openstack ocata cliff-2.4.0 x86 and amd64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
2017-03-25 22:15:57 -05:00
Robin H. Johnson
61b861acd7 Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00
Matthew Thode
62bd6a9491 dev-python/cliff: bup
Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-02-26 22:26:10 -06:00
Matthew Thode
8ac81923a0 dev-python/cliff: 2.2.0 stable amd64 and x86
Package-Manager: portage-2.3.0
2016-11-06 15:32:30 -06:00
Michał Górny
543503fdd0 global: Drop dead implementations from PYTHON_COMPAT 2016-11-01 21:58:22 +01:00
Matthew Thode
b54a183dd8 openstack p2, newton is done, will add heat later 2016-09-30 21:12:13 -05:00
Matthew Thode
083f371f72 doing the test 2016-09-11 19:06:32 -05:00
Matthew Thode
c214417929 openstack mass stable for mitaka, x86 and amd64 for bug 582170 2016-06-04 20:51:16 -05:00
Matthew Thode
66911aea89 dev-python/cliff: bup for mitaka
Package-Manager: portage-2.2.26
2016-03-25 20:55:58 -05:00
Matthew Thode
5061c7b8b1 dev-python/cliff: keywording arm64
merged on X-C1

Package-Manager: portage-2.2.26
2016-02-28 01:31:33 -06:00
Michał Górny
8849b098c0 Set appropriate maintainer types in metadata.xml (GLEP 67) 2016-01-24 23:58:38 +01:00
Michał Górny
cfd93d768e Replace all herds with appropriate projects (GLEP 67)
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
2016-01-24 23:58:38 +01:00
Agostino Sarubbo
fdcc47d059 dev-python/cliff: x86 stable wrt bug #564826
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
2015-11-10 09:23:35 +01:00
Agostino Sarubbo
a1072502b4 dev-python/cliff: amd64 stable wrt bug #564826
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
2015-11-10 09:18:42 +01:00