* update python-sphinxext-opengraph to 0.9.1-3

This commit is contained in:
Alexander Baldeck 2024-12-05 18:34:55 +01:00
parent 76c46e90ec
commit 46859487ec
3 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-sphinxext-opengraph
pkgdesc = Sphinx extension to generate unique OpenGraph metadata
pkgver = 0.9.1
pkgrel = 2
pkgrel = 3
url = https://sphinxext-opengraph.readthedocs.io/
arch = any
license = BSD

View File

@ -0,0 +1,3 @@
[python-sphinxext-opengraph]
source = "pypi"
pypi = "sphinxext-opengraph"

View File

@ -1,12 +1,12 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Maintainer: Evangelos Foutras <foutrelis@archlinux.org>
_name=sphinxext-opengraph
pkgname=python-$_name
pkgver=0.9.1
pkgrel=2
pkgrel=3
pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
arch=('any')
arch=(any)
url="https://sphinxext-opengraph.readthedocs.io/"
license=('BSD')
depends=('python-sphinx' 'python-matplotlib')