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

George Rawlinson grawlinson at gemini.archlinux.org
Sat May 7 07:06:58 UTC 2022


    Date: Saturday, May 7, 2022 @ 07:06:57
  Author: grawlinson
Revision: 1196129

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-07 07:06:20 UTC (rev 1196128)
+++ PKGBUILD	2022-05-07 07:06:57 UTC (rev 1196129)
@@ -1,58 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=python-minio
-pkgver=7.1.7
-pkgrel=1
-pkgdesc='MinIO Python Library for Amazon S3 Compatible Cloud Storage'
-arch=('any')
-url='https://github.com/minio/minio-py'
-license=('Apache')
-depends=(
-  'python'
-  'python-certifi'
-  'python-urllib3'
-)
-makedepends=(
-  'git'
-  'python-setuptools'
-)
-checkdepends=(
-  'minio'
-  'python-pytest'
-  'python-mock'
-)
-_commit='2a33817d66bb9be91a8f28e0e4b44893dae43579'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ln -sf /usr/bin/minio tests/functional/minio
-}
-
-build() {
-  cd "$pkgname"
-
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname"
-
-  python -m pytest
-
-  ./run_functional_tests.sh
-}
-
-package() {
-  cd "$pkgname"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-minio/repos/community-any/PKGBUILD (from rev 1196128, python-minio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-07 07:06:57 UTC (rev 1196129)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=python-minio
+pkgver=7.1.8
+pkgrel=1
+pkgdesc='MinIO Python Library for Amazon S3 Compatible Cloud Storage'
+arch=('any')
+url='https://github.com/minio/minio-py'
+license=('Apache')
+depends=(
+  'python'
+  'python-certifi'
+  'python-urllib3'
+)
+makedepends=(
+  'git'
+  'python-setuptools'
+)
+checkdepends=(
+  'minio'
+  'python-pytest'
+  'python-mock'
+)
+_commit='06f9ba04f2cf9f61beed99cc782aeddd24ad135a'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags
+}
+
+prepare() {
+  cd "$pkgname"
+
+  ln -sf /usr/bin/minio tests/functional/minio
+}
+
+build() {
+  cd "$pkgname"
+
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname"
+
+  python -m pytest
+
+  ./run_functional_tests.sh
+}
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list