[arch-commits] Commit in magic-wormhole/repos/community-any (PKGBUILD PKGBUILD)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Sun Nov 21 18:54:00 UTC 2021
Date: Sunday, November 21, 2021 @ 18:54:00
Author: alex19ep
Revision: 1053886
archrelease: copy trunk to community-any
Added:
magic-wormhole/repos/community-any/PKGBUILD
(from rev 1053885, magic-wormhole/trunk/PKGBUILD)
Deleted:
magic-wormhole/repos/community-any/PKGBUILD
----------+
PKGBUILD | 73 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-21 18:53:48 UTC (rev 1053885)
+++ PKGBUILD 2021-11-21 18:54:00 UTC (rev 1053886)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
-# Contributor: Storm Dragon <stormdragon2976 at gmail.com>
-
-pkgname=magic-wormhole
-pkgver=0.12.0
-pkgrel=5
-pkgdesc="Securely transfer data between computers"
-arch=('any')
-url="https://github.com/magic-wormhole/magic-wormhole"
-license=('MIT')
-depends=('python-click' 'python-cffi' 'python-autobahn' 'python-tqdm'
- 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize'
- 'python-idna' 'python-service-identity' 'python-txtorcon'
- 'python-pyopenssl' 'python-setuptools')
-checkdepends=('python-mock' 'python-magic-wormhole-transit-relay'
- 'python-magic-wormhole-mailbox-server')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/magic-wormhole/magic-wormhole/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('141244e746b0718f2c9417e8f7de6a714b0feb051aea8c7950ea0d1bc5d2e24e922bed29544fe76aa61b06aa2ce2b5f330824017af8c6030813415e6c004c716')
-
-build() {
- cd "${pkgname}-${pkgver}"
- python setup.py build
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- python setup.py test
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- export PYTHONHASHSEED=0
- python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
- install -vDm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -vDm 644 docs/*.md -t "${pkgdir}/usr/share/docs/${pkgname}"
- install -vDm 644 docs/wormhole.1 -t "${pkgdir}/usr/share/man/man1"
-}
Copied: magic-wormhole/repos/community-any/PKGBUILD (from rev 1053885, magic-wormhole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-21 18:54:00 UTC (rev 1053886)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Storm Dragon <stormdragon2976 at gmail.com>
+
+pkgname=magic-wormhole
+pkgver=0.12.0
+pkgrel=6
+pkgdesc="Securely transfer data between computers"
+arch=('any')
+url="https://github.com/magic-wormhole/magic-wormhole"
+license=('MIT')
+depends=('python-click' 'python-cffi' 'python-autobahn' 'python-tqdm'
+ 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize'
+ 'python-idna' 'python-service-identity' 'python-txtorcon'
+ 'python-pyopenssl' 'python-setuptools')
+checkdepends=('python-mock' 'python-magic-wormhole-transit-relay'
+ 'python-magic-wormhole-mailbox-server')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/magic-wormhole/magic-wormhole/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('141244e746b0718f2c9417e8f7de6a714b0feb051aea8c7950ea0d1bc5d2e24e922bed29544fe76aa61b06aa2ce2b5f330824017af8c6030813415e6c004c716')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py build
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py test
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+ install -vDm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -vDm 644 docs/*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -vDm 644 docs/wormhole.1 -t "${pkgdir}/usr/share/man/man1"
+}
More information about the arch-commits
mailing list