buildroot/package/python-smmap2/Config.in
Thomas Petazzoni 8bc8f4c416 package/python-{smmap2, gitdb2}: bump versions to 4.0.0 and 4.0.7
This commit bumps the python-smmap2 and python-gitdb2 packages in
lockstep, as the new version of gitdb2 requires a newer version of
smmap2, but the current version of gitdb2 cannot work with the newer
version of smmap2 (sigh).

Also, upstream the projects have been renamed: gitdb2 is now named
gitdb on PyPi (see https://pypi.org/project/gitdb2/) and smmap2 is now
named smmap (https://pypi.org/project/smmap2/). However, to avoid
needless churn, we don't rename the Buildroot packages, but that
rename is visible in the name of the tarballs being downloaded.

Also, since version 4.0.0, smmap supports only Python 3.x, so we add a
dependency on Python 3.x and drop the test case of gitdb2 on Python
2.x.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-09-23 21:41:36 +02:00

12 lines
409 B
Plaintext

config BR2_PACKAGE_PYTHON_SMMAP2
bool "python-smmap2"
depends on BR2_PACKAGE_PYTHON3
help
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.
https://github.com/gitpython-developers/smmap