From 1bdcce8664b4dc7bd2a51d9789437d7915f8adb1 Mon Sep 17 00:00:00 2001 From: DragonGhost7 Date: Sun, 29 Oct 2023 23:46:17 -0400 Subject: [PATCH] python3-jedi: update to 0.19.1, adopt. --- srcpkgs/python3-jedi/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template index e13ecc0f90e..d5b17fda081 100644 --- a/srcpkgs/python3-jedi/template +++ b/srcpkgs/python3-jedi/template @@ -1,17 +1,18 @@ # Template file for 'python3-jedi' pkgname=python3-jedi -version=0.19.0 -revision=2 +version=0.19.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-parso" checkdepends="python3-parso python3-pytest python3-docopt" short_desc="Autocompletion/static analysis library for Python 3" -maintainer="Orphaned " +maintainer="DragonGhost7 " license="MIT" homepage="https://jedi.readthedocs.io/" +changelog="https://raw.githubusercontent.com/davidhalter/jedi/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz" -checksum=bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4 +checksum=cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd post_install() { vlicense LICENSE.txt