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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 3 17:27:33 UTC 2022


    Date: Wednesday, August 3, 2022 @ 17:27:32
  Author: felixonmars
Revision: 1260063

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-03 17:27:13 UTC (rev 1260062)
+++ PKGBUILD	2022-08-03 17:27:32 UTC (rev 1260063)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: David Runge <dvzrv 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.2
-pkgrel=3
-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=('b7917504ae85606e1986b681274077777ad3011639bfe933d4133c3ed16f930842e03b572caa396ca4d58f41fd5594bef776cc16c4b0fbd1242e57c6aad19e62')
-b2sums=('adc9004334a53f3704e22c318df6b4f60fd9ca2d31f5a9601f84abfaf0fe2ded06938b165e10b1a977ed38fcad7d0fa08799f2f552fc2c6b9b4c2a6476477115')
-
-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:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 1260062, python-sh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-03 17:27:32 UTC (rev 1260063)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: David Runge <dvzrv 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.3
+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=('f78b418a396b78b4d303846da222eedc7525dee8d200bf96d48054d91a82671d40e0f1f82eb406b16016752ff95c3b2360075974abc3a5a814b8cfe70528231a')
+b2sums=('e570b3d51bbabebc90a575aaa502dc448f5049caf7485763f7ca84bd30a1e19f37441e4217074cb75ee0094600d328b59693fffdb0647479478246e58c0f00a7')
+
+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:



More information about the arch-commits mailing list