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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 17:46:35 UTC 2022


    Date: Sunday, March 20, 2022 @ 17:46:35
  Author: felixonmars
Revision: 1164503

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 17:46:24 UTC (rev 1164502)
+++ PKGBUILD	2022-03-20 17:46:35 UTC (rev 1164503)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-behave
-pkgver=1.2.7.dev1
-pkgrel=3
-pkgdesc="Behaviour-driven development, Python style"
-url="https://github.com/behave/behave"
-license=('BSD')
-arch=('any')
-depends=('python-cucumber-tag-expressions' 'python-parse' 'python-parse-type' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-path' 'python-pyhamcrest' 'python-pytest' 'python-pytest-html')
-source=("https://github.com/behave/behave/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a352a2f1594831b3c85a54225e5bd4f425ab06c38e708b6ec65f1c8fb2eb3a92924baa15d5742c344e58ac95773f00393aa1338bd839dd8345f701eb37ce62b6')
-
-build() {
-  cd behave-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd behave-$pkgver
-  pytest
-}
-
-package() {
-  cd behave-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-behave/repos/community-any/PKGBUILD (from rev 1164502, python-behave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-20 17:46:35 UTC (rev 1164503)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-behave
+pkgver=1.2.7.dev2
+pkgrel=1
+pkgdesc="Behaviour-driven development, Python style"
+url="https://github.com/behave/behave"
+license=('BSD')
+arch=('any')
+depends=('python-cucumber-tag-expressions' 'python-parse' 'python-parse-type' 'python-six'
+         'python-colorama')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-path' 'python-pyhamcrest' 'python-pytest' 'python-pytest-html')
+source=("https://github.com/behave/behave/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('5c4bba820fa1a6691ae275e3adb0b6077a1957686a9ee205d471ffddc9601b32e5b2f47cd2b3e2d7a72a31c39f171c3b2af524d7f787243585d4d95086675118')
+
+build() {
+  cd behave-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd behave-$pkgver
+  pytest
+}
+
+package() {
+  cd behave-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list