[arch-commits] Commit in python-mockito/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 13:34:30 UTC 2022
Date: Saturday, September 3, 2022 @ 13:34:29
Author: felixonmars
Revision: 1292427
archrelease: copy trunk to community-any
Added:
python-mockito/repos/community-any/PKGBUILD
(from rev 1292426, python-mockito/trunk/PKGBUILD)
Deleted:
python-mockito/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 13:34:14 UTC (rev 1292426)
+++ PKGBUILD 2022-09-03 13:34:29 UTC (rev 1292427)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-
-pkgname=python-mockito
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Spying framework'
-arch=('any')
-url='https://github.com/kaste/mockito-python'
-license=('MIT')
-depends=('python')
-makedepends=('python-pytest' 'python-setuptools')
-checkdepends=('python-numpy')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaste/mockito-python/archive/$pkgver.tar.gz")
-sha512sums=('e2e7a75051fd38e52767e355daa4da46bc9afd99644c9d76e544666e47b2c002806b7e0afac2a8895b29d790119740b15aa3d24a8b118caa0a7cc2c645035672')
-
-build() {
- cd mockito-python-$pkgver
- python setup.py build
-}
-
-check() {
- cd mockito-python-$pkgver
- pytest --ignore=build
-}
-
-package() {
- cd mockito-python-$pkgver
- python setup.py install --root="$pkgdir" -O1
-}
Copied: python-mockito/repos/community-any/PKGBUILD (from rev 1292426, python-mockito/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 13:34:29 UTC (rev 1292427)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=python-mockito
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Spying framework'
+arch=('any')
+url='https://github.com/kaste/mockito-python'
+license=('MIT')
+depends=('python')
+makedepends=('python-pytest' 'python-setuptools')
+checkdepends=('python-numpy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaste/mockito-python/archive/$pkgver.tar.gz")
+sha512sums=('7e01fd2ddb5c1e845b4efa46e23afa470550d9ac5b5b67b219f2552d250372e5430e527dd7bc880a7fd26967eda8c3b83719e7ef883fe6d36d5a99f1a001879b')
+
+build() {
+ cd mockito-python-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd mockito-python-$pkgver
+ pytest --ignore=build
+}
+
+package() {
+ cd mockito-python-$pkgver
+ python setup.py install --root="$pkgdir" -O1
+}
More information about the arch-commits
mailing list