* update python-sphinx-copybutton to 0.5.2-3

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

View File

@ -0,0 +1,13 @@
pkgbase = python-sphinx-copybutton
pkgdesc = Sphinx extension to add a "copy" button to code blocks
pkgver = 0.5.2
pkgrel = 3
url = https://github.com/executablebooks/sphinx-copybutton
arch = any
license = MIT
makedepends = python-setuptools
depends = python-sphinx
source = https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.5.2.tar.gz
sha256sums = 4cf17c82fb9646d1bc9ca92ac280813a3b605d8c421225fd9913154103ee1fbd
pkgname = python-sphinx-copybutton

View File

@ -0,0 +1,3 @@
[python-sphinx-copybutton]
source = "pypi"
pypi = "sphinx-copybutton"

View File

@ -1,11 +1,11 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Maintainer: Evangelos Foutras <foutrelis@archlinux.org>
# Contributor: Blair Bonnett <blair dot bonnett at gmail dot com>
_name=sphinx-copybutton
pkgname=python-$_name
pkgver=0.5.2
pkgrel=2
pkgrel=3
pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
arch=(any)
url="https://github.com/executablebooks/sphinx-copybutton"