[arch-commits] Commit in python-biscuits/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Nov 4 01:09:34 UTC 2018


    Date: Sunday, November 4, 2018 @ 01:09:33
  Author: felixonmars
Revision: 401355

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 01:09:14 UTC (rev 401354)
+++ PKGBUILD	2018-11-04 01:09:33 UTC (rev 401355)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-biscuits/repos/community-x86_64/PKGBUILD (from rev 401354, python-biscuits/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-04 01:09:33 UTC (rev 401355)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-biscuits
+pkgver=0.2.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=('ccb8f00460f1d73eb28c44ab1a179d98109dc0427196cddcc86f97a4224e5f2230a33caaabcb10ae621f049e7097b2cd03b1cecc8a140b49ee0d68d1384895af')
+
+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