Date: Thursday, April 13, 2023 @ 08:44:15
Author: alex19ep
Revision: 1445754
archrelease: copy trunk to community-staging-any
Added:
python-canonicaljson/repos/community-staging-any/PKGBUILD
(from rev 1445753, python-canonicaljson/trunk/PKGBUILD)
Deleted:
python-canonicaljson/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-13 08:44:11 UTC (rev 1445753)
+++ PKGBUILD 2023-04-13 08:44:15 UTC (rev 1445754)
@@ -1,36 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Maintainer: Alexander Epaneshnikov <[email protected]>
-# Contributor: Ivan Shapovalov <[email protected]>
-
-pkgname=python-canonicaljson
-pkgver=1.6.4
-pkgrel=2
-pkgdesc='Canonical JSON'
-url='https://pypi.python.org/pypi/canonicaljson/'
-arch=('any')
-license=('Apache')
-depends=('python' 'python-simplejson' 'python-frozendict')
-makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
-checkdepends=('python-pytest')
-source=("python-canonicaljson-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v${pkgver}.tar.gz")
-sha512sums=('7be1300c17d51f917b1e81931f6d0dd681b1eef9b7f4e82ba3ae683609d74fd924eb3a832c8261611f556c190329748966bf15abe34bc1d22f2ecdf29372b560')
-b2sums=('4d55bb90cd4bbd5e019ffd0d505651c99dc6b296e9c0a52582265438586890cd6b663116ba0b66807b7a665c54eea001e039ca86c2fef9175b72a318a11a79a7')
-
-build() {
- cd python-canonicaljson-$pkgver
- python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
- cd python-canonicaljson-$pkgver
- python -m venv --system-site-packages test-env
- test-env/bin/python -m installer dist/*.whl
- PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest
-}
-
-package() {
- cd python-canonicaljson-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :
Copied: python-canonicaljson/repos/community-staging-any/PKGBUILD (from rev
1445753, python-canonicaljson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-13 08:44:15 UTC (rev 1445754)
@@ -0,0 +1,36 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Alexander Epaneshnikov <[email protected]>
+# Contributor: Ivan Shapovalov <[email protected]>
+
+pkgname=python-canonicaljson
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Canonical JSON'
+url='https://pypi.python.org/pypi/canonicaljson/'
+arch=('any')
+license=('Apache')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
+checkdepends=('python-pytest')
+source=("python-canonicaljson-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v${pkgver}.tar.gz")
+sha512sums=('953426264f231c5c598f7a2212fd566e6b0c51bd766778143283a3b6f7b01627f41d81c2355bacd0dcea9fb6992865092ad798f35a829845be2a9c18cff72a68')
+b2sums=('ebaa5d3ef8c83f1f67e5b92951bd42d90639b634e0a154ee57801bf91c710b42e08404ac4ac1934a9cc4dc92e60447fb4153182ae2c9c7e435db44949e8e600c')
+
+build() {
+ cd python-canonicaljson-$pkgver
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+ cd python-canonicaljson-$pkgver
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest
+}
+
+package() {
+ cd python-canonicaljson-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :