mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
13 lines
388 B
Makefile
13 lines
388 B
Makefile
################################################################################
|
|
#
|
|
# python-webpy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WEBPY_VERSION = 0.70
|
|
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,webpy-$(PYTHON_WEBPY_VERSION))
|
|
PYTHON_WEBPY_SETUP_TYPE = setuptools
|
|
PYTHON_WEBPY_LICENSE = Public Domain
|
|
|
|
$(eval $(python-package))
|