summaryrefslogtreecommitdiff
path: root/python3-volatile/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'python3-volatile/Pkgfile')
-rw-r--r--python3-volatile/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/python3-volatile/Pkgfile b/python3-volatile/Pkgfile
new file mode 100644
index 000000000..61d871ac5
--- /dev/null
+++ b/python3-volatile/Pkgfile
@@ -0,0 +1,15 @@
+# Description: A small extension for the tempfile module
+# URL: https://github.com/mbr/volatile
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: python3-setuptools
+
+name=python3-volatile
+version=2.1.0
+release=1
+source=(https://files.pythonhosted.org/packages/source/v/volatile/volatile-$version.tar.gz)
+
+build() {
+ cd volatile-$version
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --root=$PKG --optimize=1 --skip-build
+}

Generated by cgit