Files
ports/testing/python3-setproctitle/spkgbuild
Daniel Menelkir b940c5eac9 Added new ports
2021-09-14 04:24:03 -03:00

17 lines
452 B
Plaintext

# description : Allows a python process to change its process title
# homepage : https://github.com/dvarrazzo/py-setproctitle
# depends : python3 procps-ng
name=python3-setproctitle
version=1.2.2
release=1
noextract=""
backup=""
source="https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-$version.tar.gz"
build() {
cd setproctitle-$version
python3 setup.py build
python3 setup.py install --skip-build -O1 --root="$PKG"
}