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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 19:19:04 UTC 2021


    Date: Thursday, December 2, 2021 @ 19:19:04
  Author: felixonmars
Revision: 1062296

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-autorun/repos/community-staging-any/PKGBUILD
    (from rev 1062294, python-sphinx-autorun/trunk/PKGBUILD)
Deleted:
  python-sphinx-autorun/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 19:19:03 UTC (rev 1062295)
+++ PKGBUILD	2021-12-02 19:19:04 UTC (rev 1062296)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=python-sphinx-autorun
-_pkgname=sphinx-autorun
-pkgver=1.1.1
-pkgrel=4
-pkgdesc="Sphinx extension to execute the code output it into a document."
-arch=('any')
-url="https://github.com/WhyNotHugo/sphinx-autorun"
-license=('BSD')
-depends=('python')
-makedepends=('git' 'python-setuptools-scm')
-_commit=7a4c2c99a29e5e9e9b0838fac0419d00c5675f8b
-source=("git+https://github.com/WhyNotHugo/sphinx-autorun#commit=${_commit}")
-sha512sums=('SKIP')
-
-pkgver() {
-  cd "${_pkgname}"
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-    cd "${_pkgname}"
-    python setup.py build
-}
-
-package() {
-    cd "${_pkgname}"
-    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-    install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}

Copied: python-sphinx-autorun/repos/community-staging-any/PKGBUILD (from rev 1062294, python-sphinx-autorun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 19:19:04 UTC (rev 1062296)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=python-sphinx-autorun
+_pkgname=sphinx-autorun
+pkgver=1.1.1
+pkgrel=5
+pkgdesc="Sphinx extension to execute the code output it into a document."
+arch=('any')
+url="https://github.com/WhyNotHugo/sphinx-autorun"
+license=('BSD')
+depends=('python')
+makedepends=('git' 'python-setuptools-scm')
+_commit=7a4c2c99a29e5e9e9b0838fac0419d00c5675f8b
+source=("git+https://github.com/WhyNotHugo/sphinx-autorun#commit=${_commit}")
+sha512sums=('SKIP')
+
+pkgver() {
+  cd "${_pkgname}"
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+    cd "${_pkgname}"
+    python setup.py build
+}
+
+package() {
+    cd "${_pkgname}"
+    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+    install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+}



More information about the arch-commits mailing list