[arch-commits] Commit in python-manuel/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 14:50:39 UTC 2021
Date: Wednesday, December 1, 2021 @ 14:50:39
Author: foutrelis
Revision: 1059387
archrelease: copy trunk to community-staging-any
Added:
python-manuel/repos/community-staging-any/
python-manuel/repos/community-staging-any/PKGBUILD
(from rev 1059386, python-manuel/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: python-manuel/repos/community-staging-any/PKGBUILD (from rev 1059386, python-manuel/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-12-01 14:50:39 UTC (rev 1059387)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-manuel
+pkgver=1.10.1
+pkgrel=6
+pkgdesc="Manuel lets you build tested documentation"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/manuel"
+depends=('python-setuptools')
+checkdepends=('python-zope-testing')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benji-york/manuel/archive/$pkgver.tar.gz")
+sha512sums=('7109852a80097a12237a363c91ac433dd2662e238ab4f20757b4d4b93019d0ada19069fd45a13a66128adf4dbc32f162d12a90879db2f2eb4748635118d75072')
+
+build() {
+ cd manuel-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd manuel-$pkgver
+ python setup.py test
+}
+
+package() {
+ cd manuel-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list