From 9a26d3fdc7fca2df6f824b56034ab9a823e898d8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 15 Jul 2022 00:52:21 +0100 Subject: added python deps for libvirt --- repo/python-urlgrabber/python-urlgrabber.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/python-urlgrabber/python-urlgrabber.xibuild (limited to 'repo/python-urlgrabber') diff --git a/repo/python-urlgrabber/python-urlgrabber.xibuild b/repo/python-urlgrabber/python-urlgrabber.xibuild new file mode 100644 index 0000000..8ea2a4b --- /dev/null +++ b/repo/python-urlgrabber/python-urlgrabber.xibuild @@ -0,0 +1,17 @@ +#!/bin/sh + +MAKEDEPS="python" + + +PKG_VER=4.1.0 +SOURCE=https://files.pythonhosted.org/packages/source/u/urlgrabber/urlgrabber-$PKG_VER.tar.gz +MAKEDEPS="python" +DESC="A high-level cross-protocol url-grabber" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} -- cgit v1.2.1