python3-reedsolo_2.1.0b1.bb 385 B

12345678910
  1. SUMMARY = "Pure-Python Reed Solomon encoder/decoder"
  2. HOMEPAGE = "https://github.com/tomerfiliba/reedsolomon"
  3. LICENSE = "MIT-0 | Unlicense"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=ffde61aeb8917e70e0257e0a4b6d103c"
  5. SRC_URI[sha256sum] = "e11528d63e75461d45b86c23f9db8260303d6ab6cae075fa9eddb44527ad8ece"
  6. inherit pypi python_setuptools_build_meta cython
  7. RDEPENDS:${PN} += "python3-core"