mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
# description : Attributes without boilerplate
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-attrs
|
|
version=22.2.0
|
|
release=1
|
|
source="$name-$version.tar.gz::https://pypi.io/packages/source/a/attrs/attrs-$version.tar.gz"
|
|
|
|
build() {
|
|
cd attrs-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
|
|
}
|