mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
16 lines
571 B
Makefile
16 lines
571 B
Makefile
################################################################################
|
|
#
|
|
# python-regex
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_REGEX_VERSION = 2024.11.6
|
|
PYTHON_REGEX_SOURCE = regex-$(PYTHON_REGEX_VERSION).tar.gz
|
|
PYTHON_REGEX_SITE = https://files.pythonhosted.org/packages/8e/5f/bd69653fbfb76cf8604468d3b4ec4c403197144c7bfe0e6a5fc9e02a07cb
|
|
PYTHON_REGEX_SETUP_TYPE = setuptools
|
|
PYTHON_REGEX_LICENSE = Apache-2.0
|
|
PYTHON_REGEX_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|