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

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


    Date: Tuesday, May 19, 2020 @ 18:43:30
  Author: demize
Revision: 630035

db-move: moved python-signedjson from [community-testing] to [community] (any)

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

------------------------+
 /PKGBUILD              |   30 ++++++++++++++++++++++++++++++
 community-any/PKGBUILD |   30 ------------------------------
 2 files changed, 30 insertions(+), 30 deletions(-)

Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2020-05-19 18:43:29 UTC (rev 630034)
+++ community-any/PKGBUILD	2020-05-19 18:43:30 UTC (rev 630035)
@@ -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.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 :

Copied: python-signedjson/repos/community-any/PKGBUILD (from rev 630034, python-signedjson/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-05-19 18:43:30 UTC (rev 630035)
@@ -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