summaryrefslogtreecommitdiff
path: root/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
AgeCommit message (Collapse)Author
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
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-04-17*/*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2018-08-30dev-python/python-fastimport: 0.9.6 stable arm64 for pbrMatthew Thode
Package-Manager: Portage-2.3.48, Repoman-2.3.10
2018-03-03dev-python/python-fastimport: stable 0.9.6 for ppc, bug #626954Sergei Trofimovich
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
2017-12-19dev-python/python-fastimport: marked ~ppc64Fabian Groffen
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-07-30dev-python/python-fastimport: adding missing keywords, allarchesMatthew Thode
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-07-30dev-python/python-fastimport: 0.9.6 stable amd64 and x86Matthew Thode
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-05-10dev-python/python-fastimport: adding arm64 keywordMatthew Thode
Package-Manager: Portage-2.3.5, Repoman-2.3.2
2017-05-04dev-python/python-fastimport: Add python3_6Manuel Rüger
Package-Manager: Portage-2.3.5, Repoman-2.3.2
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-08-15dev-python/python-fastimport: bump to 0.9.6, py3 support, update upstreamLouis Sautier
Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2085 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>