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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Fri Oct 15 15:23:42 UTC 2021


    Date: Friday, October 15, 2021 @ 15:23:42
  Author: yan12125
Revision: 1030273

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-15 15:23:30 UTC (rev 1030272)
+++ PKGBUILD	2021-10-15 15:23:42 UTC (rev 1030273)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-structlog
-pkgver=21.1.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=('8ae9a749d19c8dd7eb92d27c04c9f5b5c549eec694f7a3f2963b6479367d270ea175f3be75d90faa1812da1fceb6f189add42a5db19d8c416b2321d58bf7a338')
-
-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 1030272, python-structlog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-15 15:23:42 UTC (rev 1030273)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-structlog
+# https://www.structlog.org/en/stable/changelog.html
+pkgver=21.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=('6ffcb9a5fe4596e66b3b77c13281de67d3cfcb150a984d2b0fbf240d3c5e8b66ed7ac6a98859a0541531e99c126b022bb14ac2d751754dddf4e8f03dae316194')
+
+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