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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 19 03:01:56 UTC 2021


    Date: Thursday, August 19, 2021 @ 03:01:56
  Author: felixonmars
Revision: 1003729

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-19 03:01:48 UTC (rev 1003728)
+++ PKGBUILD	2021-08-19 03:01:56 UTC (rev 1003729)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-hypothesmith
-pkgver=0.1.8
-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://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz")
-sha512sums=('5cae94e56f8ba2c404eade44d3dbf1baf9f15ed6f75e00e2b7cf3569dabb0b904b88c4d70109b149919e658d6661d618680c286b202e0d03fa6eaa04970995a4')
-
-build() {
-  cd hypothesmith-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd hypothesmith-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-  cd hypothesmith-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesmith/repos/community-any/PKGBUILD (from rev 1003728, python-hypothesmith/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-19 03:01:56 UTC (rev 1003729)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hypothesmith
+pkgver=0.1.9
+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://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz")
+sha512sums=('ed2838fdb25dbb0ae51665c8796a559d03d8da2a4ae6f85d3e1b0eb9cbe775a6b3b21b1b963741c778532daeccdeabd74cbea209713d9ab846ebab2ba3dfe3d4')
+
+build() {
+  cd hypothesmith-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd hypothesmith-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd hypothesmith-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list