[arch-commits] Commit in python-sphinxcontrib-htmlhelp/repos/community-any (2 files)
Daniel M. Capella
polyzen at archlinux.org
Sun Jun 23 19:33:47 UTC 2019
Date: Sunday, June 23, 2019 @ 19:33:47
Author: polyzen
Revision: 483308
archrelease: copy trunk to community-any
Added:
python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD
(from rev 483307, python-sphinxcontrib-htmlhelp/trunk/PKGBUILD)
Deleted:
python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-23 19:33:27 UTC (rev 483307)
+++ PKGBUILD 2019-06-23 19:33:47 UTC (rev 483308)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-_name=sphinxcontrib-htmlhelp
-pkgname=python-sphinxcontrib-htmlhelp
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Sphinx extension which renders HTML help files'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-html5lib' 'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422')
-
-prepare() {
- cd $_name-$pkgver
- rm -r tests/__pycache__
-}
-
-build() {
- cd $_name-$pkgver
- python setup.py build
-}
-
-check() {
- cd $_name-$pkgver
- pytest
-}
-
-package() {
- cd $_name-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD (from rev 483307, python-sphinxcontrib-htmlhelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-23 19:33:47 UTC (rev 483308)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=sphinxcontrib-htmlhelp
+pkgname=python-sphinxcontrib-htmlhelp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Sphinx extension which renders HTML help files'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-html5lib' 'python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422')
+
+prepare() {
+ cd $_name-$pkgver
+ rm -r tests/__pycache__
+}
+
+build() {
+ cd $_name-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd $_name-$pkgver
+ pytest
+}
+
+package() {
+ cd $_name-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list