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

George Rawlinson grawlinson at gemini.archlinux.org
Sun Jun 12 07:31:00 UTC 2022


    Date: Sunday, June 12, 2022 @ 07:30:59
  Author: grawlinson
Revision: 1236133

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-12 07:30:20 UTC (rev 1236132)
+++ PKGBUILD	2022-06-12 07:30:59 UTC (rev 1236133)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: python-minio/repos/community-any/PKGBUILD (from rev 1236132, python-minio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-12 07:30:59 UTC (rev 1236133)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=python-minio
+pkgver=7.1.9
+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='999033f55c480c160270065339a20d6f3b1db1a3'
+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