[arch-commits] Commit in python-hs-dbus-signature/repos/community-any (2 files)
Jiachen Yang
farseerfc at archlinux.org
Mon Dec 7 07:22:47 UTC 2020
Date: Monday, December 7, 2020 @ 07:22:46
Author: farseerfc
Revision: 771359
archrelease: copy trunk to community-any
Added:
python-hs-dbus-signature/repos/community-any/PKGBUILD
(from rev 771358, python-hs-dbus-signature/trunk/PKGBUILD)
Deleted:
python-hs-dbus-signature/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-07 07:22:17 UTC (rev 771358)
+++ PKGBUILD 2020-12-07 07:22:46 UTC (rev 771359)
@@ -1,30 +0,0 @@
-# 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
-}
Copied: python-hs-dbus-signature/repos/community-any/PKGBUILD (from rev 771358, python-hs-dbus-signature/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-07 07:22:46 UTC (rev 771359)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+
+pkgname=python-hs-dbus-signature
+_pkgname=hs-dbus-signature
+pkgver=0.07
+pkgrel=1
+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=('eb4ff3c5bc16bb6c64a0e5447d4f870a3d0f667d3ca3a88118ba0d4bfef775fa')
+
+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