[arch-commits] Commit in python-junit-xml/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 21:46:47 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:46:47
Author: felixonmars
Revision: 1061134
archrelease: copy trunk to community-staging-any
Added:
python-junit-xml/repos/community-staging-any/PKGBUILD
(from rev 1061132, python-junit-xml/trunk/PKGBUILD)
Deleted:
python-junit-xml/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:46:46 UTC (rev 1061133)
+++ PKGBUILD 2021-12-01 21:46:47 UTC (rev 1061134)
@@ -1,38 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-junit-xml
-# The commit that bumps version in setup.py
-_commit=19d3cc333d35dfd2d17d75c506336c15e5c6685a
-pkgver=1.9
-pkgrel=5
-pkgdesc='A Python module for creating JUnit XML test result documents'
-arch=(any)
-url='https://github.com/kyrus/python-junit-xml'
-license=(MIT)
-depends=(python python-six)
-makedepends=(python-setuptools git)
-checkdepends=(python-pytest)
-# There are neither tags nor PyPI source tarball...
-# https://github.com/kyrus/python-junit-xml/issues/68
-source=("git+https://github.com/kyrus/python-junit-xml?signed#commit=$_commit")
-sha256sums=('SKIP')
-validpgpkeys=(
- '8CCF41209F4D9FB6599E8943B797246363239E88' # Brian Beyer <brian at redcanary.com>
-)
-
-build() {
- cd python-junit-xml
- python setup.py build
-}
-
-check() {
- cd python-junit-xml
- pytest -v tests
-}
-
-package() {
- cd python-junit-xml
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-junit-xml/repos/community-staging-any/PKGBUILD (from rev 1061132, python-junit-xml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:46:47 UTC (rev 1061134)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-junit-xml
+# The commit that bumps version in setup.py
+_commit=19d3cc333d35dfd2d17d75c506336c15e5c6685a
+pkgver=1.9
+pkgrel=6
+pkgdesc='A Python module for creating JUnit XML test result documents'
+arch=(any)
+url='https://github.com/kyrus/python-junit-xml'
+license=(MIT)
+depends=(python python-six)
+makedepends=(python-setuptools git)
+checkdepends=(python-pytest)
+# There are neither tags nor PyPI source tarball...
+# https://github.com/kyrus/python-junit-xml/issues/68
+source=("git+https://github.com/kyrus/python-junit-xml?signed#commit=$_commit")
+sha256sums=('SKIP')
+validpgpkeys=(
+ '8CCF41209F4D9FB6599E8943B797246363239E88' # Brian Beyer <brian at redcanary.com>
+)
+
+build() {
+ cd python-junit-xml
+ python setup.py build
+}
+
+check() {
+ cd python-junit-xml
+ pytest -v tests
+}
+
+package() {
+ cd python-junit-xml
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list