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

Felix Yan felixonmars at archlinux.org
Mon Aug 17 05:52:25 UTC 2020


    Date: Monday, August 17, 2020 @ 05:52:24
  Author: felixonmars
Revision: 682209

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 05:52:15 UTC (rev 682208)
+++ PKGBUILD	2020-08-17 05:52:24 UTC (rev 682209)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-hypothesmith
-pkgver=0.1.3
-_commit=80d28f546af3e3f3c43e8f30a2779dd6e2968de2
-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=('750cf35cd7da3a28859ca94fabc4b07902e771abbfb8df19ccc825cea4509596c849acc8eaa7ebd192fd5bf2670b0f51e65abfc350fc81e33f47f6fb25c30d7b')
-
-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 682208, python-hypothesmith/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-17 05:52:24 UTC (rev 682209)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hypothesmith
+pkgver=0.1.4
+_commit=6124cd71317add93500e0cb04c98cf5606adedea
+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=('cfb56ae43ff93a26fad77658cfb575d8bd79d9103ffc61952c69abfd40f43178ca20f81c936aca32124e12502679ffe35bb1d8f06b72065f645a7306352dba03')
+
+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