[arch-commits] Commit in python-dockerpty/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 14:37:41 UTC 2020
Date: Thursday, November 12, 2020 @ 14:37:41
Author: foutrelis
Revision: 751954
archrelease: copy trunk to community-staging-any
Added:
python-dockerpty/repos/community-staging-any/PKGBUILD
(from rev 751952, python-dockerpty/trunk/PKGBUILD)
Deleted:
python-dockerpty/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 14:37:40 UTC (rev 751953)
+++ PKGBUILD 2020-11-12 14:37:41 UTC (rev 751954)
@@ -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=7
-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 751952, python-dockerpty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 14:37:41 UTC (rev 751954)
@@ -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=8
+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