Files
packages/lang/python/python-pycares/Makefile
Alexandru Ardelean 3ee98ce42f python-pycares: update to 5.0.1
- bump 4.10.0 -> 5.0.1
- update cffi build dependency comment (cffi>=2.0.0b1 required for Python 3.14)
- add test.sh

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-04-16 19:01:19 +03:00

37 lines
873 B
Makefile

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 <dynasticorpheus@gmail.com>
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))