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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 18:04:07 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:04:07
  Author: felixonmars
Revision: 752927

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 18:03:58 UTC (rev 752926)
+++ PKGBUILD	2020-11-12 18:04:07 UTC (rev 752927)
@@ -1,31 +0,0 @@
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
-
-pkgname=python-sphinx-testing
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="Testing utility classes and functions for Sphinx extensions"
-arch=('any')
-url="https://github.com/sphinx-doc/sphinx-testing"
-license=('BSD')
-makedepends=('python-setuptools')
-depends=('python-six' 'python-sphinx')
-checkdepends=('python-mock' 'python-sphinx')
-source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz")
-sha256sums=('ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09')
-
-build() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py build
-}
-
-check() {
-  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
-  cd "$srcdir/sphinx-testing-$pkgver/tests"
-  python -m unittest discover
-}
-
-package() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-sphinx-testing/repos/community-staging-any/PKGBUILD (from rev 752926, python-sphinx-testing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 18:04:07 UTC (rev 752927)
@@ -0,0 +1,31 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+
+pkgname=python-sphinx-testing
+pkgver=1.0.1
+pkgrel=4
+pkgdesc="Testing utility classes and functions for Sphinx extensions"
+arch=('any')
+url="https://github.com/sphinx-doc/sphinx-testing"
+license=('BSD')
+makedepends=('python-setuptools')
+depends=('python-six' 'python-sphinx')
+checkdepends=('python-mock' 'python-sphinx')
+source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz")
+sha256sums=('ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09')
+
+build() {
+  cd "$srcdir/sphinx-testing-$pkgver"
+  python setup.py build
+}
+
+check() {
+  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
+  cd "$srcdir/sphinx-testing-$pkgver/tests"
+  python -m unittest discover
+}
+
+package() {
+  cd "$srcdir/sphinx-testing-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list