[arch-commits] Commit in (4 files)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sun Nov 18 07:22:35 UTC 2018
Date: Sunday, November 18, 2018 @ 07:22:34
Author: yan12125
Revision: 408645
addpkg: python-testing.common.database 2.0.3-1
Added:
python-testing.common.database/
python-testing.common.database/repos/
python-testing.common.database/trunk/
python-testing.common.database/trunk/PKGBUILD
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Added: python-testing.common.database/trunk/PKGBUILD
===================================================================
--- python-testing.common.database/trunk/PKGBUILD (rev 0)
+++ python-testing.common.database/trunk/PKGBUILD 2018-11-18 07:22:34 UTC (rev 408645)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-testing.common.database
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Utilities for testing.* packages'
+arch=(any)
+url='https://github.com/tk0miya/testing.common.database'
+license=(Apache)
+makedepends=(python-setuptools)
+depends=(python)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/tk0miya/testing.common.database/archive/$pkgver.tar.gz")
+sha256sums=('f2d4f865e52bacf54cf853b6043cceb06a31ed020b50d3b0e63c7e59c66f00b4')
+
+prepare() {
+ cd testing.common.database-$pkgver
+
+ # https://github.com/tk0miya/testing.common.database/issues/21
+ sed -i 's|2\.0\.2|2.0.3|' setup.py
+}
+
+build() {
+ cd testing.common.database-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd testing.common.database-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list