[arch-commits] Commit in python-iocapture/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 23:24:14 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:24:14
  Author: foutrelis
Revision: 1062940

archrelease: copy trunk to community-staging-any

Added:
  python-iocapture/repos/community-staging-any/PKGBUILD
    (from rev 1062939, python-iocapture/trunk/PKGBUILD)
Deleted:
  python-iocapture/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 23:24:11 UTC (rev 1062939)
+++ PKGBUILD	2021-12-02 23:24:14 UTC (rev 1062940)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-iocapture
-pkgver=0.1.2
-pkgrel=9
-pkgdesc="Capture stdout, stderr easily"
-arch=('any')
-license=('MIT')
-url="https://github.com/oinume/iocapture"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-flexmock' 'python-pytest-cov' 'python-six')
-source=("https://github.com/oinume/iocapture/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('1205d13b107d83dcb45d5546038d8b0b5417a20a51149c405123111488c351ff81a447f10653cd3dd9ecc236e01a0fcceb6647091e38ff2fa34c69e0baff1567')
-
-build() {
-  cd iocapture-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd iocapture-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd iocapture-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-iocapture/repos/community-staging-any/PKGBUILD (from rev 1062939, python-iocapture/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 23:24:14 UTC (rev 1062940)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-iocapture
+pkgver=0.1.2
+pkgrel=10
+pkgdesc="Capture stdout, stderr easily"
+arch=('any')
+license=('MIT')
+url="https://github.com/oinume/iocapture"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-flexmock' 'python-pytest-cov' 'python-six')
+source=("https://github.com/oinume/iocapture/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('1205d13b107d83dcb45d5546038d8b0b5417a20a51149c405123111488c351ff81a447f10653cd3dd9ecc236e01a0fcceb6647091e38ff2fa34c69e0baff1567')
+
+build() {
+  cd iocapture-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd iocapture-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd iocapture-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list