mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
18 lines
733 B
Makefile
18 lines
733 B
Makefile
################################################################################
|
|
#
|
|
# python-pyfatfs
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYFATFS_VERSION = 1.1.0
|
|
PYTHON_PYFATFS_SOURCE = pyfatfs-$(PYTHON_PYFATFS_VERSION).tar.gz
|
|
PYTHON_PYFATFS_SITE = https://files.pythonhosted.org/packages/44/3f/d08f1dbc44a7eef9c7fb355b83423fbd15bb3e487c250479a2c179cb39bf
|
|
PYTHON_PYFATFS_LICENSE = MIT
|
|
PYTHON_PYFATFS_LICENSE_FILES = LICENSE
|
|
PYTHON_PYFATFS_SETUP_TYPE = setuptools
|
|
# host-python-fs is not a build time dependency, but is needed at
|
|
# runtime for host-python-pyfatfs to work
|
|
HOST_PYTHON_PYFATFS_DEPENDENCIES = host-python-setuptools-scm host-python-fs
|
|
|
|
$(eval $(host-python-package))
|