summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/smmap2: Stabilize 2.0.3 on x86 (ALLARCHES)Michał Górny2020-03-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/smmap2: Remove py2Michał Górny2020-02-061-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@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>
* dev-python/smmap2: arm64 stableAaron Bauman2019-12-041-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* dev-python/smmap2: amd64 stableAaron Bauman2019-12-021-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/smmap2: add py37 supportMatthew Thode2019-01-271-2/+2
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/smmap2: adding arm64 keyword for git-pythonMatthew Thode2018-02-131-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-python/smmap2: Clean old upMichał Górny2018-01-062-32/+0
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-python/smmap2: Version bump to 2.0.3Marius Brehler2017-07-302-0/+32
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5197
* dev-python/smmap2: Prevent package to be installed parallel to smmapMarius Brehler2017-05-291-1/+2
| | | | | | | | Also the core package name was changed to smmap2, the package is still installed/imported as smmap. Closes: https://github.com/gentoo/gentoo/pull/4768 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* dev-python/smmap2: A sliding window memory map managerMarius Brehler2017-05-253-0/+43
Smmap wraps an interface around mmap and tracks the mapped files as well as the amount of clients who use it. If the system runs out of resources, or if a memory limit is reached, it will automatically unload unused maps to allow continued operation. Required to bump dev-python/gitdb (now renamed to gitdb2). Bug: https://bugs.gentoo.org/619508 Closes: https://github.com/gentoo/gentoo/pull/4740 Package-Manager: Portage-2.3.5, Repoman-2.3.1