summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/construct: Remove oldMichał Górny2020-05-042-35/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/construct: update to 2.10.56Azamat H. Hackimov2020-04-212-0/+36
| | | | | | | | | Added dev-python/ruamel-yaml as test dependency. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13639 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/construct: remove old versionsAzamat H. Hackimov2020-04-212-34/+0
| | | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/construct: update to 2.9.46Azamat H. Hackimov2020-04-212-0/+35
| | | | | | | | | Drop python2_7, add python3_7, enable tests Closes: https://bugs.gentoo.org/679424 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/construct: Remove redundant versionsMichał Górny2020-03-262-27/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/construct: Clean py2 deps upMichał Górny2020-03-172-2/+0
| | | | 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/construct: Remove Py2David Seifert2019-12-282-2/+2
| | | | | 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-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/construct: use HTTPSMichael Mair-Keimberger2019-03-262-4/+4
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-python/construct: added scimath for testing.Azamat H. Hackimov2018-09-272-0/+2
| | | | | | | 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
* dev-python/construct: version bump to 2.9.45.Azamat H. Hackimov2018-09-272-0/+34
| | | | | | | | | 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
* dev-python/construct: remove old version.Azamat H. Hackimov2018-09-272-28/+0
| | | | | | 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
* dev-python/construct: remove spurious test dependenciesVirgil Dupras2018-08-111-3/+1
| | | | | | tox and pytest-cov are not actually needed to run tests. Package-Manager: Portage-2.3.44, Repoman-2.3.10
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-262-2/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-192-2/+2
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/construct: version bump to 2.8.21.Azamat H. Hackimov2018-01-252-0/+28
| | | | | | | Added support for Python 3.6. Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6889
* dev-python/construct: Clean old upMichał Górny2018-01-032-34/+0
|
* dev-python/construct: remove old.Azamat H. Hackimov2017-12-122-34/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/construct: version bump to 2.8.17.Azamat H. Hackimov2017-12-122-0/+28
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6527
* dev-python/construct: new comaintainer.Azamat H. Hackimov2017-12-061-0/+4
| | | | | | Added myself to maintainers of package. Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/construct: remove old versions.Azamat H. Hackimov2017-12-063-54/+0
| | | | | | | | 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
* dev-python/construct: version bump to 2.8.16.Azamat H. Hackimov2017-12-062-1/+35
| | | | | Closes: https://github.com/gentoo/gentoo/pull/6353 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/construct: version bump to 2.8.14.Azamat H. Hackimov2017-09-102-0/+34
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5669
* [QA] Drop $Id$ lines that were added back to ebuild headers.Ulrich Müller2017-05-111-1/+0
| | | | Bug: 611234
* dev-python/construct: Version bump to 2.8.12Azamat H. Hackimov2017-05-083-0/+36
| | | | | | | Next stable release branch. Added tests. Closes: https://github.com/gentoo/gentoo/pull/3899 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* dev-python/construct: Fix licenseAzamat H. Hackimov2017-05-071-1/+1
| | | | Package-Manager: portage-2.3.3
* dev-python/construct: Renaming from pyconstructAzamat H. Hackimov2017-05-073-0/+31
Package-Manager: portage-2.3.3