mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
# description : A lil' TOML parser
|
|
# homepage : https://github.com/hukkin/tomli
|
|
# depends : python3-pyproject2setuppy
|
|
|
|
name=python3-tomli
|
|
version=2.0.1
|
|
release=1
|
|
source="$name-$version.tar.gz::https://github.com/hukkin/tomli/archive/$version/tomli-$version.tar.gz"
|
|
|
|
build() {
|
|
cd tomli-$version
|
|
|
|
python3 -m pyproject2setuppy.main build
|
|
python3 -m pyproject2setuppy.main install --root="$PKG" --optimize=1
|
|
}
|