[arch-commits] Commit in python-pytddmon/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 08:15:39 UTC 2019


    Date: Monday, November 4, 2019 @ 08:15:39
  Author: felixonmars
Revision: 523651

archrelease: copy trunk to community-staging-any

Added:
  python-pytddmon/repos/community-staging-any/PKGBUILD
    (from rev 523649, python-pytddmon/trunk/PKGBUILD)
Deleted:
  python-pytddmon/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 08:15:34 UTC (rev 523650)
+++ PKGBUILD	2019-11-04 08:15:39 UTC (rev 523651)
@@ -1,32 +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-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
-}

Copied: python-pytddmon/repos/community-staging-any/PKGBUILD (from rev 523649, python-pytddmon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 08:15:39 UTC (rev 523651)
@@ -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=6
+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