[arch-commits] Commit in python-manuel/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 04:15:11 UTC 2020
Date: Tuesday, November 10, 2020 @ 04:15:11
Author: felixonmars
Revision: 748597
archrelease: copy trunk to community-staging-any
Added:
python-manuel/repos/community-staging-any/
python-manuel/repos/community-staging-any/PKGBUILD
(from rev 748595, python-manuel/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: python-manuel/repos/community-staging-any/PKGBUILD (from rev 748595, python-manuel/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-10 04:15:11 UTC (rev 748597)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-manuel
+pkgver=1.10.1
+pkgrel=4
+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