mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-24 11:32:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
15
package/python-dtschema/python-dtschema.mk
Normal file
15
package/python-dtschema/python-dtschema.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-dtschema
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DTSCHEMA_VERSION = 2022.12
|
||||
PYTHON_DTSCHEMA_SOURCE = dtschema-$(PYTHON_DTSCHEMA_VERSION).tar.gz
|
||||
PYTHON_DTSCHEMA_SITE = https://files.pythonhosted.org/packages/f2/61/7d7e907ea6eed33708ce07766258b961fe476221fbd2e759a1921487e381
|
||||
PYTHON_DTSCHEMA_SETUP_TYPE = setuptools
|
||||
PYTHON_DTSCHEMA_LICENSE = BSD-2-Clause
|
||||
PYTHON_DTSCHEMA_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_DTSCHEMA_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user