[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYDYF
bool "python-pydyf"
help
A low-level PDF generator.
https://www.courtbouillon.org/pydyf

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pydyf/json
md5 fa3584c0c172a53705d7887e2f4c071d pydyf-0.2.0.tar.gz
sha256 06ebc18b4de29fc1450ae49dd142ecd26bd7ba09d0b1919e365fbc3d8af8a622 pydyf-0.2.0.tar.gz
# Locally computed sha256 checksums
sha256 75461e438973e1ba0f93a7de9e3fe5b2f49e1ab49251d392878a9cdae8ce7e47 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pydyf
#
################################################################################
PYTHON_PYDYF_VERSION = 0.2.0
PYTHON_PYDYF_SOURCE = pydyf-$(PYTHON_PYDYF_VERSION).tar.gz
PYTHON_PYDYF_SITE = https://files.pythonhosted.org/packages/3a/5e/4d4f5f77c706b0b871652cb4ccb98a52647ce917168a48e2b8cae742da1e
PYTHON_PYDYF_SETUP_TYPE = flit
PYTHON_PYDYF_LICENSE = BSD-3-Clause
PYTHON_PYDYF_LICENSE_FILES = LICENSE
$(eval $(python-package))