Config.in 584 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_GITDB2
  2. bool "python-gitdb2"
  3. select BR2_PACKAGE_PYTHON_SMMAP2 # runtime
  4. select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
  5. select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
  6. help
  7. GitDB allows you to access bare git repositories for reading
  8. and writing. It aims at allowing full access to loose objects
  9. as well as packs with performance and scalability in mind. It
  10. operates exclusively on streams, allowing to handle large
  11. objects with a small memory footprint.
  12. https://github.com/gitpython-developers/gitdb