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

Felix Yan felixonmars at archlinux.org
Fri Mar 12 21:38:01 UTC 2021


    Date: Friday, March 12, 2021 @ 21:38:01
  Author: felixonmars
Revision: 889816

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 21:37:48 UTC (rev 889815)
+++ PKGBUILD	2021-03-12 21:38:01 UTC (rev 889816)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-ddt
-pkgver=1.4.1
-pkgrel=3
-pkgdesc="Data-Driven/Decorated Tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/txels/ddt"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-six' 'python-yaml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz")
-sha512sums=('a4d80aea3e5c9399b52899616fb9de94321e68e50a82bcb8d6dadb1406c544bd65c01321ffdcc91535291b5d3fac801b26d6eb2b2c02fd72b27cb6d795894238')
-
-build() {
-  cd ddt-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ddt-$pkgver
-  pytest
-}
-
-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 889815, python-ddt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-12 21:38:01 UTC (rev 889816)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ddt
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Data-Driven/Decorated Tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/txels/ddt"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-six' 'python-yaml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz")
+sha512sums=('f494c266af0f018d0c354309674cbf8c98bd8ba31ceb1820243ec1d92449ce712a21d22340fbfb4b1d850f4496a4cfcb4c24b346e88587c3dc025e2ef9496ad2')
+
+build() {
+  cd ddt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ddt-$pkgver
+  pytest
+}
+
+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