Date: Friday, May 12, 2023 @ 06:22:03
  Author: arojas
Revision: 1460062

archrelease: copy trunk to community-any

Added:
  stratis-cli/repos/community-any/PKGBUILD
    (from rev 1460061, stratis-cli/trunk/PKGBUILD)
Deleted:
  stratis-cli/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 06:21:51 UTC (rev 1460061)
+++ PKGBUILD    2023-05-12 06:22:03 UTC (rev 1460062)
@@ -1,46 +0,0 @@
-# Maintainer: Jiachen YANG <[email protected]>
-# Contributor: Dan Beste <[email protected]>
-
-pkgname='stratis-cli'
-pkgver=3.4.0
-_pkgver=$pkgver
-pkgrel=2
-pkgdesc='A CLI for the Stratis Project.'
-arch=('any')
-license=('Apache')
-url='https://stratis-storage.github.io/'
-depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil' 'python-packaging' 'python-psutil' 'python-wcwidth')
-makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'dbus-python' 
'asciidoc' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
-#checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
-source=(
-  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz";
-)
-sha256sums=('99b65f60157cf26e21dd44b4b17bd011d2bf9febe33fca0352c1787e7389bf80')
-
-### ignore tests because it requires root permission to access stratisd
-#check() {
-#  cd "${pkgname}-${_pkgver}"
-#  export STRATISD="/usr/lib/stratisd"
-#  nosetests
-#}
-
-build () {
-  cd "${pkgname}-${_pkgver}"
-  a2x -f manpage docs/stratis.txt
-  python -m build --wheel --no-isolation
-}
-package() {
-  cd "${pkgname}-${_pkgver}"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-       install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
-       install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
-       install -D -m644 "shell-completion/fish/stratis.fish" 
"$pkgdir/usr/share/fish/completions/stratis.fish"
-
-  cd "docs"
-  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
-}
-
-# vim: ts=2 sw=2 et:

Copied: stratis-cli/repos/community-any/PKGBUILD (from rev 1460061, 
stratis-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 06:22:03 UTC (rev 1460062)
@@ -0,0 +1,46 @@
+# Maintainer: Jiachen YANG <[email protected]>
+# Contributor: Dan Beste <[email protected]>
+
+pkgname='stratis-cli'
+pkgver=3.4.0
+_pkgver=$pkgver
+pkgrel=3
+pkgdesc='A CLI for the Stratis Project.'
+arch=('any')
+license=('Apache')
+url='https://stratis-storage.github.io/'
+depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil' 'python-packaging' 'python-psutil' 'python-wcwidth')
+makedepends=('dbus-glib' 'git' 'mpfr' 'dbus-python' 'asciidoc' 
'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+#checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
+source=(
+  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz";
+)
+sha256sums=('99b65f60157cf26e21dd44b4b17bd011d2bf9febe33fca0352c1787e7389bf80')
+
+### ignore tests because it requires root permission to access stratisd
+#check() {
+#  cd "${pkgname}-${_pkgver}"
+#  export STRATISD="/usr/lib/stratisd"
+#  nosetests
+#}
+
+build () {
+  cd "${pkgname}-${_pkgver}"
+  a2x -f manpage docs/stratis.txt
+  python -m build --wheel --no-isolation
+}
+package() {
+  cd "${pkgname}-${_pkgver}"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+       install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
+       install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
+       install -D -m644 "shell-completion/fish/stratis.fish" 
"$pkgdir/usr/share/fish/completions/stratis.fish"
+
+  cd "docs"
+  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to