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

Felix Yan felixonmars at archlinux.org
Sat Aug 29 08:48:43 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-08-29 08:48:24 UTC (rev 692151)
+++ PKGBUILD	2020-08-29 08:48:42 UTC (rev 692152)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-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)
+++ PKGBUILD	2020-08-29 08:48:42 UTC (rev 692152)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+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:



More information about the arch-commits mailing list