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

Felix Yan felixonmars at archlinux.org
Mon Nov 2 06:11:33 UTC 2020


    Date: Monday, November 2, 2020 @ 06:11:33
  Author: felixonmars
Revision: 739123

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-02 06:11:18 UTC (rev 739122)
+++ PKGBUILD	2020-11-02 06:11:33 UTC (rev 739123)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-hypothesmith
-pkgver=0.1.5
-_commit=10328724474f4d377c876bd880da91766d9189ab
-pkgrel=1
-pkgdesc="Hypothesis strategies for generating Python programs, something like CSmith"
-url="https://github.com/Zac-HD/hypothesmith"
-license=('MPL')
-arch=('any')
-depends=('python-hypothesis' 'python-lark-parser' 'python-libcst')
-makedepends=('python-setuptools')
-checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
-source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz")
-sha512sums=('0a7ce47176c50de70a5a5eb6ac0a1da751f14c85b742e4808e25983b46535ce8467a4cd8c77c9f0a1b4b91db4eb9bd0d47b88a00002a81a900811127d6624710')
-
-build() {
-  cd hypothesmith-$_commit
-  python setup.py build
-}
-
-check() {
-  cd hypothesmith-$_commit
-  PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-  cd hypothesmith-$_commit
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesmith/repos/community-any/PKGBUILD (from rev 739122, python-hypothesmith/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-02 06:11:33 UTC (rev 739123)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hypothesmith
+pkgver=0.1.6
+_commit=40947c2e590f06ea5f3b88c6e75d8a98e9443c63
+pkgrel=1
+pkgdesc="Hypothesis strategies for generating Python programs, something like CSmith"
+url="https://github.com/Zac-HD/hypothesmith"
+license=('MPL')
+arch=('any')
+depends=('python-hypothesis' 'python-lark-parser' 'python-libcst')
+makedepends=('python-setuptools')
+checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
+source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz")
+sha512sums=('c93341aaa3397c46331474b6b5b48efab1b50a8cf4e7359b77fa60c9e4952341fc0e8a8c3becca44599ef9b5ed05748072a0022ba79def82a2b78e0dd44e165d')
+
+build() {
+  cd hypothesmith-$_commit
+  python setup.py build
+}
+
+check() {
+  cd hypothesmith-$_commit
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd hypothesmith-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list