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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 17:45:57 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:45:56
  Author: felixonmars
Revision: 752802

archrelease: copy trunk to community-staging-any

Added:
  python-hs-dbus-signature/repos/community-staging-any/PKGBUILD
    (from rev 752801, 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	2020-11-12 17:45:46 UTC (rev 752801)
+++ PKGBUILD	2020-11-12 17:45:56 UTC (rev 752802)
@@ -1,30 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at gmail.com>
-
-pkgname=python-hs-dbus-signature
-_pkgname=hs-dbus-signature
-pkgver=0.06
-pkgrel=4
-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 ${_pkgname}-${pkgver}
-    nosetests
-}
- 
-build() {
-    cd ${_pkgname}-${pkgver}
-    python setup.py build
-}
-
-package() {
-    cd ${_pkgname}-${pkgver}
-    python setup.py install --root="${pkgdir}" --optimize=1 
-}

Copied: python-hs-dbus-signature/repos/community-staging-any/PKGBUILD (from rev 752801, python-hs-dbus-signature/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 17:45:56 UTC (rev 752802)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+
+pkgname=python-hs-dbus-signature
+_pkgname=hs-dbus-signature
+pkgver=0.06
+pkgrel=5
+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 ${_pkgname}-${pkgver}
+    nosetests
+}
+ 
+build() {
+    cd ${_pkgname}-${pkgver}
+    python setup.py build
+}
+
+package() {
+    cd ${_pkgname}-${pkgver}
+    python setup.py install --root="${pkgdir}" --optimize=1 
+}



More information about the arch-commits mailing list