[arch-commits] Commit in python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 13 09:22:33 UTC 2020
Date: Friday, March 13, 2020 @ 09:22:32
Author: felixonmars
Revision: 595706
archrelease: copy trunk to community-any
Added:
python-hypothesis/repos/community-any/PKGBUILD
(from rev 595705, python-hypothesis/trunk/PKGBUILD)
Deleted:
python-hypothesis/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-13 09:22:14 UTC (rev 595705)
+++ PKGBUILD 2020-03-13 09:22:32 UTC (rev 595706)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-hypothesis
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org"
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
- 'python-faker: for fakefactory and django module'
- 'python-django: for django module'
- 'python-numpy: for numpy module'
- 'python-pytest: for pytest module'
- 'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 'python-faker'
- 'python-flaky' 'python-django' 'python-mock' 'python-pandas' 'python-dpcontracts'
- 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz")
-sha512sums=('d622c6754e6162120e7bdc17f482d64e917042499179668744b26e09ba355d94681b2e1029d786c38af19c4193c41eb5fe3e4a7ecc322acd1895b8f90d2b1f95')
-
-prepare() {
- mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
- cd hypothesis-$pkgver/hypothesis-python
- python setup.py build
-}
-
-check() {
- cd hypothesis-$pkgver/hypothesis-python
- python setup.py pytest
-}
-
-package() {
- cd hypothesis-$pkgver/hypothesis-python
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 595705, python-hypothesis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-13 09:22:32 UTC (rev 595706)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-hypothesis
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org"
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+ 'python-faker: for fakefactory and django module'
+ 'python-django: for django module'
+ 'python-numpy: for numpy module'
+ 'python-pytest: for pytest module'
+ 'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 'python-faker'
+ 'python-flaky' 'python-django' 'python-mock' 'python-pandas' 'python-dpcontracts'
+ 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz")
+sha512sums=('362ea4877dacd91c35f4e7ba60cf9ab9db8bca3c78b4ae38a7cebf314055d548fc8f9590836aaee3b38f573056d02deb2926f7963d31030a0ec31f9da684a113')
+
+prepare() {
+ mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+ cd hypothesis-$pkgver/hypothesis-python
+ python setup.py build
+}
+
+check() {
+ cd hypothesis-$pkgver/hypothesis-python
+ python setup.py pytest
+}
+
+package() {
+ cd hypothesis-$pkgver/hypothesis-python
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list