mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 08:44:34 +00:00
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
# description : Attributes without boilerplate (python2)
|
|
# depends : python2
|
|
|
|
name=python2-attrs
|
|
version=18.2.0
|
|
release=1
|
|
source=(https://pypi.io/packages/source/a/attrs/attrs-$version.tar.gz)
|
|
md5sum=(44700294787c8018858777fc150e5d40)
|
|
|
|
build() {
|
|
cd attrs-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --root="$PKG" --optimize=1 --skip-build
|
|
}
|