Date: Sunday, April 10, 2022 @ 19:06:03
  Author: alex19ep
Revision: 1185757

archrelease: copy trunk to community-testing-any

Added:
  python-signedjson/repos/community-testing-any/
  python-signedjson/repos/community-testing-any/PKGBUILD
    (from rev 1185756, python-signedjson/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: python-signedjson/repos/community-testing-any/PKGBUILD (from rev 
1185756, python-signedjson/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2022-04-10 19:06:03 UTC (rev 1185757)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Alexander Epaneshnikov <[email protected]>
+# Contributor: Ivan Shapovalov <[email protected]>
+
+pkgname=python-signedjson
+pkgver=1.1.4
+pkgrel=1
+
+pkgdesc='Sign JSON with Ed25519 signatures'
+url='https://pypi.python.org/pypi/signedjson/'
+arch=('any')
+license=('Apache')
+
+depends=('python' 'python-canonicaljson' 'python-unpaddedbase64' 
'python-pynacl')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-wheel')
+
+source=("https://files.pythonhosted.org/packages/source/s/signedjson/signedjson-$pkgver.tar.gz";)
+
+sha256sums=('cd91c56af53f169ef032c62e9c4a3292dc158866933318d0592e3462db3d6492')
+
+build() {
+       cd signedjson-$pkgver
+       python setup.py build
+}
+
+package() {
+       cd signedjson-$pkgver
+       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Reply via email to