[arch-commits] Commit in python-argh/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 10:34:00 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:34:00
Author: felixonmars
Revision: 750110
archrelease: copy trunk to community-staging-any
Added:
python-argh/repos/community-staging-any/PKGBUILD
(from rev 750107, python-argh/trunk/PKGBUILD)
Deleted:
python-argh/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:33:57 UTC (rev 750109)
+++ PKGBUILD 2020-11-11 10:34:00 UTC (rev 750110)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=python-argh
-pkgver=0.26.2
-pkgrel=7
-pkgdesc="An unobtrusive argparse wrapper with natural syntax"
-arch=(any)
-url="https://pypi.python.org/pypi/argh"
-license=('LGPL3')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-iocapture')
-source=("https://github.com/neithere/argh/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('SKIP')
-
-build() {
- cd argh-$pkgver
- python setup.py build
-}
-
-check() {
- cd argh-$pkgver
- py.test
-}
-
-package() {
- cd argh-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-argh/repos/community-staging-any/PKGBUILD (from rev 750107, python-argh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:34:00 UTC (rev 750110)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python-argh
+pkgver=0.26.2
+pkgrel=8
+pkgdesc="An unobtrusive argparse wrapper with natural syntax"
+arch=(any)
+url="https://pypi.python.org/pypi/argh"
+license=('LGPL3')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-iocapture')
+source=("https://github.com/neithere/argh/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('SKIP')
+
+build() {
+ cd argh-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd argh-$pkgver
+ py.test
+}
+
+package() {
+ cd argh-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list