[arch-commits] Commit in docker-compose/repos (8 files)

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:15:51
  Author: fyan
Revision: 163359

archrelease: copy trunk to community-i686, community-x86_64

Added:
  docker-compose/repos/community-i686/PKGBUILD
(from rev 163357, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
(from rev 163357, docker-compose/trunk/remove-requires-upper-bound.patch)
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 163357, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch
(from rev 163357, docker-compose/trunk/remove-requires-upper-bound.patch)
Deleted:
  docker-compose/repos/community-i686/PKGBUILD
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
  docker-compose/repos/community-x86_64/PKGBUILD
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch

+
 /PKGBUILD  |   86 +++
 /remove-requires-upper-bound.patch |   58 
 community-i686/PKGBUILD|   43 -
 community-i686/remove-requires-upper-bound.patch   |   29 --
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/remove-requires-upper-bound.patch |   29 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-25 03:15:45 UTC (rev 163358)
+++ community-i686/PKGBUILD 2016-02-25 03:15:51 UTC (rev 163359)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/;
-depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
- 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
- 'python-jsonschema' 'python-cached-property')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
-"remove-requires-upper-bound.patch")
-license=("BSD")
-sha256sums=('7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528'
-'2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
-
-[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
-
-prepare() {
-  cd "$srcdir/compose-$pkgver"
-
-  # Remove upper bound on requires
-  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
-  sed -i 's/==/>=/g' requirements.txt
-}
-
-build() {
-  cd "$srcdir/compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/compose-$pkgver"
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
-}

Copied: docker-compose/repos/community-i686/PKGBUILD (from rev 163357, 
docker-compose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-25 03:15:51 UTC (rev 163359)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema' 'python-cached-property')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
+"remove-requires-upper-bound.patch")
+license=("BSD")
+sha256sums=('1c318cdf12bdc97e079224fb0cab45ed0f6ec2d1ce87599eff549b1aafa27837'
+'2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
+
+[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
+
+prepare() {
+  cd "$srcdir/compose-$pkgver"
+
+  # Remove upper bound on requires
+  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
+  sed -i 's/==/>=/g' requirements.txt
+}
+
+build() {
+  cd "$srcdir/compose-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/compose-$pkgver"
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  

[arch-commits] Commit in docker-compose/repos (8 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:58:41
  Author: fyan
Revision: 160367

archrelease: copy trunk to community-i686, community-x86_64

Added:
  docker-compose/repos/community-i686/PKGBUILD
(from rev 160366, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
(from rev 160366, docker-compose/trunk/remove-requires-upper-bound.patch)
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 160366, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch
(from rev 160366, docker-compose/trunk/remove-requires-upper-bound.patch)
Deleted:
  docker-compose/repos/community-i686/PKGBUILD
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
  docker-compose/repos/community-x86_64/PKGBUILD
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch

+
 /PKGBUILD  |   86 +++
 /remove-requires-upper-bound.patch |   58 
 community-i686/PKGBUILD|   43 -
 community-i686/remove-requires-upper-bound.patch   |   27 -
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/remove-requires-upper-bound.patch |   27 -
 6 files changed, 144 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 02:58:15 UTC (rev 160366)
+++ community-i686/PKGBUILD 2016-02-05 02:58:41 UTC (rev 160367)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/;
-depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
- 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
- 'python-jsonschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
-"remove-requires-upper-bound.patch")
-license=("BSD")
-sha256sums=('8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d'
-'06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
-
-[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
-
-prepare() {
-  cd "$srcdir/compose-$pkgver"
-
-  # Remove upper bound on requires
-  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
-  sed -i 's/==/>=/g' requirements.txt
-}
-
-build() {
-  cd "$srcdir/compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/compose-$pkgver"
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
-}

Copied: docker-compose/repos/community-i686/PKGBUILD (from rev 160366, 
docker-compose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 02:58:41 UTC (rev 160367)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema' 'python-cached-property')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
+"remove-requires-upper-bound.patch")
+license=("BSD")
+sha256sums=('7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528'
+'2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
+
+[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
+
+prepare() {
+  cd "$srcdir/compose-$pkgver"
+
+  # Remove upper bound on requires
+  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
+  sed -i 's/==/>=/g' requirements.txt
+}
+
+build() {
+  cd "$srcdir/compose-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/compose-$pkgver"
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 

[arch-commits] Commit in docker-compose/repos (8 files)

2016-01-11 Thread Felix Yan
Date: Tuesday, January 12, 2016 @ 07:14:00
  Author: fyan
Revision: 156046

archrelease: copy trunk to community-i686, community-x86_64

Added:
  docker-compose/repos/community-i686/PKGBUILD
(from rev 156045, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
(from rev 156045, docker-compose/trunk/remove-requires-upper-bound.patch)
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 156045, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch
(from rev 156045, docker-compose/trunk/remove-requires-upper-bound.patch)
Deleted:
  docker-compose/repos/community-i686/PKGBUILD
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
  docker-compose/repos/community-x86_64/PKGBUILD
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch

+
 /PKGBUILD  |   86 +++
 /remove-requires-upper-bound.patch |   54 +++
 community-i686/PKGBUILD|   43 -
 community-i686/remove-requires-upper-bound.patch   |   27 -
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/remove-requires-upper-bound.patch |   27 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-12 06:12:10 UTC (rev 156045)
+++ community-i686/PKGBUILD 2016-01-12 06:14:00 UTC (rev 156046)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/;
-depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
- 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
- 'python-jsonschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
-"remove-requires-upper-bound.patch")
-license=("BSD")
-sha256sums=('8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d'
-'06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
-
-[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
-
-prepare() {
-  cd "$srcdir/compose-$pkgver"
-
-  # Remove upper bound on requires
-  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
-  sed -i 's/==/>=/g' requirements.txt
-}
-
-build() {
-  cd "$srcdir/compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/compose-$pkgver"
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/etc/bash_completion.d/docker-compose"
-}

Copied: docker-compose/repos/community-i686/PKGBUILD (from rev 156045, 
docker-compose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-12 06:14:00 UTC (rev 156046)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.5.2
+pkgrel=2
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
+"remove-requires-upper-bound.patch")
+license=("BSD")
+sha256sums=('8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d'
+'06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
+
+[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
+
+prepare() {
+  cd "$srcdir/compose-$pkgver"
+
+  # Remove upper bound on requires
+  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
+  sed -i 's/==/>=/g' requirements.txt
+}
+
+build() {
+  cd "$srcdir/compose-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/compose-$pkgver"
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/completion/bash/docker-compose