From a124b0db751107b1f0138e41e565d3d1b08be130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 25 Feb 2025 17:43:18 -0300 Subject: [PATCH] python3-alabaster: update to 1.0.0. --- srcpkgs/python3-alabaster/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template index 2abdd0f3b87..0ab5ac3a203 100644 --- a/srcpkgs/python3-alabaster/template +++ b/srcpkgs/python3-alabaster/template @@ -1,17 +1,18 @@ # Template file for 'python3-alabaster' pkgname=python3-alabaster -version=0.7.12 -revision=8 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=1.0.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" depends="python3" short_desc="Configurable sidebar-enabled Sphinx theme (Python3)" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://alabaster.readthedocs.io/" +changelog="https://raw.githubusercontent.com/sphinx-doc/alabaster/refs/heads/master/docs/changelog.rst" distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz" -checksum=a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02 +checksum=c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e post_install() { - vlicense LICENSE + vlicense LICENSE.rst }