Files
packages/lang/python/python-execnet/Makefile
Alexandru Ardelean 1b53e6c07f python-execnet: bump to 2.1.2
Changelog: https://github.com/pytest-dev/execnet/blob/main/CHANGELOG
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-04-01 22:37:48 +03:00

44 lines
1.1 KiB
Makefile

#
# Copyright (C) 2020-2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=python-execnet
PKG_VERSION:=2.1.2
PKG_RELEASE:=1
PYPI_NAME:=execnet
PKG_HASH:=63d83bfdd9a23e35b9c6a3261412324f964c2ec8dcd8d3c6916ee9373e0befcd
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=python-hatchling/host python-hatch-vcs/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
define Package/python3-execnet
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=Rapid multi-Python deployment
URL:=https://execnet.readthedocs.io
DEPENDS:=+python3-light
endef
define Package/python3-execnet/description
execnet provides carefully tested means to ad-hoc interact with Python
interpreters across version, platform and network barriers.
endef
$(eval $(call Py3Package,python3-execnet))
$(eval $(call BuildPackage,python3-execnet))
$(eval $(call BuildPackage,python3-execnet-src))