[arch-commits] Commit in python-docker/repos/community-any (PKGBUILD PKGBUILD)
Andrew Crerar
andrewsc at gemini.archlinux.org
Fri Oct 8 15:18:18 UTC 2021
Date: Friday, October 8, 2021 @ 15:18:17
Author: andrewsc
Revision: 1028026
archrelease: copy trunk to community-any
Added:
python-docker/repos/community-any/PKGBUILD
(from rev 1028025, python-docker/trunk/PKGBUILD)
Deleted:
python-docker/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-08 15:18:04 UTC (rev 1028025)
+++ PKGBUILD 2021-10-08 15:18:17 UTC (rev 1028026)
@@ -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=5.0.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=('f0e4aacc819fd01932586b288b859553758b84deb7387dc770c079369a9e2b89a5f34d29a310a28c9ae64bc3663b53c55b06dab65e8ef7e2281eb14ebc4f9ffb')
-
-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 1028025, python-docker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-08 15:18:17 UTC (rev 1028026)
@@ -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=5.0.3
+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=('50890e8d75eb9e4d3d98bbea5f86b86ad199a56ab0761bf2d0c0f3b7902810b2c17c2a677b0063963742a43a4660d400705bb8eb4e217c89302ae849a4ef3e08')
+
+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