[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_SETPROCTITLE
bool "python-setproctitle"
help
A Python module to customize the process title.
https://pypi.python.org/pypi/setproctitle

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/setproctitle/json
md5 9898587a1668f1c53f6699ca5d35256d setproctitle-1.2.2.tar.gz
sha256 7dfb472c8852403d34007e01d6e3c68c57eb66433fb8a5c77b13b89a160d97df setproctitle-1.2.2.tar.gz
# Locally computed
sha256 85bd836337aa702e0a4e2a54676c6ae046ffb357dbf4a990189595a60fcd1648 COPYRIGHT

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-setproctitle
#
################################################################################
PYTHON_SETPROCTITLE_VERSION = 1.2.2
PYTHON_SETPROCTITLE_SOURCE = setproctitle-$(PYTHON_SETPROCTITLE_VERSION).tar.gz
PYTHON_SETPROCTITLE_SITE = https://files.pythonhosted.org/packages/a1/7f/a1d4f4c7b66f0fc02f35dc5c85f45a8b4e4a7988357a29e61c14e725ef86
PYTHON_SETPROCTITLE_LICENSE = BSD-3-Clause
PYTHON_SETPROCTITLE_LICENSE_FILES = COPYRIGHT
PYTHON_SETPROCTITLE_SETUP_TYPE = setuptools
$(eval $(python-package))