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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:06:00 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:05:59
  Author: felixonmars
Revision: 1061835

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:05:55 UTC (rev 1061834)
+++ PKGBUILD	2021-12-02 12:05:59 UTC (rev 1061835)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-subunit
-pkgver=1.4.0
-pkgrel=4
-pkgdesc="Python implementation of subunit test streaming protocol"
-arch=('any')
-license=('Apache')
-url="https://launchpad.net/subunit"
-depends=('python-extras' 'python-testtools')
-makedepends=('python-setuptools')
-checkdepends=('python-fixtures' 'python-hypothesis' 'python-testscenarios')
-source=("https://pypi.io/packages/source/p/python-subunit/python-subunit-$pkgver.tar.gz")
-sha512sums=('7f8ebf1cfdd7ff22bfd68367cb90dd75e7f3b5f7da71830b304225905e1799ad1ec8f0d41f5f98895c831dc10fe77229137a472b8e8e57ea84c05c66694a5b5b')
-
-prepare() {
-  sed -i 's|import unittest2 as unittest|import unittest|' python-subunit-$pkgver/python/subunit/tests/test_test_protocol.py
-}
-
-build() {
-  cd python-subunit-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-subunit-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m testtools.run subunit.test_suite || :
-}
-
-package() {
-  cd python-subunit-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-subunit/repos/community-staging-any/PKGBUILD (from rev 1061834, python-subunit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:05:59 UTC (rev 1061835)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-subunit
+pkgver=1.4.0
+pkgrel=5
+pkgdesc="Python implementation of subunit test streaming protocol"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/subunit"
+depends=('python-extras' 'python-testtools')
+makedepends=('python-setuptools')
+checkdepends=('python-fixtures' 'python-hypothesis' 'python-testscenarios')
+source=("https://pypi.io/packages/source/p/python-subunit/python-subunit-$pkgver.tar.gz")
+sha512sums=('7f8ebf1cfdd7ff22bfd68367cb90dd75e7f3b5f7da71830b304225905e1799ad1ec8f0d41f5f98895c831dc10fe77229137a472b8e8e57ea84c05c66694a5b5b')
+
+prepare() {
+  sed -i 's|import unittest2 as unittest|import unittest|' python-subunit-$pkgver/python/subunit/tests/test_test_protocol.py
+}
+
+build() {
+  cd python-subunit-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-subunit-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m testtools.run subunit.test_suite || :
+}
+
+package() {
+  cd python-subunit-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list