[arch-commits] Commit in python-nose-show-skipped/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 01:27:29 UTC 2021


    Date: Friday, December 3, 2021 @ 01:27:29
  Author: felixonmars
Revision: 1064645

archrelease: copy trunk to community-staging-any

Added:
  python-nose-show-skipped/repos/community-staging-any/
  python-nose-show-skipped/repos/community-staging-any/LICENSE
    (from rev 1064644, python-nose-show-skipped/trunk/LICENSE)
  python-nose-show-skipped/repos/community-staging-any/PKGBUILD
    (from rev 1064644, python-nose-show-skipped/trunk/PKGBUILD)

----------+
 LICENSE  |   27 +++++++++++++++++++++++++++
 PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

Copied: python-nose-show-skipped/repos/community-staging-any/LICENSE (from rev 1064644, python-nose-show-skipped/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE	                        (rev 0)
+++ community-staging-any/LICENSE	2021-12-03 01:27:29 UTC (rev 1064645)
@@ -0,0 +1,27 @@
+Copyright (c) 2013, Phillip Cloud
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+  Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+  Redistributions in binary form must reproduce the above copyright notice, this
+  list of conditions and the following disclaimer in the documentation and/or
+  other materials provided with the distribution.
+
+  Neither the name of the {organization} nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-nose-show-skipped/repos/community-staging-any/PKGBUILD (from rev 1064644, python-nose-show-skipped/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-03 01:27:29 UTC (rev 1064645)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nose-show-skipped
+pkgver=0.1
+pkgrel=9
+pkgdesc="A nose plugin to show skipped tests and their messages"
+arch=('any')
+url="https://github.com/cpcloud/nose-show-skipped"
+license=('BSD')
+depends=('python-nose')
+makedepends=('python-setuptools' 'python-nose')
+source=("https://pypi.python.org/packages/source/n/nose-show-skipped/nose-show-skipped-$pkgver.tar.gz"
+        'LICENSE')
+sha512sums=('b6f3cbc8fdc6af7f6298ad54a5b06bd053d27197368eef1e006aff438d517dba549154eb3be35996b0bd1c291537729438f52709b76c507e20c496b6e504f5df'
+            '3f9813adb48ca13f52ef119a6c313da4863ff02a8fabe37d48b1b2aa91b13ba672b21d7e7737a74e9c1a7647896bec0181237aa0ca693780419f49ef280a5082')
+
+build() {
+  cd "$srcdir/nose-show-skipped-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd nose-show-skipped-$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