Commit Graph

26 Commits

Author SHA1 Message Date
Michał Górny
e28106e6e9 dev-python/blockdiag: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-03-26 14:45:16 +01:00
Michał Górny
977f2f6f4d dev-python/blockdiag: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-03-17 08:23:12 +01:00
Michał Górny
5da868f8aa dev-python/blockdiag: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-02-05 14:24:31 +01: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
Piotr Karbowski
83d1870063 dev-python/blockdiag-1.5.4: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
2019-12-30 22:54:07 +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
Michał Górny
0b2c8f8bb0 */*: Reassign dolsen's packages
Bug: https://bugs.gentoo.org/386853
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-09-13 17:33:36 +02:00
Mikle Kolyada
e1116c7288 dev-python/blockdiag: x86 stable wrt bug #688940
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2019-07-31 17:31:33 +03:00
Mikle Kolyada
adc21a803b dev-python/blockdiag: amd64 stable wrt bug #688940
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2019-07-31 17:30:14 +03:00
Michał Górny
c4e1d514a5 dev-python/blockdiag: Bump to 1.5.4, EAPI=7, Py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-07-14 14:26:18 +02:00
Anthony G. Basile
d23addb204 dev-python/blockdiag: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
2019-04-27 07:49:14 -04: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
Anthony G. Basile
9a49670755 dev-python/blockdiag: keyword ~arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
2019-03-16 19:17:31 -04:00
Brian Dolbec
d75815b9e5 dev-python/blockdiag: Add undocumented configparser dep for python-2.7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-27 08:24:11 -07:00
Mike Gilbert
ad407789da Replace pypi.python.org with pypi.org in HOMEPAGE
Bug: https://bugs.gentoo.org/653540
2018-04-19 15:25:22 -04:00
Michał Górny
c394e38773 dev-python/blockdiag: Remove useless maintainer <description/>
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.
2018-02-11 11:48:51 +01:00
Michał Górny
623100fcb1 dev-python/*: Update Manifest hashes 2017-12-09 19:23:08 +01:00
Brian Dolbec
d0d8046cc0 dev-python/blockdiag: Add python-3.5, 3.6 to PYTHON_COMPAT
Add python_test(), update deps as needed to fix tests, was missing webcolors and ipafonts
dependencies (not listed in setup.py.
Fix test failure in python-2.7 due to test needing to be updated to same as py3
NOTE: requires FEATURES=-network-sandbox for test_command.py (to fetch some icons)
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
2017-05-15 19:07:09 -07:00
Justin Lecher
92715265f5 Globally add missing remote ID references to metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2017-04-29 19:49:16 +01:00
Michał Górny
b5b6e7c306 dev-python/blockdiag: Tested on py3.5 & py3.6
The tests give the same number of failures with all Python versions.
There are some additional deprecation warning for python3.6 but they do
not cause errors yet.
2017-04-22 12:18:39 +02:00
Michał Górny
393061cb19 dev-python/blockdiag: Add python_test phase 2017-04-22 12:18:38 +02:00
Michał Górny
c325e16e27 dev-python/blockdiag: Add missing RDEP on webcolors 2017-04-22 12:18:38 +02: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
Michał Górny
543503fdd0 global: Drop dead implementations from PYTHON_COMPAT 2016-11-01 21:58:22 +01:00
Brian Dolbec
1f80e991e3 dev-python/blockdiag: Fix metadata.xml email address typo
Package-Manager: portage-2.3.2
2016-10-21 18:25:50 -07:00
Brian Dolbec
ced3cb209d dev-python/blockdiag: New package, dep of buildbot-0.9
Package-Manager: portage-2.3.0
2016-08-09 16:47:21 -07:00