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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 14:28:48 UTC 2020


    Date: Thursday, November 12, 2020 @ 14:28:47
  Author: foutrelis
Revision: 751925

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 14:28:47 UTC (rev 751924)
+++ PKGBUILD	2020-11-12 14:28:47 UTC (rev 751925)
@@ -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.3.1
-pkgrel=2
-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=('f82d8681edc866e73dcc0557a2be7ccfcb68e6add3cfd034d62f9639646c5d396e8e2b29df2b42006ee92adc8b432ca6a80bf2a10b54af42f33fe5ea8ed4a912')
-
-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-staging-any/PKGBUILD (from rev 751923, python-docker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 14:28:47 UTC (rev 751925)
@@ -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.1
+pkgrel=3
+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=('f82d8681edc866e73dcc0557a2be7ccfcb68e6add3cfd034d62f9639646c5d396e8e2b29df2b42006ee92adc8b432ca6a80bf2a10b54af42f33fe5ea8ed4a912')
+
+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