22 Commits

Author SHA1 Message Date
David Seifert
f1ad410f04
dev-python/construct: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
2019-12-28 17:11:49 +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
2db67a589e
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17 09:48:22 +02:00
Michael Mair-Keimberger
6a618e0977
dev-python/construct: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
2019-03-26 14:52:26 -04:00
Azamat H. Hackimov
43c74509ce
dev-python/construct: added scimath for testing.
dev-python/scimath is required for python2_7

Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
2018-09-27 23:24:22 +02:00
Azamat H. Hackimov
6f2a11c19d
dev-python/construct: version bump to 2.9.45.
This version has significant API changes, which uncompatible with
previous 2.8.x branch. Restricted test feature since it requires
additional external dependencies.

Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
2018-09-27 23:24:21 +02:00
Azamat H. Hackimov
051a8d0ef0
dev-python/construct: remove old version.
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9969
2018-09-27 23:24:19 +02:00
Virgil Dupras
3b8f3b0fd2
dev-python/construct: remove spurious test dependencies
tox and pytest-cov are not actually needed to run tests.

Package-Manager: Portage-2.3.44, Repoman-2.3.10
2018-08-11 20:14:15 -04:00
Michael Mair-Keimberger
6ea22c4ad6
update pypi HOMEPAGE to avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/8080
2018-04-26 15:26:28 -04: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
Azamat H. Hackimov
ad1cbcb945
dev-python/construct: version bump to 2.8.21.
Added support for Python 3.6.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6889
2018-01-25 23:49:19 +01:00
Michał Górny
48fa5bdbb4
dev-python/construct: Clean old up 2018-01-03 10:11:16 +01:00
Azamat H. Hackimov
8dfec233bd
dev-python/construct: remove old.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-12-12 21:22:25 +01:00
Azamat H. Hackimov
ddef2e2c59
dev-python/construct: version bump to 2.8.17.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6527
2017-12-12 21:22:23 +01:00
Azamat H. Hackimov
bc7b8a45ed
dev-python/construct: new comaintainer.
Added myself to maintainers of package.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-12-06 23:12:46 +01:00
Azamat H. Hackimov
f763d75e64
dev-python/construct: remove old versions.
2.5.x not maintained anymore, all users encouraged to migrate to 2.8.x
branch.

Closes: https://bugs.gentoo.org/617736
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-12-06 23:12:44 +01:00
Azamat H. Hackimov
cad23e14ef
dev-python/construct: version bump to 2.8.16.
Closes: https://github.com/gentoo/gentoo/pull/6353
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-12-06 23:12:42 +01:00
Azamat H. Hackimov
a8f73307de
dev-python/construct: version bump to 2.8.14.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5669
2017-09-10 22:47:45 +02:00
Ulrich Müller
5d8932cd96
[QA] Drop $Id$ lines that were added back to ebuild headers.
Bug: 611234
2017-05-11 09:17:20 +02:00
Azamat H. Hackimov
aa4c797c83
dev-python/construct: Version bump to 2.8.12
Next stable release branch. Added tests.

Closes: https://github.com/gentoo/gentoo/pull/3899
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-05-08 19:02:12 +02:00
Azamat H. Hackimov
6b6994b24f
dev-python/construct: Fix license
Package-Manager: portage-2.3.3
2017-05-07 15:57:22 +02:00
Azamat H. Hackimov
56e9a2d38d
dev-python/construct: Renaming from pyconstruct
Package-Manager: portage-2.3.3
2017-05-07 15:57:20 +02:00