[arch-commits] Commit in python-sphinx-copybutton/repos/community-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Feb 6 09:30:00 UTC 2022


    Date: Sunday, February 6, 2022 @ 09:29:59
  Author: foutrelis
Revision: 1126980

archrelease: copy trunk to community-any

Added:
  python-sphinx-copybutton/repos/community-any/PKGBUILD
    (from rev 1126979, python-sphinx-copybutton/trunk/PKGBUILD)
Deleted:
  python-sphinx-copybutton/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-06 09:29:52 UTC (rev 1126979)
+++ PKGBUILD	2022-02-06 09:29:59 UTC (rev 1126980)
@@ -1,29 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Blair Bonnett <blair dot bonnett at gmail dot com>
-
-_name=sphinx-copybutton
-pkgname=python-$_name
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
-arch=('any')
-url="https://sphinx-copybutton.readthedocs.io/"
-license=('MIT')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx-copybutton/repos/community-any/PKGBUILD (from rev 1126979, python-sphinx-copybutton/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-06 09:29:59 UTC (rev 1126980)
@@ -0,0 +1,29 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Blair Bonnett <blair dot bonnett at gmail dot com>
+
+_name=sphinx-copybutton
+pkgname=python-$_name
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
+arch=('any')
+url="https://sphinx-copybutton.readthedocs.io/"
+license=('MIT')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('a0c059daadd03c27ba750da534a92a63e7a36a7736dcf684f26ee346199787f6')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list