Source-Makefile: feeds/packages/lang/python/python-fnv-hash-fast/Makefile
Build-Depends: python-cython/host python-poetry-core/host

Package: python3-fnv-hash-fast
Submenu: Python
Version: 0.5.0-r1
Depends: +libc +libstdcpp +python3-light +python3-fnvhash
Conflicts: 
Menu-Depends: 
Provides: 
Section: lang
Category: Languages
Repository: base
Title: A fast version of fnv1a
Maintainer: Timothy Ace <openwrt@timothyace.com>
Source: fnv_hash_fast-0.5.0.tar.gz
License: MIT
LicenseFiles: LICENSE
URL: https://github.com/bdraco/fnv-hash-fast
Type: ipkg
Description: A fast version of fnv1a. This library will use a CPP implementation of fnv1a
(32) if cython is available, and will fallback to pure python from the fnvhash
package if it is not.
@@

Package: python3-fnv-hash-fast-src
Submenu: Python
Version: 0.5.0-r1
Depends: +libc 
Conflicts: 
Menu-Depends: 
Provides: 
Section: lang
Category: Languages
Repository: base
Title: A fast version of fnv1a (sources)
Maintainer: Timothy Ace <openwrt@timothyace.com>
Source: fnv_hash_fast-0.5.0.tar.gz
License: MIT
LicenseFiles: LICENSE
URL: https://github.com/bdraco/fnv-hash-fast
Type: ipkg
Description:     A fast version of fnv1a. This library will use a CPP implementation of fnv1a
(32) if cython is available, and will fallback to pure python from the fnvhash
package if it is not.

    This package contains the Python source files for python3-fnv-hash-fast.
@@
Config:
    depends on PACKAGE_python3-fnv-hash-fast
@@


