include $(TOPDIR)/rules.mk PKG_NAME:=python-pycares PKG_VERSION:=5.0.1 PKG_RELEASE:=1 PYPI_NAME:=pycares PKG_HASH:=5a3c249c830432631439815f9a818463416f2a8cbdb1e988e78757de9ae75081 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Fabian Lipken PKG_BUILD_DEPENDS:=libffi/host python-cffi/host # cffi>=2.0.0b1 (py3.14) include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk define Package/python3-pycares SECTION:=lang CATEGORY:=Languages SUBMENU:=Python TITLE:=Python interface for c-ares URL:=https://github.com/saghul/pycares DEPENDS:=+python3-light +python3-cffi endef define Package/python3-pycares/description Python interface for c-ares endef $(eval $(call Py3Package,python3-pycares)) $(eval $(call BuildPackage,python3-pycares)) $(eval $(call BuildPackage,python3-pycares-src))