[arch-commits] Commit in python-dockerpty/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 3 21:16:48 UTC 2019


    Date: Sunday, November 3, 2019 @ 21:16:48
  Author: felixonmars
Revision: 522667

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 21:16:33 UTC (rev 522666)
+++ PKGBUILD	2019-11-03 21:16:48 UTC (rev 522667)
@@ -1,32 +0,0 @@
-# Maintainer: Andrew Crerar <crerar at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Hideaki Takahashi <mymelo+aur at gmail.com>
-# Contributor: Vincent Demeester <vincent at sbr.pm>
-
-pkgname=python-dockerpty
-pkgver=0.4.1
-pkgrel=5
-pkgdesc="Python library to use the pseudo-tty of a docker container"
-arch=('any')
-license=('Apache')
-url="https://github.com/d11wtq/dockerpty"
-depends=('python-docker-py' 'python-six')
-makedepends=('python-setuptools' 'python-docker-py' 'python-six' 'git')
-checkdepends=('python-pytest' 'python-expects')
-source=("git+https://github.com/d11wtq/dockerpty.git#tag=v$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd "$srcdir/dockerpty"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/dockerpty"
-  py.test
-}
-
-package() {
-  cd dockerpty
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-dockerpty/repos/community-staging-any/PKGBUILD (from rev 522666, python-dockerpty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 21:16:48 UTC (rev 522667)
@@ -0,0 +1,32 @@
+# Maintainer: Andrew Crerar <crerar at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Hideaki Takahashi <mymelo+aur at gmail.com>
+# Contributor: Vincent Demeester <vincent at sbr.pm>
+
+pkgname=python-dockerpty
+pkgver=0.4.1
+pkgrel=6
+pkgdesc="Python library to use the pseudo-tty of a docker container"
+arch=('any')
+license=('Apache')
+url="https://github.com/d11wtq/dockerpty"
+depends=('python-docker-py' 'python-six')
+makedepends=('python-setuptools' 'python-docker-py' 'python-six' 'git')
+checkdepends=('python-pytest' 'python-expects')
+source=("git+https://github.com/d11wtq/dockerpty.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd "$srcdir/dockerpty"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/dockerpty"
+  py.test
+}
+
+package() {
+  cd dockerpty
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list