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

Baptiste Jonglez zorun at archlinux.org
Tue Apr 16 11:55:31 UTC 2019


    Date: Tuesday, April 16, 2019 @ 11:55:30
  Author: zorun
Revision: 451766

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-16 11:54:57 UTC (rev 451765)
+++ PKGBUILD	2019-04-16 11:55:30 UTC (rev 451766)
@@ -1,33 +0,0 @@
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
-
-pkgname=python-sphinx-testing
-pkgver=1.0.0
-pkgrel=1
-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=('2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c')
-
-build() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py build
-}
-
-check() {
-  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
-  cd "$srcdir/sphinx-testing-$pkgver/tests"
-  # Tests fail with sphinx 2.0, see https://github.com/sphinx-doc/sphinx-testing/issues/8
-  # It does not look like a major issue though.
-  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-any/PKGBUILD (from rev 451765, python-sphinx-testing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-16 11:55:30 UTC (rev 451766)
@@ -0,0 +1,31 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+
+pkgname=python-sphinx-testing
+pkgver=1.0.1
+pkgrel=1
+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