Date: Saturday, November 12, 2022 @ 21:16:57
  Author: jelle
Revision: 1347083

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-12 21:16:54 UTC (rev 1347082)
+++ PKGBUILD    2022-11-12 21:16:57 UTC (rev 1347083)
@@ -1,44 +0,0 @@
-# Maintainer: Andrew Crerar <[email protected]>
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Felix Yan <[email protected]>
-# Contributor: Hideaki Takahashi <[email protected]>
-# Contributor: Vincent Demeester <[email protected]>
-# Contributor: Josh VanderLinden <[email protected]>
-
-pkgname=python-docker
-pkgver=6.0.1
-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=('86d15c612ce8aeab44559eee476d11f80b41f18c52a77029c5d4ce465ce9ea8bcad0f057c68964318d0d542601e9b5cbdd1297e9c4de0c437bb09d680d8bc8cb')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
-}
-
-build() {
-  cd docker-py-"$pkgver"
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-  python setup.py build
-}
-
-check() {
-  cd 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 1347080, 
python-docker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-12 21:16:57 UTC (rev 1347083)
@@ -0,0 +1,44 @@
+# Maintainer: Andrew Crerar <[email protected]>
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+# Contributor: Hideaki Takahashi <[email protected]>
+# Contributor: Vincent Demeester <[email protected]>
+# Contributor: Josh VanderLinden <[email protected]>
+
+pkgname=python-docker
+pkgver=6.0.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' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout'
+              '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=('86d15c612ce8aeab44559eee476d11f80b41f18c52a77029c5d4ce465ce9ea8bcad0f057c68964318d0d542601e9b5cbdd1297e9c4de0c437bb09d680d8bc8cb')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
+}
+
+build() {
+  cd docker-py-"$pkgver"
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+  python setup.py build
+}
+
+check() {
+  cd docker-py-"$pkgver"
+  py.test --cov=docker tests/unit
+}
+
+package() {
+  cd docker-py-"$pkgver"
+  python setup.py install -O1 --root="$pkgdir"
+}

Reply via email to