Date: Monday, April 10, 2023 @ 12:12:22
  Author: felixonmars
Revision: 1444210

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 12:12:14 UTC (rev 1444209)
+++ PKGBUILD    2023-04-10 12:12:22 UTC (rev 1444210)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-hypothesmith
-pkgver=0.2.1
-pkgrel=2
-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')
-source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz";)
-sha512sums=('3a09ab033b13b6ed5e043cced42df2e320f2c5949c4eb946bcf0ecf3aec07d544d91591beda3a8e6cc0ba92b8d1bed30d030bc069222e7a0ce3f3e247fc8adac')
-
-prepare() {
-  cd hypothesmith-$pkgver
-  sed -e '/--cov/d' -i tox.ini
-}
-
-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-staging-any/PKGBUILD (from rev 
1444209, python-hypothesmith/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 12:12:22 UTC (rev 1444210)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-hypothesmith
+pkgver=0.2.1
+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')
+source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz";)
+sha512sums=('3a09ab033b13b6ed5e043cced42df2e320f2c5949c4eb946bcf0ecf3aec07d544d91591beda3a8e6cc0ba92b8d1bed30d030bc069222e7a0ce3f3e247fc8adac')
+
+prepare() {
+  cd hypothesmith-$pkgver
+  sed -e '/--cov/d' -i tox.ini
+}
+
+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
+}

Reply via email to