vp-build/srcpkgs/python3-toml/template

18 lines
472 B
Bash

# Template file for 'python3-toml'
pkgname=python3-toml
version=0.10.2
revision=3
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=b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
pkg_install() {
vlicense LICENSE
}