[arch-commits] Commit in python-pytddmon/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Oct 27 07:12:07 UTC 2019
Date: Sunday, October 27, 2019 @ 07:12:06
Author: foutrelis
Revision: 520719
archrelease: copy trunk to community-staging-any
Added:
python-pytddmon/repos/community-staging-any/
python-pytddmon/repos/community-staging-any/PKGBUILD
(from rev 520718, python-pytddmon/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-pytddmon/repos/community-staging-any/PKGBUILD (from rev 520718, python-pytddmon/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-27 07:12:06 UTC (rev 520719)
@@ -0,0 +1,32 @@
+# 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-pytddmon
+pkgver=1.0.8
+_commit=4b2875cfda88050537af58a4103ea8809c27ee1c
+pkgrel=5
+pkgdesc='Continuous unit testing in Python'
+arch=('any')
+url='https://pytddmon.org'
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$_commit.tar.gz::https://github.com/objarni/pytddmon/archive/$_commit.tar.gz")
+sha512sums=('5b71938b0f80995a8e9c9590697e1ccc53f30339d0dc63a31aa37957d8f354913e84444eecaebd6a8e631af645baefbdbed09aaa65f53d7e0d49c90fbc2c7a46')
+
+build() {
+ cd pytddmon-$_commit
+ python setup.py build
+}
+
+check() {
+ cd pytddmon-$_commit
+ python setup.py nosetests
+}
+
+package() {
+ cd pytddmon-$_commit
+ python setup.py install --root="$pkgdir" -O1
+}
More information about the arch-commits
mailing list