[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2020-10-24 Thread Felix Yan via arch-commits
Date: Saturday, October 24, 2020 @ 19:47:40
  Author: felixonmars
Revision: 731604

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-24 19:47:24 UTC (rev 731603)
+++ PKGBUILD2020-10-24 19:47:40 UTC (rev 731604)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: David Runge 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=python-sh
-pkgver=1.14.0
-pkgrel=2
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='https://pypi.python.org/pypi/sh'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('lsof' 'python-pytest')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;
-
"${pkgname}-1.14.0-sleep_path.patch::https://github.com/amoffat/sh/pull/540/commits/83b189de4f461ed0370b0472f1938d3162ed00c7.patch;
-
"${pkgname}-1.14.0-collections.patch::https://github.com/amoffat/sh/pull/537/commits/3142379395fb20dbb716188973252edbe71af791.patch;)
-sha512sums=('816c0562f4f779ba79b5206d151893cd5043898d1b74ee109c0ea67f862a097ab9c7509e4a20459fc623f14fa3fb1a9e2a2ccec8257a68fcba14414779a20128'
-
'f49ec809293037a50290b14ee62450e7fd3f00edd465785f2d34d07b934e4732ee14b88f8086a3344db2b7717f770c2d3b1ec39db8c198f8a1b6d09fb2b29d36'
-
'45dbce94358ef1ad46a2662f66d72001c4d3c922ec099c0a64b191dace4a637511657969ec9ebd63c07b15f7782a16a593a58658950a979afc0fcf2d72c1666f')
-b2sums=('9975944455077729d172a34dcf7847930f9bb943d5345729a9c09afeb411de72b59cd5e4f1192406ba8430a26439acd2ee4d477b10f31b5e55be936c711f70a9'
-
'2d081292e6d715fc074009e6df0740614e99dfa8020dd86704d3e309e68e54600c89011ea5669653a91484c870efc21ac5ca30116982fedd74642bdfa3a7d4d1'
-
'e4aa65077eec7836ea0e6081ae1d5956e14b3930ff134de9a333cb0b25914a864af1217bd32a842635424906bf9a18239028b72185e05e24f56fba0a7cba54d7')
-
-prepare() {
-  cd sh-$pkgver
-  # fix path to sleep executable:
-  # https://github.com/amoffat/sh/issues/539
-  patch -Np1 -i "../${pkgname}-1.14.0-sleep_path.patch"
-  # fix import of collections abstract classes:
-  # https://github.com/amoffat/sh/pull/537
-  patch -Np1 -i "../${pkgname}-1.14.0-collections.patch"
-}
-
-build() {
-  cd sh-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd sh-$pkgver
-  export PYTHONPATH="build:${PYTHONPATH}"
-  # do not run failing tests:
-  # https://github.com/amoffat/sh/issues/538
-  # https://github.com/amoffat/sh/issues/541
-  pytest -v \
- -k "not test_no_interfere1 \
- and not test_no_interfere2 \
- and not test_set_in_parent_function \
- and not test_piped_exception1 \
- and not test_piped_exception2" \
- test.py
-}
-
-package() {
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -vDm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-  install -vDm 644 {README.rst,CHANGELOG.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 731603, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 19:47:40 UTC (rev 731604)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: David Runge 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=python-sh
+pkgver=1.14.1
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='https://pypi.python.org/pypi/sh'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('lsof' 'python-pytest')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+sha512sums=('9a4d9b841e81ae465b036f3fbf5e8ca277b090ffada660b17e9c2c457e09f7dbb0038b687fc0c0f4a6d575a55deb451c572a60f92f8c8d18ea65d6d902abb9b4')
+b2sums=('e4439a54d4bf2c106ae5217b55d6fa19f2bc369fb63e8515954a017fd2e98eca88fce07ea3efa70b3c427826bec657aa75c057a09c88de76c1595ef89465ee32')
+
+build() {
+  cd sh-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sh-$pkgver
+  export PYTHONPATH="build:${PYTHONPATH}"
+  # test_no_fd_leak: AssertionError: 27 != 25
+  pytest test.py --deselect test.py::MiscTests::test_no_fd_leak
+}
+
+package() {
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -vDm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+  install -vDm 644 {README.rst,CHANGELOG.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2020-09-01 Thread David Runge via arch-commits
Date: Tuesday, September 1, 2020 @ 22:10:38
  Author: dvzrv
Revision: 696046

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-01 22:10:13 UTC (rev 696045)
+++ PKGBUILD2020-09-01 22:10:38 UTC (rev 696046)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=python-sh
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='https://pypi.python.org/pypi/sh'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-sha512sums=('816c0562f4f779ba79b5206d151893cd5043898d1b74ee109c0ea67f862a097ab9c7509e4a20459fc623f14fa3fb1a9e2a2ccec8257a68fcba14414779a20128')
-
-prepare() {
-  cd sh-$pkgver
-  sed -i 's|/bin/sleep|/usr/bin/sleep|' test.py
-}
-
-build() {
-  cd sh-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd sh-$pkgver
-  python sh.py travis
-}
-
-package() {
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 696045, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-01 22:10:38 UTC (rev 696046)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: David Runge 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=python-sh
+pkgver=1.14.0
+pkgrel=2
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='https://pypi.python.org/pypi/sh'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('lsof' 'python-pytest')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;
+
"${pkgname}-1.14.0-sleep_path.patch::https://github.com/amoffat/sh/pull/540/commits/83b189de4f461ed0370b0472f1938d3162ed00c7.patch;
+
"${pkgname}-1.14.0-collections.patch::https://github.com/amoffat/sh/pull/537/commits/3142379395fb20dbb716188973252edbe71af791.patch;)
+sha512sums=('816c0562f4f779ba79b5206d151893cd5043898d1b74ee109c0ea67f862a097ab9c7509e4a20459fc623f14fa3fb1a9e2a2ccec8257a68fcba14414779a20128'
+
'f49ec809293037a50290b14ee62450e7fd3f00edd465785f2d34d07b934e4732ee14b88f8086a3344db2b7717f770c2d3b1ec39db8c198f8a1b6d09fb2b29d36'
+
'45dbce94358ef1ad46a2662f66d72001c4d3c922ec099c0a64b191dace4a637511657969ec9ebd63c07b15f7782a16a593a58658950a979afc0fcf2d72c1666f')
+b2sums=('9975944455077729d172a34dcf7847930f9bb943d5345729a9c09afeb411de72b59cd5e4f1192406ba8430a26439acd2ee4d477b10f31b5e55be936c711f70a9'
+
'2d081292e6d715fc074009e6df0740614e99dfa8020dd86704d3e309e68e54600c89011ea5669653a91484c870efc21ac5ca30116982fedd74642bdfa3a7d4d1'
+
'e4aa65077eec7836ea0e6081ae1d5956e14b3930ff134de9a333cb0b25914a864af1217bd32a842635424906bf9a18239028b72185e05e24f56fba0a7cba54d7')
+
+prepare() {
+  cd sh-$pkgver
+  # fix path to sleep executable:
+  # https://github.com/amoffat/sh/issues/539
+  patch -Np1 -i "../${pkgname}-1.14.0-sleep_path.patch"
+  # fix import of collections abstract classes:
+  # https://github.com/amoffat/sh/pull/537
+  patch -Np1 -i "../${pkgname}-1.14.0-collections.patch"
+}
+
+build() {
+  cd sh-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sh-$pkgver
+  export PYTHONPATH="build:${PYTHONPATH}"
+  # do not run failing tests:
+  # https://github.com/amoffat/sh/issues/538
+  # https://github.com/amoffat/sh/issues/541
+  pytest -v \
+ -k "not test_no_interfere1 \
+ and not test_no_interfere2 \
+ and not test_set_in_parent_function \
+ and not test_piped_exception1 \
+ and not test_piped_exception2" \
+ test.py
+}
+
+package() {
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -vDm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+  install -vDm 644 {README.rst,CHANGELOG.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2020-08-29 Thread Felix Yan via arch-commits
Date: Saturday, August 29, 2020 @ 08:48:42
  Author: felixonmars
Revision: 692152

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-29 08:48:24 UTC (rev 692151)
+++ PKGBUILD2020-08-29 08:48:42 UTC (rev 692152)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=python-sh
-pkgver=1.13.1
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='https://pypi.python.org/pypi/sh'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-sha512sums=('2d5a275abe3b7f1f1d26a97dd03bcbd6e2e05d1c75f26d5a629fead230d2fb2acd368b5473255526ba53c8fea4031112f272d917e820e294e49be9bbeb5d2116')
-
-prepare() {
-  cd sh-$pkgver
-  sed -i 's|/bin/sleep|/usr/bin/sleep|' test.py
-}
-
-build() {
-  cd sh-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd sh-$pkgver
-  python sh.py travis
-}
-
-package() {
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 692151, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-29 08:48:42 UTC (rev 692152)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=python-sh
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='https://pypi.python.org/pypi/sh'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+sha512sums=('816c0562f4f779ba79b5206d151893cd5043898d1b74ee109c0ea67f862a097ab9c7509e4a20459fc623f14fa3fb1a9e2a2ccec8257a68fcba14414779a20128')
+
+prepare() {
+  cd sh-$pkgver
+  sed -i 's|/bin/sleep|/usr/bin/sleep|' test.py
+}
+
+build() {
+  cd sh-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sh-$pkgver
+  python sh.py travis
+}
+
+package() {
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2019-12-17 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 17, 2019 @ 08:39:24
  Author: jelle
Revision: 537909

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   87 +++--
 1 file changed, 34 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-17 08:39:16 UTC (rev 537908)
+++ PKGBUILD2019-12-17 08:39:24 UTC (rev 537909)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.14
-pkgrel=4
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='https://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-sha512sums=('5f2daa2666cf8efe90ba550c8ea5875f2a8812d787597c9d9b933f58feccd192e1ec0ab5695b756bdbfbf9748d106c2045be20838e680b31dac3f778970b5786')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 537908, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-17 08:39:24 UTC (rev 537909)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=python-sh
+pkgver=1.12.14
+pkgrel=5
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='https://pypi.python.org/pypi/sh'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+sha512sums=('5f2daa2666cf8efe90ba550c8ea5875f2a8812d787597c9d9b933f58feccd192e1ec0ab5695b756bdbfbf9748d106c2045be20838e680b31dac3f778970b5786')
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+}
+
+package() {
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2017-06-06 Thread Felix Yan
Date: Wednesday, June 7, 2017 @ 04:24:07
  Author: felixonmars
Revision: 235280

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-07 04:23:27 UTC (rev 235279)
+++ PKGBUILD2017-06-07 04:24:07 UTC (rev 235280)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.13
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-sha512sums=('9ccceb64c455361e40985bc15651861a8d86fad8e674195aa493306e54ed194c55e98c0a8c6ee3ba9a3020b3e3ad069d26c9c1da950de52581979575b7c008e5')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 235279, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-07 04:24:07 UTC (rev 235280)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.14
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+sha512sums=('5f2daa2666cf8efe90ba550c8ea5875f2a8812d787597c9d9b933f58feccd192e1ec0ab5695b756bdbfbf9748d106c2045be20838e680b31dac3f778970b5786')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 01:27:55
  Author: felixonmars
Revision: 220145

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-31 01:27:36 UTC (rev 220144)
+++ PKGBUILD2017-03-31 01:27:55 UTC (rev 220145)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.11
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('de645c2493135427d413eb618778ad94')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 220144, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-31 01:27:55 UTC (rev 220145)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.13
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+sha512sums=('9ccceb64c455361e40985bc15651861a8d86fad8e674195aa493306e54ed194c55e98c0a8c6ee3ba9a3020b3e3ad069d26c9c1da950de52581979575b7c008e5')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2017-03-14 Thread Felix Yan
Date: Tuesday, March 14, 2017 @ 08:57:28
  Author: felixonmars
Revision: 216175

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-14 08:57:10 UTC (rev 216174)
+++ PKGBUILD2017-03-14 08:57:28 UTC (rev 216175)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.10
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('3dc0eee1382c2f604298c5ce3d747703')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 216174, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-14 08:57:28 UTC (rev 216175)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.11
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('de645c2493135427d413eb618778ad94')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 16:14:46
  Author: felixonmars
Revision: 214566

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 16:14:21 UTC (rev 214565)
+++ PKGBUILD2017-03-02 16:14:46 UTC (rev 214566)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.9
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('ddc128a8d943d25afa6e01af11e0063b')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 214565, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 16:14:46 UTC (rev 214566)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.10
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('3dc0eee1382c2f604298c5ce3d747703')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2016-12-17 Thread Felix Yan
Date: Saturday, December 17, 2016 @ 08:25:58
  Author: felixonmars
Revision: 199925

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-17 08:25:36 UTC (rev 199924)
+++ PKGBUILD2016-12-17 08:25:58 UTC (rev 199925)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.7
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('89d46b1dba32713b7df74b1bc59d74a1')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 199924, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-17 08:25:58 UTC (rev 199925)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.8
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('aafcd26c58df5325df12d106059206cf')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2016-12-08 Thread Felix Yan
Date: Thursday, December 8, 2016 @ 15:17:28
  Author: felixonmars
Revision: 198464

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-08 15:17:10 UTC (rev 198463)
+++ PKGBUILD2016-12-08 15:17:28 UTC (rev 198464)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.6
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('677b9182bcbd34ebe18402b30e74566a')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 198463, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-08 15:17:28 UTC (rev 198464)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.7
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('89d46b1dba32713b7df74b1bc59d74a1')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2016-12-02 Thread Felix Yan
Date: Saturday, December 3, 2016 @ 03:27:17
  Author: felixonmars
Revision: 197784

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-03 03:26:46 UTC (rev 197783)
+++ PKGBUILD2016-12-03 03:27:17 UTC (rev 197784)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.5
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('f86e058b5b182cca907767794b50ed14')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 197783, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-03 03:27:17 UTC (rev 197784)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.6
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('677b9182bcbd34ebe18402b30e74566a')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2016-12-01 Thread Felix Yan
Date: Friday, December 2, 2016 @ 02:20:04
  Author: felixonmars
Revision: 197657

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 02:19:48 UTC (rev 197656)
+++ PKGBUILD2016-12-02 02:20:04 UTC (rev 197657)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.3
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('ce34023183ffbd57db3abb914067556d')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 197656, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-02 02:20:04 UTC (rev 197657)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.5
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('f86e058b5b182cca907767794b50ed14')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 05:16:14
  Author: felixonmars
Revision: 197413

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 05:15:59 UTC (rev 197412)
+++ PKGBUILD2016-11-30 05:16:14 UTC (rev 197413)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('62f322f720f32f8af896f1572b1c1053')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis || warning "Tests failed"
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis || warning "Tests failed"
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 197412, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-30 05:16:14 UTC (rev 197413)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.3
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('ce34023183ffbd57db3abb914067556d')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2016-11-28 Thread Felix Yan
Date: Tuesday, November 29, 2016 @ 05:52:21
  Author: felixonmars
Revision: 197289

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 05:52:07 UTC (rev 197288)
+++ PKGBUILD2016-11-29 05:52:21 UTC (rev 197289)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('7d64fcb51713ecb118dc58776ea8741f')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis || warning "Tests failed"
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis || warning "Tests failed"
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 197288, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 05:52:21 UTC (rev 197289)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.2
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('62f322f720f32f8af896f1572b1c1053')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis || warning "Tests failed"
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis || warning "Tests failed"
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2016-11-27 Thread Felix Yan
Date: Monday, November 28, 2016 @ 02:30:22
  Author: felixonmars
Revision: 197058

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-28 02:30:07 UTC (rev 197057)
+++ PKGBUILD2016-11-28 02:30:22 UTC (rev 197058)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-_pkgname=sh
-pkgname=("python-$_pkgname" "python2-$_pkgname")
-pkgver=1.11
-pkgrel=2
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
-md5sums=('7af8df6c92d29ff927b6db0146bddec3')
-
-build() {
-  cp -r "$_pkgname-$pkgver" "python2-$_pkgname-$pkgver"
-
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../python2-$_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd $_pkgname-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python-sh/LICENSE"
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd python2-$_pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python2-sh/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 197057, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-28 02:30:22 UTC (rev 197058)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('7d64fcb51713ecb118dc58776ea8741f')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis || warning "Tests failed"
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis || warning "Tests failed"
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2014-12-31 Thread Felix Yan
Date: Wednesday, December 31, 2014 @ 15:29:23
  Author: fyan
Revision: 125075

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-31 14:29:11 UTC (rev 125074)
+++ PKGBUILD2014-12-31 14:29:23 UTC (rev 125075)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-_pkgname=sh
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.09
-pkgrel=3
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
-
-build() {
-  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
-
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../python2-$_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd $_pkgname-$pkgver
-  python setup.py install -O1 --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd python2-$_pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('b68a2f91de880dce042d4f03ec9e0f47')

Copied: python-sh/repos/community-any/PKGBUILD (from rev 125074, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-31 14:29:23 UTC (rev 125075)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+_pkgname=sh
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.10
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
+md5sums=('0e5f7d6c06201205c1c123ec1b95cbae')
+
+build() {
+  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
+
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../python2-$_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd python2-$_pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2014-12-31 Thread Felix Yan
Date: Thursday, January 1, 2015 @ 01:47:25
  Author: fyan
Revision: 125088

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 00:47:13 UTC (rev 125087)
+++ PKGBUILD2015-01-01 00:47:25 UTC (rev 125088)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-_pkgname=sh
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.10
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
-md5sums=('0e5f7d6c06201205c1c123ec1b95cbae')
-
-build() {
-  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
-
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../python2-$_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd $_pkgname-$pkgver
-  python setup.py install -O1 --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd python2-$_pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 125087, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 00:47:25 UTC (rev 125088)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+_pkgname=sh
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.11
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
+md5sums=('7af8df6c92d29ff927b6db0146bddec3')
+
+build() {
+  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
+
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../python2-$_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd python2-$_pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:17:20
  Author: fyan
Revision: 104960

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 15:16:32 UTC (rev 104959)
+++ PKGBUILD2014-01-28 15:17:20 UTC (rev 104960)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-_pkgname=sh
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.09
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir
-
-  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
-
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../python2-$_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-  cd $srcdir/$_pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-  cd $srcdir/python2-$_pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('b68a2f91de880dce042d4f03ec9e0f47')

Copied: python-sh/repos/community-any/PKGBUILD (from rev 104959, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 15:17:20 UTC (rev 104960)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+_pkgname=sh
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.09
+pkgrel=2
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
+
+build() {
+  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
+
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../python2-$_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd python2-$_pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('b68a2f91de880dce042d4f03ec9e0f47')



[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2013-09-08 Thread Felix Yan
Date: Monday, September 9, 2013 @ 04:47:00
  Author: fyan
Revision: 96947

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-09 02:46:13 UTC (rev 96946)
+++ PKGBUILD2013-09-09 02:47:00 UTC (rev 96947)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-_pkgname=sh
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.08
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir
-
-  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
-
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../python2-$_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-  cd $srcdir/$_pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-  cd $srcdir/python2-$_pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('4028bcba85daa0aef579ed24261e88a3')

Copied: python-sh/repos/community-any/PKGBUILD (from rev 96946, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-09 02:47:00 UTC (rev 96947)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+_pkgname=sh
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.09
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir
+
+  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
+
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../python2-$_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py install --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+  cd $srcdir/python2-$_pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('b68a2f91de880dce042d4f03ec9e0f47')



[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)

2013-01-29 Thread Felix Yan
Date: Wednesday, January 30, 2013 @ 04:12:46
  Author: fyan
Revision: 83346

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-30 03:11:55 UTC (rev 83345)
+++ PKGBUILD2013-01-30 03:12:46 UTC (rev 83346)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-_pkgname=sh
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.07
-pkgrel=4
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
-sha256sums=('0256bc7d5839daa298145f932bf9cc823d3ee54fa216e3fe52849c7d7f2e1d6e')
-
-build() {
-  cd $srcdir
-
-  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
-
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../python2-$_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-  cd $srcdir/$_pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-  cd $srcdir/python2-$_pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 83345, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-30 03:12:46 UTC (rev 83346)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+_pkgname=sh
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.08
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir
+
+  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
+
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../python2-$_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py install --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+  cd $srcdir/python2-$_pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('4028bcba85daa0aef579ed24261e88a3')