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

Antonio Rojas arojas at archlinux.org
Mon Jan 6 12:02:42 UTC 2020


    Date: Monday, January 6, 2020 @ 12:02:42
  Author: arojas
Revision: 549717

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-06 12:02:23 UTC (rev 549716)
+++ PKGBUILD	2020-01-06 12:02:42 UTC (rev 549717)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Tomas Schertel<tschertel at gmail.com>
-
-pkgname=python-logbook
-pkgver=1.5.3
-pkgrel=3
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging module"
-arch=('x86_64')
-url="https://logbook.readthedocs.io/en/stable/"
-license=('BSD')
-depends=('python-six')
-makedepends=('python-setuptools' 'cython' 'python-six' )
-checkdepends=('redis' 'python-pytest' 'python-sqlalchemy'
-              'python-mock' 'python-redis' 'python-pyzmq'
-              'python-execnet' 'python-jinja' 'python-brotli' 
-              'pifpaf')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/logbook/archive/$pkgver.tar.gz")
-sha512sums=('c9068324f12a189ced98e2c02753489847fa533ce3a3af07b62c73e9959c2e014d47515d47e756d031639cb220a2c4a9a380cba4cb3ea1b190c50106decba686')
-
-build() {
-  cd "$srcdir"/logbook-$pkgver
-  cython logbook/_speedups.pyx
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/logbook-$pkgver
-  LC_CTYPE=en_US.UTF-8 pifpaf run redis py.test tests
-}
-
-package() {
-  cd logbook-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-logbook/repos/community-x86_64/PKGBUILD (from rev 549716, python-logbook/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-06 12:02:42 UTC (rev 549717)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Tomas Schertel<tschertel at gmail.com>
+
+pkgname=python-logbook
+pkgver=1.5.3
+pkgrel=4
+pkgdesc="Logging sytem for Python that replaces the standard library’s logging module"
+arch=('x86_64')
+url="https://logbook.readthedocs.io/en/stable/"
+license=('BSD')
+depends=('python-six')
+makedepends=('python-setuptools' 'cython' 'python-six' )
+checkdepends=('redis' 'python-pytest' 'python-sqlalchemy'
+              'python-mock' 'python-redis' 'python-pyzmq'
+              'python-execnet' 'python-jinja' 'python-brotli' 
+              'pifpaf')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/logbook/archive/$pkgver.tar.gz")
+sha512sums=('c9068324f12a189ced98e2c02753489847fa533ce3a3af07b62c73e9959c2e014d47515d47e756d031639cb220a2c4a9a380cba4cb3ea1b190c50106decba686')
+
+build() {
+  cd "$srcdir"/logbook-$pkgver
+  cython logbook/_speedups.pyx
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/logbook-$pkgver
+  LC_CTYPE=en_US.UTF-8 pifpaf run redis py.test tests
+}
+
+package() {
+  cd logbook-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list