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

Johannes Löthberg demize at archlinux.org
Tue May 19 18:14:41 UTC 2020


    Date: Tuesday, May 19, 2020 @ 18:14:41
  Author: demize
Revision: 630011

archrelease: copy trunk to community-testing-any

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

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

Copied: python-signedjson/repos/community-testing-any/PKGBUILD (from rev 630010, python-signedjson/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2020-05-19 18:14:41 UTC (rev 630011)
@@ -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.1
+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=("https://files.pythonhosted.org/packages/source/s/signedjson/signedjson-$pkgver.tar.gz")
+
+sha256sums=('350586e7570ba208f7729dcda09d43f554ead0207a15e3e3695533ef3f720009')
+
+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 :



More information about the arch-commits mailing list