From 342dd1a85aaa0a931a46bf0cad333d0c0dc96eaf Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 24 Sep 2024 13:44:25 +0200 Subject: [PATCH] * update python-sphinx-alabaster-theme to 1.0.0-1 --- python/python-sphinx-alabaster-theme/.SRCINFO | 17 ++++++++++++++++ .../.nvchecker.toml | 3 +++ python/python-sphinx-alabaster-theme/PKGBUILD | 20 +++++++++---------- 3 files changed, 30 insertions(+), 10 deletions(-) create mode 100644 python/python-sphinx-alabaster-theme/.SRCINFO create mode 100644 python/python-sphinx-alabaster-theme/.nvchecker.toml diff --git a/python/python-sphinx-alabaster-theme/.SRCINFO b/python/python-sphinx-alabaster-theme/.SRCINFO new file mode 100644 index 0000000000..faea4302ee --- /dev/null +++ b/python/python-sphinx-alabaster-theme/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = python-sphinx-alabaster-theme + pkgdesc = Light, configurable Sphinx theme + pkgver = 1.0.0 + pkgrel = 1 + url = https://github.com/sphinx-doc/alabaster + arch = any + license = BSD-3-Clause + makedepends = git + makedepends = python-build + makedepends = python-flit-core + makedepends = python-installer + makedepends = python-wheel + depends = python + source = git+https://github.com/sphinx-doc/alabaster.git#tag=1.0.0 + b2sums = 896b353747c9c1de8f8f4d89c16dc3a89fb9dcce0e9182308011e38183c239bb7d4655e281ce791fddc0bffe72ba938cc9ac0182621f798f62b2f51a8b2e4c55 + +pkgname = python-sphinx-alabaster-theme diff --git a/python/python-sphinx-alabaster-theme/.nvchecker.toml b/python/python-sphinx-alabaster-theme/.nvchecker.toml new file mode 100644 index 0000000000..b7e71d9670 --- /dev/null +++ b/python/python-sphinx-alabaster-theme/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-sphinx-alabaster-theme] +source = "git" +git = "https://github.com/sphinx-doc/alabaster.git" diff --git a/python/python-sphinx-alabaster-theme/PKGBUILD b/python/python-sphinx-alabaster-theme/PKGBUILD index f5956d33b1..88ce8ab0d6 100644 --- a/python/python-sphinx-alabaster-theme/PKGBUILD +++ b/python/python-sphinx-alabaster-theme/PKGBUILD @@ -5,22 +5,22 @@ _name=alabaster pkgname=python-sphinx-alabaster-theme -pkgver=0.7.16 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc='Light, configurable Sphinx theme' arch=(any) url=https://github.com/sphinx-doc/alabaster -license=('BSD-3-Clause') -depends=('python') +license=(BSD-3-Clause) +depends=(python) makedepends=( - 'git' - 'python-build' - 'python-flit-core' - 'python-installer' - 'python-wheel' + git + python-build + python-flit-core + python-installer + python-wheel ) source=("git+$url.git#tag=$pkgver") -b2sums=('e67e311364df98595eac9320d894e628ca78a73ce49864984c788b1926294d9a805932b2e22e6b6d0330865f1eb308f042a8084c21374df540885bd25e3258b5') +b2sums=('896b353747c9c1de8f8f4d89c16dc3a89fb9dcce0e9182308011e38183c239bb7d4655e281ce791fddc0bffe72ba938cc9ac0182621f798f62b2f51a8b2e4c55') build() { cd $_name