From 8dd317c0355ef0530339646227c3eb09d1d2bdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Fri, 11 Oct 2019 18:53:06 +0200 Subject: [PATCH] python-traitlets: update to 4.3.3. --- srcpkgs/python-traitlets/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-traitlets/template b/srcpkgs/python-traitlets/template index f9c7a42ed7a..d2d1b85edb6 100644 --- a/srcpkgs/python-traitlets/template +++ b/srcpkgs/python-traitlets/template @@ -1,19 +1,19 @@ # Template file for 'python-traitlets' pkgname=python-traitlets -version=4.3.2 -revision=2 +version=4.3.3 +revision=1 archs=noarch wrksrc="traitlets-${version}" build_style=python-module +pycompile_module="traitlets" hostmakedepends="python-setuptools python3-setuptools" depends="python-decorator python-ipython_genutils python-six python-enum34" -pycompile_module="traitlets" short_desc="Configuration system for Python2 applications" maintainer="Alessio Sergi " +license="BSD-3-Clause" homepage="https://github.com/ipython/traitlets" -license="3-clause-BSD" distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz" -checksum=9c4bd2d267b7153df9152698efb1050a5d84982d3384a37b2c1f7723ba3e7835 +checksum=d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7 post_install() { vlicense COPYING.md LICENSE