[arch-commits] Commit in python-clickclick/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Oct 26 04:07:26 UTC 2019
Date: Saturday, October 26, 2019 @ 04:07:25
Author: felixonmars
Revision: 519906
archrelease: copy trunk to community-staging-any
Added:
python-clickclick/repos/community-staging-any/
python-clickclick/repos/community-staging-any/PKGBUILD
(from rev 519903, python-clickclick/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: python-clickclick/repos/community-staging-any/PKGBUILD (from rev 519903, python-clickclick/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-26 04:07:25 UTC (rev 519906)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=python-clickclick
+pkgver=1.2.2
+pkgrel=2
+pkgdesc='Click command line utilities'
+url='https://github.com/zalando/python-clickclick'
+license=('Apache')
+arch=('any')
+depends=('python-click' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('85a7d83fcc83d531428e24764e4d2bdc902e908e0f6f7fdff95cfb883a2d2106983ccfe4b8e252b49df44f4dd79ad7f1512336c3076f20cd5a1c652dbc3e711b')
+
+package() {
+ cd $pkgname-$pkgver
+
+ python setup.py build
+}
+
+check() {
+ cd $pkgname-$pkgver
+
+ python setup.py test
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
More information about the arch-commits
mailing list