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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 13:22:18 UTC 2020


    Date: Thursday, November 12, 2020 @ 13:22:17
  Author: foutrelis
Revision: 751798

archrelease: copy trunk to community-staging-any

Added:
  python-signedjson/repos/community-staging-any/PKGBUILD
    (from rev 751797, python-signedjson/trunk/PKGBUILD)
Deleted:
  python-signedjson/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 13:22:14 UTC (rev 751797)
+++ PKGBUILD	2020-11-12 13:22:17 UTC (rev 751798)
@@ -1,30 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgname=python-signedjson
-pkgver=1.1.1
-pkgrel=2
-
-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 :

Copied: python-signedjson/repos/community-staging-any/PKGBUILD (from rev 751797, python-signedjson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 13:22:17 UTC (rev 751798)
@@ -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=3
+
+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