* update python-sphinx-copybutton to 0.5.2-3
This commit is contained in:
parent
31997b778e
commit
76c46e90ec
13
python/python-sphinx-copybutton/.SRCINFO
Normal file
13
python/python-sphinx-copybutton/.SRCINFO
Normal 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
|
3
python/python-sphinx-copybutton/.nvchecker.toml
Normal file
3
python/python-sphinx-copybutton/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-sphinx-copybutton]
|
||||
source = "pypi"
|
||||
pypi = "sphinx-copybutton"
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user