diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-07-05 15:47:42 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 21:31:35 +0200 |
commit | 2a98c4aea82314ef4c5b9aa9858dd86a121bdda0 (patch) | |
tree | ac5bdc6cf5da70ccffcb42796d3b597d18384f0d /package/python-priority/python-priority.mk | |
parent | bff2f76cd62b6cbe4a9d40bade2eb759b615ebfd (diff) | |
download | buildroot-2a98c4aea82314ef4c5b9aa9858dd86a121bdda0.tar.gz buildroot-2a98c4aea82314ef4c5b9aa9858dd86a121bdda0.zip |
python-priority: 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-priority/python-priority.mk')
-rw-r--r-- | package/python-priority/python-priority.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-priority/python-priority.mk b/package/python-priority/python-priority.mk new file mode 100644 index 0000000000..8b6dbc1e4f --- /dev/null +++ b/package/python-priority/python-priority.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-priority +# +################################################################################ + +PYTHON_PRIORITY_VERSION = 1.3.0 +PYTHON_PRIORITY_SOURCE = priority-$(PYTHON_PRIORITY_VERSION).tar.gz +PYTHON_PRIORITY_SITE = https://pypi.python.org/packages/ba/96/7d0b024087062418dfe02a68cd6b195399266ac002fb517aad94cc93e076 +PYTHON_PRIORITY_SETUP_TYPE = setuptools +PYTHON_PRIORITY_LICENSE = MIT +PYTHON_PRIORITY_LICENSE_FILES = LICENSE + +$(eval $(python-package)) |