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

Felix Yan felixonmars at archlinux.org
Fri Nov 1 13:38:36 UTC 2019


    Date: Friday, November 1, 2019 @ 13:38:35
  Author: felixonmars
Revision: 521904

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:38:35 UTC (rev 521903)
+++ PKGBUILD	2019-11-01 13:38:35 UTC (rev 521904)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-biscuits
-pkgver=0.2.1
-pkgrel=2
-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
-}

Copied: python-biscuits/repos/community-staging-x86_64/PKGBUILD (from rev 521899, python-biscuits/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:38:35 UTC (rev 521904)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-biscuits
+pkgver=0.2.1
+pkgrel=3
+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