diff --git a/python/python-sphinx-copybutton/.SRCINFO b/python/python-sphinx-copybutton/.SRCINFO new file mode 100644 index 0000000000..fea3bc3aa5 --- /dev/null +++ b/python/python-sphinx-copybutton/.SRCINFO @@ -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 diff --git a/python/python-sphinx-copybutton/.nvchecker.toml b/python/python-sphinx-copybutton/.nvchecker.toml new file mode 100644 index 0000000000..a2b6e9cf9c --- /dev/null +++ b/python/python-sphinx-copybutton/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-sphinx-copybutton] +source = "pypi" +pypi = "sphinx-copybutton" diff --git a/python/python-sphinx-copybutton/PKGBUILD b/python/python-sphinx-copybutton/PKGBUILD index 988534baa2..1d4e52b375 100644 --- a/python/python-sphinx-copybutton/PKGBUILD +++ b/python/python-sphinx-copybutton/PKGBUILD @@ -1,11 +1,11 @@ # POWER Maintainer: Alexander Baldeck -# Maintainer: Evangelos Foutras +# Maintainer: Evangelos Foutras # Contributor: Blair Bonnett _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"