summaryrefslogtreecommitdiff
path: root/manualPorts/python3-tqdm/Pkgfile
blob: 49266c5c4f68e4bde9f258b01b4f7fb76dfbb3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}
}