python3-adafruit-pureio_1.1.9.bb 595 B

1234567891011121314151617
  1. SUMMARY = "Pure python (i.e. no native extensions) access to Linux IO including I2C and SPI. Drop in replacement for smbus and spidev modules."
  2. HOMEPAGE = "https://github.com/adafruit/Adafruit_Python_PureIO"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=2a21fcca821a506d4c36f7bbecc0d009"
  5. SRC_URI = "git://github.com/adafruit/Adafruit_Python_PureIO.git;branch=main;protocol=https"
  6. SRCREV = "383b615ce9ff5bbefdf77652799f380016fda353"
  7. inherit setuptools3
  8. DEPENDS += "python3-setuptools-scm-native"
  9. RDEPENDS:${PN} += " \
  10. python3-core \
  11. python3-ctypes \
  12. python3-fcntl \
  13. "