[arch-commits] Commit in python-hs-dbus-signature/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 4 07:41:41 UTC 2019
Date: Monday, November 4, 2019 @ 07:41:40
Author: felixonmars
Revision: 523545
archrelease: copy trunk to community-staging-any
Added:
python-hs-dbus-signature/repos/community-staging-any/PKGBUILD
(from rev 523544, python-hs-dbus-signature/trunk/PKGBUILD)
Deleted:
python-hs-dbus-signature/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-04 07:41:23 UTC (rev 523544)
+++ PKGBUILD 2019-11-04 07:41:40 UTC (rev 523545)
@@ -1,30 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at gmail.com>
-
-pkgname=python-hs-dbus-signature
-_pkgname=hs-dbus-signature
-pkgver=0.06
-pkgrel=2
-pkgdesc="dbus signature hypothesis strategy generator"
-url="https://github.com/stratis-storage/hs-dbus-signature"
-depends=('python-hypothesis' )
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-nose')
-license=('MPL2')
-arch=('any')
-source=("https://github.com/stratis-storage/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('1fa4f8cea63cabac761b32fa851cc1e85abc60a354c55fbce133412b89ee6dbd')
-
-check() {
- cd $srcdir/${_pkgname}-${pkgver}
- nosetests
-}
-
-build() {
- cd $srcdir/${_pkgname}-${pkgver}
- python setup.py build
-}
-
-package() {
- cd $srcdir/${_pkgname}-${pkgver}
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-hs-dbus-signature/repos/community-staging-any/PKGBUILD (from rev 523544, python-hs-dbus-signature/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-04 07:41:40 UTC (rev 523545)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+
+pkgname=python-hs-dbus-signature
+_pkgname=hs-dbus-signature
+pkgver=0.06
+pkgrel=3
+pkgdesc="dbus signature hypothesis strategy generator"
+url="https://github.com/stratis-storage/hs-dbus-signature"
+depends=('python-hypothesis' )
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-nose')
+license=('MPL2')
+arch=('any')
+source=("https://github.com/stratis-storage/${_pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('1fa4f8cea63cabac761b32fa851cc1e85abc60a354c55fbce133412b89ee6dbd')
+
+check() {
+ cd $srcdir/${_pkgname}-${pkgver}
+ nosetests
+}
+
+build() {
+ cd $srcdir/${_pkgname}-${pkgver}
+ python setup.py build
+}
+
+package() {
+ cd $srcdir/${_pkgname}-${pkgver}
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list