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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 8 07:17:57 UTC 2022


    Date: Thursday, September 8, 2022 @ 07:17:56
  Author: felixonmars
Revision: 1296150

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-08 07:17:37 UTC (rev 1296149)
+++ PKGBUILD	2022-09-08 07:17:56 UTC (rev 1296150)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-daiquiri
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Library to configure Python logging easily'
-arch=('any')
-license=('Apache')
-url='https://github.com/Mergifyio/daiquiri'
-depends=('python-json-logger')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Mergifyio/daiquiri/archive/$pkgver.tar.gz")
-sha512sums=('1fcf2e0457c067309774d2a5e48003179ad04e406469a70e29431db45e401a9ed50f98cfc964402c2fd9063b57fadbe4f0f2ac83a3b01fe65fdc80548c870f29')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd daiquiri-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd daiquiri-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd daiquiri-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-daiquiri/repos/community-any/PKGBUILD (from rev 1296149, python-daiquiri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-08 07:17:56 UTC (rev 1296150)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-daiquiri
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Library to configure Python logging easily'
+arch=('any')
+license=('Apache')
+url='https://github.com/Mergifyio/daiquiri'
+depends=('python-json-logger')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Mergifyio/daiquiri/archive/$pkgver.tar.gz")
+sha512sums=('9aee75d9b196db0207e7cd701d31ea353bdeb262615dbf5ac8aa99192b8e72d655c7886bccc05432e327c08e774db7113965c89eb887e77e24aea52146f92509')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd daiquiri-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd daiquiri-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd daiquiri-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list