[arch-commits] Commit in python-signedjson/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 15:48:47 UTC 2021
Date: Wednesday, December 1, 2021 @ 15:48:47
Author: felixonmars
Revision: 1060571
archrelease: copy trunk to community-staging-any
Added:
python-signedjson/repos/community-staging-any/
python-signedjson/repos/community-staging-any/PKGBUILD
(from rev 1060570, python-signedjson/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: python-signedjson/repos/community-staging-any/PKGBUILD (from rev 1060570, python-signedjson/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-12-01 15:48:47 UTC (rev 1060571)
@@ -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=4
+
+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=('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