From 96a7a3cb7688ff67f02d45f0002c638ee5faadb6 Mon Sep 17 00:00:00 2001 From: Mauro Condarelli Date: Sat, 6 Feb 2016 23:59:54 +0100 Subject: python-shutilwhich: new package Signed-off-by: Mauro Condarelli Reviewed-by: Yegor Yefremov [Thomas: fix license, it's not MIT, but PSF.] Signed-off-by: Thomas Petazzoni --- package/python-shutilwhich/python-shutilwhich.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/python-shutilwhich/python-shutilwhich.mk (limited to 'package/python-shutilwhich/python-shutilwhich.mk') diff --git a/package/python-shutilwhich/python-shutilwhich.mk b/package/python-shutilwhich/python-shutilwhich.mk new file mode 100644 index 0000000000..0497e1b6d0 --- /dev/null +++ b/package/python-shutilwhich/python-shutilwhich.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# python-shutilwhich +# +################################################################################ + +PYTHON_SHUTILWHICH_VERSION = 1.1.0 +PYTHON_SHUTILWHICH_SOURCE = shutilwhich-$(PYTHON_SHUTILWHICH_VERSION).tar.gz +PYTHON_SHUTILWHICH_SITE = http://pypi.python.org/packages/source/s/shutilwhich +PYTHON_SHUTILWHICH_LICENSE = Python Software Foundation License +PYTHON_SHUTILWHICH_SETUP_TYPE = setuptools + +$(eval $(python-package)) -- cgit v1.2.3