python-see: 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
2018-01-11 10:25:19 +01:00
committed by Thomas Petazzoni
parent b0e2d00289
commit 71e1f38b85
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-see
#
################################################################################
PYTHON_SEE_VERSION = 1.4.1
PYTHON_SEE_SOURCE = see-$(PYTHON_SEE_VERSION).tar.gz
PYTHON_SEE_SITE = https://pypi.python.org/packages/ff/fc/fcabb6a9bfe7c56798285839780cae67342256b823b97e94d862b0ba21d6
PYTHON_SEE_SETUP_TYPE = setuptools
PYTHON_SEE_LICENSE = BSD-3-Clause
PYTHON_SEE_LICENSE_FILES = LICENSE
$(eval $(python-package))