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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 22 02:56:20 UTC 2022


    Date: Friday, July 22, 2022 @ 02:56:19
  Author: felixonmars
Revision: 1255123

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-22 02:56:07 UTC (rev 1255122)
+++ PKGBUILD	2022-07-22 02:56:19 UTC (rev 1255123)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-daiquiri
-pkgver=3.0.1
-pkgrel=3
-pkgdesc='Library to configure Python logging easily'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/daiquiri'
-depends=('python-json-logger')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/daiquiri/archive/$pkgver.tar.gz")
-sha512sums=('4ccf04ae22b422a0a94eadc07ea28e397f27aa0052cf32eb42ecbd1273c20349f90325da91e3cd2bed8c7820f54966978c65f139303624b23f155404957bfa30')
-
-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 1255122, python-daiquiri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-22 02:56:19 UTC (rev 1255123)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-daiquiri
+pkgver=3.1.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=('5ddf4e0987130545f26090e629fb4f569f5d29fc7579d51869ad2046fdfec97275cad55f2a1aadc241c94f63e13fcda5951bcda5bca759c962d5a312575c52bc')
+
+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