[arch-commits] Commit in python-cucumber-tag-expressions/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Apr 2 02:37:01 UTC 2021


    Date: Friday, April 2, 2021 @ 02:37:00
  Author: felixonmars
Revision: 910958

archrelease: copy trunk to community-any

Added:
  python-cucumber-tag-expressions/repos/community-any/PKGBUILD
    (from rev 910957, python-cucumber-tag-expressions/trunk/PKGBUILD)
Deleted:
  python-cucumber-tag-expressions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-02 02:36:46 UTC (rev 910957)
+++ PKGBUILD	2021-04-02 02:37:00 UTC (rev 910958)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cucumber-tag-expressions
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Provides tag-expression parser for cucumber/behave"
-url="https://github.com/cucumber/tag-expressions-python"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-html')
-source=("https://github.com/cucumber/tag-expressions-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a24ed1b1ae6900a87a3e1660d321d92967b599b34cad9634cd5831ca3327187c9a28cfdc6be4547db436c244af8a39c89ef68739774148451b55f9837a2e8c52')
-
-build() {
-  cd tag-expressions-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tag-expressions-python-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd tag-expressions-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cucumber-tag-expressions/repos/community-any/PKGBUILD (from rev 910957, python-cucumber-tag-expressions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-02 02:37:00 UTC (rev 910958)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cucumber-tag-expressions
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Provides tag-expression parser for cucumber/behave"
+url="https://github.com/cucumber/tag-expressions-python"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-html')
+source=("https://github.com/cucumber/tag-expressions-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('444c04d219998899e7ea30f3a3141c9f6d711c7ab727eca107bdcfa0b3b8fe66c99cfa07c695638efcbf5279d75a12434101a85f2c778f6802a74a972b274c85')
+
+build() {
+  cd tag-expressions-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tag-expressions-python-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd tag-expressions-python-$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