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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Tue Jun 14 15:45:20 UTC 2022


    Date: Tuesday, June 14, 2022 @ 15:45:20
  Author: alex19ep
Revision: 1237863

archrelease: copy trunk to community-testing-any

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

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

Copied: python-canonicaljson/repos/community-testing-any/PKGBUILD (from rev 1237862, python-canonicaljson/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2022-06-14 15:45:20 UTC (rev 1237863)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-canonicaljson
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Canonical JSON'
+url='https://pypi.python.org/pypi/canonicaljson/'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-simplejson' 'python-frozendict')
+makedepends=('python-setuptools')
+source=("python-canonicaljson-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v${pkgver}.tar.gz")
+sha512sums=('5dfcf76e80814e65b897e216e18cbe69b3f44e7676fe433cefdcfa15dc18a004dc7586c16bf95b7457cb8e9268dedf2e7b1b92247b7c65afef30888b1c89bde5')
+b2sums=('7460b99d8e95b223e4d092ee4158c13b5b101d7001fe111fed021c15128d040ef657ee03dbfba14d2e3df0a61f82a072e171a87312f47f524baad1603c6e47bb')
+
+build() {
+	cd python-canonicaljson-$pkgver
+	python setup.py build
+}
+
+check() {
+	cd python-canonicaljson-$pkgver
+	python setup.py test
+}
+
+package() {
+	cd python-canonicaljson-$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