From 620dff606d0fe53aa9fbfb9487c2725d9ce791ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 1 May 2023 20:46:40 -0300 Subject: [PATCH] python3-traitlets: cleanup dependencies, adopt. --- srcpkgs/python3-traitlets/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template index 7b4e13ff871..a8ed6611188 100644 --- a/srcpkgs/python3-traitlets/template +++ b/srcpkgs/python3-traitlets/template @@ -1,13 +1,13 @@ # Template file for 'python3-traitlets' pkgname=python3-traitlets version=5.9.0 -revision=1 +revision=2 build_style=python3-pep517 -hostmakedepends="python3-flit_core hatchling" -depends="python3-decorator python3-ipython_genutils python3-six" -checkdepends="$depends python3-pytest" +hostmakedepends="hatchling" +depends="python3" +checkdepends="python3-argcomplete python3-pytest-mock" short_desc="Configuration system for Python applications" -maintainer="Orphaned " +maintainer="Gonzalo TornarĂ­a " license="BSD-3-Clause" homepage="https://github.com/ipython/traitlets" changelog="https://github.com/ipython/traitlets/raw/main/CHANGELOG.md"