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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 31 18:15:30 UTC 2022


    Date: Sunday, July 31, 2022 @ 18:15:30
  Author: arojas
Revision: 1259370

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 18:15:21 UTC (rev 1259369)
+++ PKGBUILD	2022-07-31 18:15:30 UTC (rev 1259370)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-hypothesmith
-pkgver=0.1.9
-pkgrel=3
-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
-}

Copied: python-hypothesmith/repos/community-any/PKGBUILD (from rev 1259369, python-hypothesmith/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-31 18:15:30 UTC (rev 1259370)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hypothesmith
+pkgver=0.2.0
+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=('b82627897f0e07e6249ce2d3730134690dbe340b81632a1101b6b6b9a9ac6ccd0f350ba10f729349ef200b9243081f7f58eb760ccbcb4175adfcc5f411a8a045')
+
+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