diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-06-16 09:27:56 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 21:53:53 +0200 |
commit | e677a54f55fd440a835b7da5f2e2430151dc22d9 (patch) | |
tree | 3eed7a5cf0d5b276b9eda15d4324bff4d0ca8046 /package/python-portend/python-portend.mk | |
parent | b6ada8d5f88d97ed8ae8f55445fce28cf8a40ae5 (diff) | |
download | buildroot-e677a54f55fd440a835b7da5f2e2430151dc22d9.tar.gz buildroot-e677a54f55fd440a835b7da5f2e2430151dc22d9.zip |
python-portend: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-portend/python-portend.mk')
-rw-r--r-- | package/python-portend/python-portend.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-portend/python-portend.mk b/package/python-portend/python-portend.mk new file mode 100644 index 0000000000..b0e89b130f --- /dev/null +++ b/package/python-portend/python-portend.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-portend +# +################################################################################ + +PYTHON_PORTEND_VERSION = 1.8 +PYTHON_PORTEND_SOURCE = portend-$(PYTHON_PORTEND_VERSION).tar.gz +PYTHON_PORTEND_SITE = https://pypi.python.org/packages/3f/37/f3ab6c4a00632d53d7dfb74ba4a695e86605b92b0a94bd41fa443b60ccb6 +PYTHON_PORTEND_LICENSE = MIT +PYTHON_PORTEND_SETUP_TYPE = setuptools +PYTHON_PORTEND_DEPENDENCIES = host-python-setuptools-scm + +$(eval $(python-package)) |