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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 06:33:23 UTC 2019


    Date: Monday, November 4, 2019 @ 06:33:22
  Author: felixonmars
Revision: 523420

archrelease: copy trunk to community-staging-any

Added:
  python-hypothesis-fspaths/repos/community-staging-any/PKGBUILD
    (from rev 523418, python-hypothesis-fspaths/trunk/PKGBUILD)
Deleted:
  python-hypothesis-fspaths/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 06:33:21 UTC (rev 523419)
+++ PKGBUILD	2019-11-04 06:33:22 UTC (rev 523420)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-hypothesis-fspaths
-pkgver=0.1.0
-pkgrel=3
-pkgdesc="Hypothesis extension for generating filesystem paths"
-url="https://github.com/lazka/hypothesis-fspaths"
-license=('MIT')
-arch=('any')
-depends=('python-hypothesis')
-makedepends=('python-setuptools' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lazka/hypothesis-fspaths/archive/v$pkgver.tar.gz")
-sha512sums=('26c6b347e2f4123239f2f1e64346b9a5162b8a3ae993b498d9f5f7edf5dbc2007906b7fcb3423b5906423ed7e3fd2d7e67049e7e1319e9f6646d80c06d7941c4')
-
-build() {
-  cd hypothesis-fspaths-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-fspaths-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd hypothesis-fspaths-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-hypothesis-fspaths/repos/community-staging-any/PKGBUILD (from rev 523418, python-hypothesis-fspaths/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 06:33:22 UTC (rev 523420)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hypothesis-fspaths
+pkgver=0.1.0
+pkgrel=4
+pkgdesc="Hypothesis extension for generating filesystem paths"
+url="https://github.com/lazka/hypothesis-fspaths"
+license=('MIT')
+arch=('any')
+depends=('python-hypothesis')
+makedepends=('python-setuptools' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lazka/hypothesis-fspaths/archive/v$pkgver.tar.gz")
+sha512sums=('26c6b347e2f4123239f2f1e64346b9a5162b8a3ae993b498d9f5f7edf5dbc2007906b7fcb3423b5906423ed7e3fd2d7e67049e7e1319e9f6646d80c06d7941c4')
+
+build() {
+  cd hypothesis-fspaths-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-fspaths-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd hypothesis-fspaths-$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