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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Sun Apr 10 19:06:03 UTC 2022


    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 <johannes at kyriasis.com>
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+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 :



More information about the arch-commits mailing list