mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
537 B
Makefile
15 lines
537 B
Makefile
################################################################################
|
|
#
|
|
# python-aerich
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AERICH_VERSION = 0.7.2
|
|
PYTHON_AERICH_SOURCE = aerich-$(PYTHON_AERICH_VERSION).tar.gz
|
|
PYTHON_AERICH_SITE = https://files.pythonhosted.org/packages/ca/cd/ae9c60ffc21e2d41e22c62cbf24a60dfad937222d880489703842d179746
|
|
PYTHON_AERICH_SETUP_TYPE = poetry
|
|
PYTHON_AERICH_LICENSE = Apache-2.0
|
|
PYTHON_AERICH_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|