From b2caedd584d0906f2f8be133615d59c7cabd3dd0 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 7 Oct 2018 18:17:32 +0200 Subject: [PATCH] python-toml: update to 0.10.0 --- srcpkgs/python-toml/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-toml/template b/srcpkgs/python-toml/template index 5865cc31a96..63a29accf52 100644 --- a/srcpkgs/python-toml/template +++ b/srcpkgs/python-toml/template @@ -1,11 +1,11 @@ # Template file for 'python-toml' pkgname=python-toml -version=0.9.6 +version=0.10.0 revision=1 noarch=yes wrksrc="toml-${version}" build_style=python-module -pycompile_module="toml.py" +pycompile_module="toml" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python2 library for TOML" @@ -13,7 +13,7 @@ maintainer="AcidBear " license="MIT" homepage="https://github.com/uiri/toml" distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz" -checksum=380178cde50a6a79f9d2cf6f42a62a5174febe5eea4126fe4038785f1d888d42 +checksum=229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c pkg_install() { vlicense LICENSE @@ -22,7 +22,7 @@ pkg_install() { python3-toml_package() { noarch=yes depends="python3" - pycompile_module="toml.py" + pycompile_module="toml" short_desc=${short_desc/Python2/Python3} pkg_install() { vmove usr/lib/python3*