[arch-commits] Commit in python-unittest-xml-reporting/repos/community-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 25 14:15:11 UTC 2022


    Date: Friday, February 25, 2022 @ 14:15:11
  Author: felixonmars
Revision: 1136579

archrelease: copy trunk to community-any

Added:
  python-unittest-xml-reporting/repos/community-any/PKGBUILD
    (from rev 1136578, python-unittest-xml-reporting/trunk/PKGBUILD)
Deleted:
  python-unittest-xml-reporting/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-25 14:15:00 UTC (rev 1136578)
+++ PKGBUILD	2022-02-25 14:15:11 UTC (rev 1136579)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-
-pkgname=python-unittest-xml-reporting
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
-arch=('any')
-url='https://github.com/xmlrunner/unittest-xml-reporting'
-license=('BSD')
-depends=('python-lxml')
-makedepends=('python-setuptools')
-source=("https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('27b4c017969f12879e0c7ff996834f5da94e71a290f3e61ca5fec78b27c5c70937007472fe91dc324e4e7bb1e7ce8c3cfd57e7f4ac5e3c8b1c7f185e58c58c80')
-
-build() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-
-  # Broken data_files
-  rm "$pkgdir"/usr/LICENSE
-}

Copied: python-unittest-xml-reporting/repos/community-any/PKGBUILD (from rev 1136578, python-unittest-xml-reporting/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-25 14:15:11 UTC (rev 1136579)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=python-unittest-xml-reporting
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
+arch=('any')
+url='https://github.com/xmlrunner/unittest-xml-reporting'
+license=('BSD')
+depends=('python-lxml')
+makedepends=('python-setuptools')
+source=("https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ea8b6c7d3b7995fc1750b14ca76987ff3525993be91c86e401bcfd233d4d02d629d4fa50fc7de79cade39ed4d6c9749becee279ae68c4ed90747e3d3940ab898')
+
+build() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+
+  # Broken data_files
+  rm "$pkgdir"/usr/LICENSE
+}



More information about the arch-commits mailing list