[arch-commits] Commit in python-helper/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Feb 1 22:32:47 UTC 2021


    Date: Monday, February 1, 2021 @ 22:32:47
  Author: felixonmars
Revision: 840776

archrelease: copy trunk to community-any

Added:
  python-helper/repos/community-any/PKGBUILD
    (from rev 840775, python-helper/trunk/PKGBUILD)
Deleted:
  python-helper/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-01 22:32:36 UTC (rev 840775)
+++ PKGBUILD	2021-02-01 22:32:47 UTC (rev 840776)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-helper
-pkgver=2.4.2
-pkgrel=6
-pkgdesc="Development library for quickly writing configurable applications and daemons"
-arch=('any')
-license=('BSD')
-url="https://helper.readthedocs.org"
-depends=('python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-coverage')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gmr/helper/archive/$pkgver.tar.gz")
-sha512sums=('56eca464eebc3e5a25f1b84c491b28c0f55f72fc3264598639fbd4200f87a1a3644b6edaba2201e97675fb33532a32df5a0e6bf0b2937b9951445666fc19c6f3')
-
-build() {
-  cd helper-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd helper-$pkgver
-  nosetests3
-}
-
-package() {
-  cd helper-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-helper/repos/community-any/PKGBUILD (from rev 840775, python-helper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-01 22:32:47 UTC (rev 840776)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-helper
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Development library for quickly writing configurable applications and daemons"
+arch=('any')
+license=('BSD')
+url="https://helper.readthedocs.org"
+depends=('python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-coverage')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gmr/helper/archive/$pkgver.tar.gz")
+sha512sums=('bd0b7a46a3b1219d2099793c8ff63f17bcd82371176b6ee50e4f1c924d1bb20d8e30f70e548e8fe575b71960bd4120dc9c13487fedccf3f8cca675a2ad3aeddf')
+
+build() {
+  cd helper-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd helper-$pkgver
+  nosetests3
+}
+
+package() {
+  cd helper-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list