summaryrefslogtreecommitdiff
path: root/manualPorts/python3-tqdm/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-07-11 17:20:21 +0200
committerErich Eckner <git@eckner.net>2021-07-11 17:20:21 +0200
commit1a49eb1ee3b7e51e1d35c41dd4161fea9847dd47 (patch)
treebd3f5d05c8d4f12691a2affa1e97294013cc004d /manualPorts/python3-tqdm/Pkgfile
parented27b1062d0fd846ac0b941681179151dff41c7f (diff)
downloadcrux-ports-1a49eb1ee3b7e51e1d35c41dd4161fea9847dd47.tar.xz
python3-tqdm neu
Diffstat (limited to 'manualPorts/python3-tqdm/Pkgfile')
-rw-r--r--manualPorts/python3-tqdm/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/manualPorts/python3-tqdm/Pkgfile b/manualPorts/python3-tqdm/Pkgfile
new file mode 100644
index 0000000..49266c5
--- /dev/null
+++ b/manualPorts/python3-tqdm/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Fast, Extensible Progress Meter
+# URL: https://github.com/tqdm/tqdm
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: python3-setuptools-scm python3-toml
+
+name=python3-tqdm
+version=4.61.2
+release=1
+source=("https://github.com/tqdm/tqdm/archive/v$version.tar.gz")
+
+build() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$version
+ cd ${name#python3-}-${version}
+ python3 setup.py build
+ python3 setup.py install --optimize=1 --root=${PKG}
+}