mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 18:42:11 +00:00
Upgrade ShredOS to buildroot v24.11
This commit is contained in:
17
package/python-propcache/python-propcache.mk
Normal file
17
package/python-propcache/python-propcache.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-propcache
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PROPCACHE_VERSION = 0.2.0
|
||||
PYTHON_PROPCACHE_SOURCE = propcache-$(PYTHON_PROPCACHE_VERSION).tar.gz
|
||||
PYTHON_PROPCACHE_SITE = https://files.pythonhosted.org/packages/a9/4d/5e5a60b78dbc1d464f8a7bbaeb30957257afdc8512cbb9dfd5659304f5cd
|
||||
PYTHON_PROPCACHE_SETUP_TYPE = setuptools
|
||||
PYTHON_PROPCACHE_LICENSE = Apache-2.0
|
||||
PYTHON_PROPCACHE_LICENSE_FILES = LICENSE
|
||||
PYTHON_PROPCACHE_DEPENDENCIES = \
|
||||
host-python-cython \
|
||||
host-python-expandvars
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user