[arch-commits] Commit in python-ddt/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Mar 18 08:16:35 UTC 2020


    Date: Wednesday, March 18, 2020 @ 08:16:34
  Author: felixonmars
Revision: 600452

archrelease: copy trunk to community-any

Added:
  python-ddt/repos/community-any/PKGBUILD
    (from rev 600451, python-ddt/trunk/PKGBUILD)
Deleted:
  python-ddt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-18 08:16:08 UTC (rev 600451)
+++ PKGBUILD	2020-03-18 08:16:34 UTC (rev 600452)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-ddt
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Data-Driven/Decorated Tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/txels/ddt"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-yaml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz")
-sha512sums=('8738765f37132e3cb87737ad2e73a760e1021b7defcd1e7b024b29331ebd2e44d2fff0b3758de4c5cb27cc1c20020dc2d56e6da5dec1155ba44665e6b1585506')
-
-build() {
-  cd ddt-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ddt-$pkgver
-  nosetests3
-}
-
-package() {
-  cd ddt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-ddt/repos/community-any/PKGBUILD (from rev 600451, python-ddt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-18 08:16:34 UTC (rev 600452)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ddt
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Data-Driven/Decorated Tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/txels/ddt"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-yaml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz")
+sha512sums=('dc4f2f9fa21aeccc87b7e09eea228f83d7b5dd7922ce3b990f865c68af3371348f00a20782ff16e9695bfbc3b3257f02816becc4d9dff6bc18c5224d5751d396')
+
+build() {
+  cd ddt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ddt-$pkgver
+  nosetests3
+}
+
+package() {
+  cd ddt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



More information about the arch-commits mailing list