Date: Tuesday, January 10, 2023 @ 02:35:41
  Author: felixonmars
Revision: 1382287

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-10 02:35:24 UTC (rev 1382286)
+++ PKGBUILD    2023-01-10 02:35:41 UTC (rev 1382287)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-subunit
-pkgver=1.4.1
-pkgrel=1
-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://github.com/testing-cabal/subunit/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('c21ab0791ccc92e47df5d741deaae56fffe792777958193727f47c2739135fb77880d30b106e525239c0c35841834dd937e2b30fce27fbe73ca9116753147a65')
-
-build() {
-  cd subunit-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd subunit-$pkgver
-  PYTHONPATH="$PWD/build/lib" python -m testtools.run subunit.test_suite || 
echo "Tests failed"
-}
-
-package() {
-  cd subunit-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-subunit/repos/community-any/PKGBUILD (from rev 1382286, 
python-subunit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-10 02:35:41 UTC (rev 1382287)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-subunit
+pkgver=1.4.2
+pkgrel=1
+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://github.com/testing-cabal/subunit/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('21413f0ed26f5f0572249ff4bcf948ea25d9185a1df73421836b9b21e11f323300f93a0275f0d64dc7c81a8e038fa0661a34f818bb038abf79c0637e051bc69e')
+
+build() {
+  cd subunit-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd subunit-$pkgver
+  PYTHONPATH="$PWD/build/lib" python -m testtools.run subunit.test_suite || 
echo "Tests failed"
+}
+
+package() {
+  cd subunit-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to