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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:49:13 UTC 2021


    Date: Friday, December 3, 2021 @ 00:49:13
  Author: felixonmars
Revision: 1064083

archrelease: copy trunk to community-staging-any

Added:
  python-nose-random/repos/community-staging-any/PKGBUILD
    (from rev 1064082, python-nose-random/trunk/PKGBUILD)
Deleted:
  python-nose-random/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:49:04 UTC (rev 1064082)
+++ PKGBUILD	2021-12-03 00:49:13 UTC (rev 1064083)
@@ -1,26 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
-
-pkgname=python-nose-random
-_pkgname=nose-random
-pkgver=1.0.0
-pkgrel=8
-pkgdesc='Nose plugin to facilitate randomized unit testing'
-arch=(any)
-url='https://github.com/xlwings/nose-random'
-license=(MIT)
-depends=(python-nose)
-makedepends=(python-setuptools)
-source=("https://github.com/xlwings/nose-random/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('528b1c9396cfa415741afaad60ecde695a657c9364dc01240050c747192f5148')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-nose-random/repos/community-staging-any/PKGBUILD (from rev 1064082, python-nose-random/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:49:13 UTC (rev 1064083)
@@ -0,0 +1,26 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
+
+pkgname=python-nose-random
+_pkgname=nose-random
+pkgver=1.0.0
+pkgrel=9
+pkgdesc='Nose plugin to facilitate randomized unit testing'
+arch=(any)
+url='https://github.com/xlwings/nose-random'
+license=(MIT)
+depends=(python-nose)
+makedepends=(python-setuptools)
+source=("https://github.com/xlwings/nose-random/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('528b1c9396cfa415741afaad60ecde695a657c9364dc01240050c747192f5148')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list