From: David Bauer Date: Mon, 12 Sep 2022 00:41:14 +0000 (+0200) Subject: python-pycrate: add package X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3e63425d757d9e065ba1c0efcfbf9059c25ab911;p=feed%2Fpackages.git python-pycrate: add package Signed-off-by: David Bauer (cherry picked from commit e956e733c31decc1c8c8c8a0b3cbe5624b758bcf) --- diff --git a/lang/python/python-pycrate/Makefile b/lang/python/python-pycrate/Makefile new file mode 100644 index 0000000000..c9ae8d95e1 --- /dev/null +++ b/lang/python/python-pycrate/Makefile @@ -0,0 +1,39 @@ +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. + +include $(TOPDIR)/rules.mk + +PKG_NAME:=python-pycrate +PKG_VERSION:=0.5.5 +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/P1sec/pycrate/archive/refs/tags/$(PKG_VERSION).tar.gz? +PKG_HASH:=73072234359cdc11d7c6790c367d5565fdaea284a07df882b8b5295f2a4f83d1 + +PKG_BUILD_DIR:=$(BUILD_DIR)/pycrate-$(PKG_VERSION) + +PKG_LICENSE:=LGPL-2.1 +PKG_MAINTAINER:=David Bauer + +include ../pypi.mk +include $(INCLUDE_DIR)/package.mk +include ../python3-package.mk + +define Package/python3-pycrate + SECTION:=lang-python + CATEGORY:=Languages + SUBMENU:=Python + TITLE:=python3-pycrate + URL:=https://github.com/P1sec/pycrate + DEPENDS:=+python3-light +endef + +define Package/python3-pycrate/description +Provides a runtime for encoding and decoding data structures, including CSN.1 +and ASN.1. Additionally, it features a 3G and LTE mobile core network. +endef + +$(eval $(call Py3Package,python3-pycrate)) +$(eval $(call BuildPackage,python3-pycrate)) +$(eval $(call BuildPackage,python3-pycrate-src))