From d2567bfbdf0e9fa6db0a6ed1534831ec859a3e03 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 15 Jun 2022 20:02:02 +0100 Subject: added deps for qemu --- repo/python-towncrier/python-towncrier.xibuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repo/python-towncrier/python-towncrier.xibuild (limited to 'repo/python-towncrier') diff --git a/repo/python-towncrier/python-towncrier.xibuild b/repo/python-towncrier/python-towncrier.xibuild new file mode 100644 index 0000000..43c09d4 --- /dev/null +++ b/repo/python-towncrier/python-towncrier.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="python python-incremental" +DEPS="python-click python-click-python-default-python-group python-incremental python-jinja2 python-setuptools python-toml python-tomli python-packaging" + +PKG_VER=21.9.0 +SOURCE=https://files.pythonhosted.org/packages/source/t/towncrier/towncrier-$PKG_VER.tar.gz +DESC="Building newsfiles for your project." + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} -- cgit v1.2.1