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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 19:02:08 UTC 2020


    Date: Thursday, November 12, 2020 @ 19:02:08
  Author: foutrelis
Revision: 753310

archrelease: copy trunk to community-staging-any

Added:
  python-nose-random/repos/community-staging-any/PKGBUILD
    (from rev 753309, 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	2020-11-12 19:02:02 UTC (rev 753309)
+++ PKGBUILD	2020-11-12 19:02:08 UTC (rev 753310)
@@ -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=6
-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 753309, python-nose-random/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 19:02:08 UTC (rev 753310)
@@ -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=7
+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