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

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Dec 31 15:27:14 UTC 2020


    Date: Thursday, December 31, 2020 @ 15:27:13
  Author: yan12125
Revision: 800672

archrelease: copy trunk to community-any

Added:
  python-structlog/repos/community-any/PKGBUILD
    (from rev 800671, python-structlog/trunk/PKGBUILD)
Deleted:
  python-structlog/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-31 15:26:42 UTC (rev 800671)
+++ PKGBUILD	2020-12-31 15:27:13 UTC (rev 800672)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-structlog
-pkgver=20.1.0
-pkgrel=4
-pkgdesc="Structured Logging for Python"
-url="https://www.structlog.org"
-license=('Apache')
-arch=('any')
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 'python-simplejson'
-              'python-twisted' 'python-rapidjson' 'python-greenlet' 'python-pytest-asyncio')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz")
-sha512sums=('69c390e3a0ce5356b1d08948e5159e0ecf230222b25bb3cc5e4ba4baa5d4e00c21a8d322ac1064f543d98acce2ed0927677886ecfd4cfd3cf8619191baed85fa')
-
-build() {
-  cd structlog-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd structlog-$pkgver
-  PYTHONPATH="$PWD"/src pytest
-}
-
-package() {
-  cd structlog-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-structlog/repos/community-any/PKGBUILD (from rev 800671, python-structlog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-31 15:27:13 UTC (rev 800672)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-structlog
+pkgver=20.2.0
+pkgrel=1
+pkgdesc="Structured Logging for Python"
+url="https://www.structlog.org"
+license=('Apache')
+arch=('any')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 'python-simplejson'
+              'python-twisted' 'python-rapidjson' 'python-greenlet' 'python-pytest-asyncio')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz")
+sha512sums=('c6da42a92c2ab1b71967bd3f88372f6590008df7397e2f3c409ddb7124c644ecec3efd940e1ad5746c976df6c6b894c1ba70465f2860e4f86eceea92af48002d')
+
+build() {
+  cd structlog-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd structlog-$pkgver
+  PYTHONPATH="$PWD"/src pytest
+}
+
+package() {
+  cd structlog-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list