[arch-commits] Commit in python-chai/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 09:32:00 UTC 2019


    Date: Monday, November 4, 2019 @ 09:31:59
  Author: felixonmars
Revision: 523909

archrelease: copy trunk to community-staging-any

Added:
  python-chai/repos/community-staging-any/PKGBUILD
    (from rev 523907, python-chai/trunk/PKGBUILD)
Deleted:
  python-chai/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 09:31:54 UTC (rev 523908)
+++ PKGBUILD	2019-11-04 09:31:59 UTC (rev 523909)
@@ -1,30 +0,0 @@
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=python-chai
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="Easy to use mocking, stubbing and spying framework."
-arch=('any')
-url="https://github.com/agoragames/chai"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("https://files.pythonhosted.org/packages/source/c/chai/chai-$pkgver.tar.gz")
-sha256sums=('ff8d2b6855f660cd23cd5ec79bd10264d39f24f6235773331b48e7fcd637d6cc')
-
-build() {
-  cd chai-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd chai-$pkgver
-  nosetests
-}
-
-package() {
-  cd chai-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-chai/repos/community-staging-any/PKGBUILD (from rev 523907, python-chai/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 09:31:59 UTC (rev 523909)
@@ -0,0 +1,30 @@
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=python-chai
+pkgver=1.1.2
+pkgrel=4
+pkgdesc="Easy to use mocking, stubbing and spying framework."
+arch=('any')
+url="https://github.com/agoragames/chai"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/c/chai/chai-$pkgver.tar.gz")
+sha256sums=('ff8d2b6855f660cd23cd5ec79bd10264d39f24f6235773331b48e7fcd637d6cc')
+
+build() {
+  cd chai-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd chai-$pkgver
+  nosetests
+}
+
+package() {
+  cd chai-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list