python-toml: update to 0.10.0
This commit is contained in:
parent
afb0fabcb8
commit
b2caedd584
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-toml'
|
# Template file for 'python-toml'
|
||||||
pkgname=python-toml
|
pkgname=python-toml
|
||||||
version=0.9.6
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="toml-${version}"
|
wrksrc="toml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="toml.py"
|
pycompile_module="toml"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python2 library for TOML"
|
short_desc="Python2 library for TOML"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="AcidBear <jake.slazenger@yandex.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/uiri/toml"
|
homepage="https://github.com/uiri/toml"
|
||||||
distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz"
|
||||||
checksum=380178cde50a6a79f9d2cf6f42a62a5174febe5eea4126fe4038785f1d888d42
|
checksum=229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -22,7 +22,7 @@ pkg_install() {
|
||||||
python3-toml_package() {
|
python3-toml_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="toml.py"
|
pycompile_module="toml"
|
||||||
short_desc=${short_desc/Python2/Python3}
|
short_desc=${short_desc/Python2/Python3}
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue