mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
563 B
Makefile
15 lines
563 B
Makefile
################################################################################
|
|
#
|
|
# python-cython
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CYTHON_VERSION = 3.0.11
|
|
PYTHON_CYTHON_SOURCE = cython-$(PYTHON_CYTHON_VERSION).tar.gz
|
|
PYTHON_CYTHON_SITE = https://files.pythonhosted.org/packages/84/4d/b720d6000f4ca77f030bd70f12550820f0766b568e43f11af7f7ad9061aa
|
|
PYTHON_CYTHON_SETUP_TYPE = setuptools
|
|
PYTHON_CYTHON_LICENSE = Apache-2.0
|
|
PYTHON_CYTHON_LICENSE_FILES = COPYING.txt LICENSE.txt
|
|
|
|
$(eval $(host-python-package))
|