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

Morten Linderud foxboron at archlinux.org
Mon Aug 10 18:27:26 UTC 2020


    Date: Monday, August 10, 2020 @ 18:27:26
  Author: foxboron
Revision: 674036

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-10 18:27:18 UTC (rev 674035)
+++ PKGBUILD	2020-08-10 18:27:26 UTC (rev 674036)
@@ -1,43 +0,0 @@
-# Maintainer: Andrew Crerar <crerar at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Hideaki Takahashi <mymelo+aur at gmail.com>
-# Contributor: Vincent Demeester <vincent at sbr.io>
-# Contributor: Josh VanderLinden <arch at cloudlery.com>
-
-pkgname=python-docker
-pkgver=4.2.2
-pkgrel=1
-pkgdesc="A Python library for the Docker Engine API"
-arch=('any')
-url="https://github.com/docker/docker-py"
-license=("Apache")
-depends=('python-requests' 'python-six' 'python-websocket-client' 'python-docker-pycreds' 'python-paramiko')
-makedepends=('python-pip' 'python-requests' 'python-six' 'python-websocket-client'
-             'python-docker-pycreds')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout'
-              'python-mock' 'python-coverage' 'flake8')
-provides=('python-docker-py')
-conflicts=('python-docker-py')
-replaces=('python-docker-py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz")
-sha512sums=('d81f5a6d1cc15dd6d65e65c9e4f24fcae172ce41c8244e13c99adaad8627c9f0eece923d66108951b5e9aaa134e668f317481684b3c2bd51802321d1c4adbab1')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
-}
-
-build() {
-  cd "$srcdir"/docker-py-"$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/docker-py-"$pkgver"
-  py.test --cov=docker tests/unit
-}
-
-package() {
-  cd docker-py-"$pkgver"
-  python setup.py install -O1 --root="$pkgdir"
-}

Copied: python-docker/repos/community-any/PKGBUILD (from rev 674035, python-docker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-10 18:27:26 UTC (rev 674036)
@@ -0,0 +1,43 @@
+# Maintainer: Andrew Crerar <crerar at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Hideaki Takahashi <mymelo+aur at gmail.com>
+# Contributor: Vincent Demeester <vincent at sbr.io>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+
+pkgname=python-docker
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="A Python library for the Docker Engine API"
+arch=('any')
+url="https://github.com/docker/docker-py"
+license=("Apache")
+depends=('python-requests' 'python-six' 'python-websocket-client' 'python-docker-pycreds' 'python-paramiko')
+makedepends=('python-pip' 'python-requests' 'python-six' 'python-websocket-client'
+             'python-docker-pycreds')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout'
+              'python-mock' 'python-coverage' 'flake8')
+provides=('python-docker-py')
+conflicts=('python-docker-py')
+replaces=('python-docker-py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz")
+sha512sums=('c790563c6a3a5042f5a0d602c22b2b2838ad6f54df3bc1691e32da06336d6b651d7560ca77677ae1cb3f4d4aab721f98984e0479f7fed25deafceb1dc1c24a7c')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
+}
+
+build() {
+  cd "$srcdir"/docker-py-"$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/docker-py-"$pkgver"
+  py.test --cov=docker tests/unit
+}
+
+package() {
+  cd docker-py-"$pkgver"
+  python setup.py install -O1 --root="$pkgdir"
+}



More information about the arch-commits mailing list