From 226f5bffcaa3bfc4a33b7d916a329608339deaa9 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Tue, 19 Dec 2023 22:15:44 -0500 Subject: [PATCH 1/4] python3-sphinx-automodapi: update to 0.16.0, fix runtime crash. tarball from github is lacking the version needed for setup tools. The module was crashing immediately since it was unable to source the version. --- srcpkgs/python3-sphinx-automodapi/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-sphinx-automodapi/template b/srcpkgs/python3-sphinx-automodapi/template index 788e5c28127e2..c64c22fde8350 100644 --- a/srcpkgs/python3-sphinx-automodapi/template +++ b/srcpkgs/python3-sphinx-automodapi/template @@ -1,16 +1,20 @@ # Template file for 'python3-sphinx-automodapi' pkgname=python3-sphinx-automodapi -version=0.13 -revision=4 +version=0.16.0 +revision=1 build_style=python3-module +# Something wrong with relative filepaths +make_check_args="--deselect sphinx_automodapi/tests/test_automodapi.py::test_am_replacer_cython + --deselect sphinx_automodapi/tests/test_automodsumm.py::test_ams_cython" hostmakedepends="python3-setuptools" depends="python3-Sphinx" +checkdepends="python3-wheel python3-Sphinx python3-pytest graphviz" short_desc="Sphinx extension for generating API documentation" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/astropy/sphinx-automodapi" -distfiles="https://github.com/astropy/sphinx-automodapi/archive/refs/tags/v${version}.tar.gz" -checksum=a6fc6d953e85112674b87c095c6f8e0de79cad395cbc9a9d07102d47edf80d73 +distfiles="${PYPI_SITE}/s/sphinx-automodapi/sphinx-automodapi-${version}.tar.gz" +checksum=6c673ef93066408e5ad3e2fa3533044d432a47fe6a826212b9ebf5f52a872554 post_install() { vlicense LICENSE.rst From 895585e6aafebd0073f33313fb4e562da4550250 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Tue, 19 Dec 2023 23:25:54 -0500 Subject: [PATCH 2/4] python3-imagesize: update to 1.4.1. --- srcpkgs/python3-imagesize/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template index e7399ccdd9cd5..5f5df9b1f07da 100644 --- a/srcpkgs/python3-imagesize/template +++ b/srcpkgs/python3-imagesize/template @@ -1,9 +1,11 @@ # Template file for 'python3-imagesize' pkgname=python3-imagesize -version=1.2.0 -revision=4 +version=1.4.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" +# Triest to fetch a dead url +make_check_args="--deselect test/test_get_filelike.py::test_get_filelike" depends="python3" checkdepends="python3-pytest" short_desc="Python3 library to get image size from png/jpeg/jpeg2000/gif file" @@ -11,7 +13,7 @@ maintainer="Orphaned " license="MIT" homepage="https://github.com/shibukawa/imagesize_py" distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz" -checksum=b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1 +checksum=69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a post_install() { vlicense LICENSE.rst From 65dbddf76541e1bc759b073e7f461ab578e7d886 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Tue, 19 Dec 2023 23:26:09 -0500 Subject: [PATCH 3/4] python3-snowballstemmer: update to 2.2.0. --- srcpkgs/python3-snowballstemmer/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template index c841d4e013851..ad0c115248fe7 100644 --- a/srcpkgs/python3-snowballstemmer/template +++ b/srcpkgs/python3-snowballstemmer/template @@ -1,17 +1,17 @@ # Template file for 'python3-snowballstemmer' pkgname=python3-snowballstemmer -version=1.2.1 -revision=9 +version=2.2.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" short_desc="Snowball stemming library collection for Python3" maintainer="Orphaned " -license="BSD-2-Clause" -homepage="https://github.com/shibukawa/snowball_py" +license="BSD-3-Clause" +homepage="https://github.com/snowballstem/snowball" distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz" -checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128 +checksum=09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 post_install() { - vlicense LICENSE.rst + vlicense COPYING } From 7c60a612b7190d3b5cfba5efcd1828feb2ab8b8e Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Tue, 19 Dec 2023 23:26:27 -0500 Subject: [PATCH 4/4] python3-sphinxcontrib-serializinghtml: update to 1.1.9. --- .../python3-sphinxcontrib-serializinghtml/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template index 39bc2f32de279..f3329c05c37e3 100644 --- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template +++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template @@ -1,16 +1,18 @@ # Template file for 'python3-sphinxcontrib-serializinghtml' pkgname=python3-sphinxcontrib-serializinghtml -version=1.1.5 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=1.1.9 +revision=1 +#build_style=python3-module +#hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-setuptools_scm python3-wheel python3-flit_core" depends="python3" short_desc="Sphinx extension which outputs serialized HTML document" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="http://sphinx-doc.org" -distfiles="${PYPI_SITE}/s/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-${version}.tar.gz" -checksum=aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952 +distfiles="${PYPI_SITE}/s/sphinxcontrib_serializinghtml/sphinxcontrib_serializinghtml-${version}.tar.gz" +checksum=0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54 make_check=no # cyclic Sphinx post_install() {