18 lines
497 B
Bash
18 lines
497 B
Bash
# Template file for 'python3-toml'
|
|
pkgname=python3-toml
|
|
version=0.10.1
|
|
revision=1
|
|
wrksrc="toml-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 library for TOML"
|
|
maintainer="AcidBear <jake.slazenger@yandex.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/uiri/toml"
|
|
distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz"
|
|
checksum=926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f
|
|
|
|
pkg_install() {
|
|
vlicense LICENSE
|
|
}
|