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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:33:19 UTC 2021


    Date: Friday, December 3, 2021 @ 00:33:19
  Author: felixonmars
Revision: 1063852

archrelease: copy trunk to community-staging-any

Added:
  python-hypothesis-fspaths/repos/community-staging-any/PKGBUILD
    (from rev 1063851, 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	2021-12-03 00:33:14 UTC (rev 1063851)
+++ PKGBUILD	2021-12-03 00:33:19 UTC (rev 1063852)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-hypothesis-fspaths
-pkgver=0.1.0
-pkgrel=7
-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 1063851, python-hypothesis-fspaths/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:33:19 UTC (rev 1063852)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hypothesis-fspaths
+pkgver=0.1.0
+pkgrel=8
+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