[arch-commits] Commit in (7 files)
Daniel M. Capella
polyzen at archlinux.org
Mon Feb 15 02:35:38 UTC 2021
Date: Monday, February 15, 2021 @ 02:35:38
Author: polyzen
Revision: 860367
Remove tests dir in package() for reproducibility
Seems rebuilderd does not run check(), as Python cache files generated
there do not show in the output.
Modified:
python-sphinxcontrib-applehelp/trunk/PKGBUILD
python-sphinxcontrib-devhelp/trunk/PKGBUILD
python-sphinxcontrib-htmlhelp/trunk/PKGBUILD
python-sphinxcontrib-jsmath/trunk/PKGBUILD
python-sphinxcontrib-qthelp/trunk/PKGBUILD
python-sphinxcontrib-serializinghtml/trunk/PKGBUILD
urlwatch/trunk/PKGBUILD
-----------------------------------------------------+
python-sphinxcontrib-applehelp/trunk/PKGBUILD | 3 ++-
python-sphinxcontrib-devhelp/trunk/PKGBUILD | 3 ++-
python-sphinxcontrib-htmlhelp/trunk/PKGBUILD | 3 ++-
python-sphinxcontrib-jsmath/trunk/PKGBUILD | 3 ++-
python-sphinxcontrib-qthelp/trunk/PKGBUILD | 3 ++-
python-sphinxcontrib-serializinghtml/trunk/PKGBUILD | 3 ++-
urlwatch/trunk/PKGBUILD | 3 ++-
7 files changed, 14 insertions(+), 7 deletions(-)
Modified: python-sphinxcontrib-applehelp/trunk/PKGBUILD
===================================================================
--- python-sphinxcontrib-applehelp/trunk/PKGBUILD 2021-02-15 02:35:30 UTC (rev 860366)
+++ python-sphinxcontrib-applehelp/trunk/PKGBUILD 2021-02-15 02:35:38 UTC (rev 860367)
@@ -3,7 +3,7 @@
_name=sphinxcontrib-applehelp
pkgname=python-sphinxcontrib-applehelp
pkgver=1.0.2
-pkgrel=3
+pkgrel=4
pkgdesc='Sphinx extension which outputs Apple help books'
arch=('any')
url=https://github.com/sphinx-doc/sphinxcontrib-applehelp
@@ -25,6 +25,7 @@
package() {
cd $_name-$pkgver
+ rm -r tests
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
}
Modified: python-sphinxcontrib-devhelp/trunk/PKGBUILD
===================================================================
--- python-sphinxcontrib-devhelp/trunk/PKGBUILD 2021-02-15 02:35:30 UTC (rev 860366)
+++ python-sphinxcontrib-devhelp/trunk/PKGBUILD 2021-02-15 02:35:38 UTC (rev 860367)
@@ -3,7 +3,7 @@
_name=sphinxcontrib-devhelp
pkgname=python-sphinxcontrib-devhelp
pkgver=1.0.2
-pkgrel=3
+pkgrel=4
pkgdesc='Sphinx extension which outputs Devhelp document'
arch=('any')
url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
@@ -25,6 +25,7 @@
package() {
cd $_name-$pkgver
+ rm -r tests
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
}
Modified: python-sphinxcontrib-htmlhelp/trunk/PKGBUILD
===================================================================
--- python-sphinxcontrib-htmlhelp/trunk/PKGBUILD 2021-02-15 02:35:30 UTC (rev 860366)
+++ python-sphinxcontrib-htmlhelp/trunk/PKGBUILD 2021-02-15 02:35:38 UTC (rev 860367)
@@ -3,7 +3,7 @@
_name=sphinxcontrib-htmlhelp
pkgname=python-sphinxcontrib-htmlhelp
pkgver=1.0.3
-pkgrel=3
+pkgrel=4
pkgdesc='Sphinx extension which renders HTML help files'
arch=('any')
url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
@@ -25,6 +25,7 @@
package() {
cd $_name-$pkgver
+ rm -r tests
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
}
Modified: python-sphinxcontrib-jsmath/trunk/PKGBUILD
===================================================================
--- python-sphinxcontrib-jsmath/trunk/PKGBUILD 2021-02-15 02:35:30 UTC (rev 860366)
+++ python-sphinxcontrib-jsmath/trunk/PKGBUILD 2021-02-15 02:35:38 UTC (rev 860367)
@@ -3,7 +3,7 @@
_name=sphinxcontrib-jsmath
pkgname=python-sphinxcontrib-jsmath
pkgver=1.0.1
-pkgrel=6
+pkgrel=7
pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
arch=('any')
url=https://github.com/sphinx-doc/sphinxcontrib-jsmath
@@ -25,6 +25,7 @@
package() {
cd $_name-$pkgver
+ rm -r tests
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
}
Modified: python-sphinxcontrib-qthelp/trunk/PKGBUILD
===================================================================
--- python-sphinxcontrib-qthelp/trunk/PKGBUILD 2021-02-15 02:35:30 UTC (rev 860366)
+++ python-sphinxcontrib-qthelp/trunk/PKGBUILD 2021-02-15 02:35:38 UTC (rev 860367)
@@ -3,7 +3,7 @@
_name=sphinxcontrib-qthelp
pkgname=python-sphinxcontrib-qthelp
pkgver=1.0.3
-pkgrel=3
+pkgrel=4
pkgdesc='Sphinx extension which outputs QtHelp document'
arch=('any')
url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
@@ -25,6 +25,7 @@
package() {
cd $_name-$pkgver
+ rm -r tests
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
}
Modified: python-sphinxcontrib-serializinghtml/trunk/PKGBUILD
===================================================================
--- python-sphinxcontrib-serializinghtml/trunk/PKGBUILD 2021-02-15 02:35:30 UTC (rev 860366)
+++ python-sphinxcontrib-serializinghtml/trunk/PKGBUILD 2021-02-15 02:35:38 UTC (rev 860367)
@@ -3,7 +3,7 @@
_name=sphinxcontrib-serializinghtml
pkgname=python-sphinxcontrib-serializinghtml
pkgver=1.1.4
-pkgrel=3
+pkgrel=4
pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and pickle)'
arch=('any')
url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
@@ -25,6 +25,7 @@
package() {
cd $_name-$pkgver
+ rm -r tests
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
}
Modified: urlwatch/trunk/PKGBUILD
===================================================================
--- urlwatch/trunk/PKGBUILD 2021-02-15 02:35:30 UTC (rev 860366)
+++ urlwatch/trunk/PKGBUILD 2021-02-15 02:35:38 UTC (rev 860367)
@@ -6,7 +6,7 @@
pkgname=urlwatch
pkgver=2.22
-pkgrel=3
+pkgrel=4
pkgdesc='Tool for monitoring webpages for updates'
arch=('any')
url=https://thp.io/2008/urlwatch/
@@ -41,6 +41,7 @@
package() {
cd $pkgname-$pkgver
export PYTHONHASHSEED=0
+ rm -r lib/urlwatch/tests
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname COPYING
}
More information about the arch-commits
mailing list