python-toml: update to 0.9.4. (#1423)
This commit is contained in:
parent
8c4d680e6d
commit
701ab808e2
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-toml'
|
# Template file for 'python-toml'
|
||||||
pkgname=python-toml
|
pkgname=python-toml
|
||||||
version=0.9.3
|
version=0.9.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="toml-${version}"
|
wrksrc="toml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,8 +12,8 @@ short_desc="Python2 library for TOML"
|
||||||
maintainer="AcidBear <jake.slazenger@yandex.com>"
|
maintainer="AcidBear <jake.slazenger@yandex.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/uiri/toml"
|
homepage="https://github.com/uiri/toml"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz"
|
||||||
checksum=633a90ecb1f5665b58f0c94153fcf519313ef53e1de0eac90929cd6b6a014235
|
checksum=8e86bd6ce8cc11b9620cb637466453d94f5d57ad86f17e98a98d1f73e3baab2d
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue