[arch-commits] Commit in python-biscuits/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Oct 19 02:38:13 UTC 2018


    Date: Friday, October 19, 2018 @ 02:38:13
  Author: felixonmars
Revision: 396889

archrelease: copy trunk to community-x86_64

Added:
  python-biscuits/repos/community-x86_64/
  python-biscuits/repos/community-x86_64/PKGBUILD
    (from rev 396888, python-biscuits/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: python-biscuits/repos/community-x86_64/PKGBUILD (from rev 396888, python-biscuits/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-10-19 02:38:13 UTC (rev 396889)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-biscuits
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Fast and tasty cookies handling"
+url="https://github.com/pyrates/biscuits"
+license=('MIT')
+arch=('x86_64')
+depends=('python')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyrates/biscuits/archive/$pkgver.tar.gz")
+sha512sums=('b3370181fc6675913cb677ac5f9a6a8a97ecba7c99ba1c3180414192da9393142f3315d6680cb40da7a49c6aa2f3de6fba46db6a62ce6c42a6953cf52d5bf269')
+
+build() {
+  cd biscuits-$pkgver
+  make compile
+}
+
+check() {
+  cd biscuits-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd biscuits-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list