[arch-commits] Commit in python-signedjson/repos (2 files)

Johannes Löthberg demize at archlinux.org
Wed Feb 12 18:59:35 UTC 2020


    Date: Wednesday, February 12, 2020 @ 18:59:34
  Author: demize
Revision: 569632

archrelease: copy trunk to community-testing-any

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

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

Copied: python-signedjson/repos/community-testing-any/PKGBUILD (from rev 569631, python-signedjson/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2020-02-12 18:59:34 UTC (rev 569632)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-signedjson
+pkgver=1.1.0
+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')
+
+source=("python-signedjson-$pkgver.tar.gz::https://github.com/matrix-org/python-signedjson/archive/v$pkgver.tar.gz")
+
+md5sums=('332e6f7d34931e9b71dea6ce246a27db')
+
+build() {
+	cd "$srcdir"/python-signedjson-$pkgver
+	python setup.py build
+}
+
+package() {
+	cd python-signedjson-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



More information about the arch-commits mailing list