[arch-commits] Commit in python-case/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Jan 3 16:34:46 UTC 2022
Date: Monday, January 3, 2022 @ 16:34:45
Author: felixonmars
Revision: 1092490
upgpkg: python-case 1.5.3-9: fix dependecies
Modified:
python-case/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-03 16:25:47 UTC (rev 1092489)
+++ PKGBUILD 2022-01-03 16:34:45 UTC (rev 1092490)
@@ -2,22 +2,22 @@
pkgname=python-case
pkgver=1.5.3
-pkgrel=8
+pkgrel=9
pkgdesc="Python unittest Utilities"
arch=('any')
license=('BSD')
url="https://github.com/celery/case"
-depends=('python-nose')
+depends=('python-nose' 'python-setuptools' 'python-six')
source=("https://files.pythonhosted.org/packages/source/c/case/case-$pkgver.tar.gz")
sha512sums=('ae98a571c282f80c685c42ab1dc578847fe88cf8cd07faff505a8df8e3282a602908a8780ab88b36851e3ee6f3c178405e5c50776fd0f49fcc990087575f2958')
build() {
- cd "$srcdir"/case-$pkgver
+ cd case-$pkgver
python setup.py build
}
package() {
- cd "$srcdir"/case-$pkgver
+ cd case-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list