python-jaraco-classes: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2017-11-23 11:54:59 +01:00
committed by Thomas Petazzoni
parent 59e59a0b66
commit cf51842fcb
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-jaraco-classes
#
################################################################################
PYTHON_JARACO_CLASSES_VERSION = 1.4.3
PYTHON_JARACO_CLASSES_SOURCE = jaraco.classes-$(PYTHON_JARACO_CLASSES_VERSION).tar.gz
PYTHON_JARACO_CLASSES_SITE = https://pypi.python.org/packages/b3/ce/031a6004619c2a3744b977b4a8414d7e8087afe6247110efcac797fee7f1
PYTHON_JARACO_CLASSES_LICENSE = MIT
PYTHON_JARACO_CLASSES_LICENSE_FILES = LICENSE
PYTHON_JARACO_CLASSES_SETUP_TYPE = setuptools
$(eval $(python-package))