Date: Tuesday, November 15, 2022 @ 22:43:28
  Author: arodseth
Revision: 1349052

archrelease: copy trunk to community-x86_64

Added:
  python-simplejson/repos/community-x86_64/PKGBUILD
    (from rev 1349051, python-simplejson/trunk/PKGBUILD)
Deleted:
  python-simplejson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-15 22:43:22 UTC (rev 1349051)
+++ PKGBUILD    2022-11-15 22:43:28 UTC (rev 1349052)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander Rødseth <rods...@gmail.com>
-# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
-# Contributor: Allan McRae <al...@archlinux.org>
-# Contributor: David Moore <dav...@sjsoft.com>
-
-pkgname=python-simplejson
-pkgver=3.17.6
-pkgrel=4
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=(MIT)
-arch=(x86_64)
-url='https://github.com/simplejson/simplejson'
-depends=(python)
-makedepends=(git python-setuptools)
-checkdepends=(python-pytest-runner)
-source=("git+$url#commit=02221b19672b1b35188080435c7360cd2d6af6fb") # tag: 
v3.17.6
-b2sums=(SKIP)
-
-build() {
-  cd simplejson
-  python setup.py build
-}
-
-check() {
-  cd simplejson
-  python setup.py pytest
-}
-
-package_python-simplejson() {
-  cd simplejson
-  python setup.py install --root="$pkgdir"
-  install -Dm644 ../simplejson/LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-simplejson/repos/community-x86_64/PKGBUILD (from rev 1349051, 
python-simplejson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-15 22:43:28 UTC (rev 1349052)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: Allan McRae <al...@archlinux.org>
+# Contributor: David Moore <dav...@sjsoft.com>
+
+pkgname=python-simplejson
+pkgver=3.18.0
+pkgrel=1
+pkgdesc='Simple, fast and extensible JSON decoder/encoder'
+license=(MIT)
+arch=(x86_64)
+url='https://github.com/simplejson/simplejson'
+depends=(python)
+makedepends=(git python-setuptools)
+checkdepends=(python-nose python-pytest-runner)
+source=("git+$url#commit=66c62d841c6f96d782c4f17d7bf63655f0c1666f") # tag: 
v3.18.0
+b2sums=(SKIP)
+
+build() {
+  cd simplejson
+  python setup.py build
+}
+
+check() {
+  nosetests -w simplejson
+}
+
+package_python-simplejson() {
+  cd simplejson
+  python setup.py install --root="$pkgdir"
+  install -Dm644 ../simplejson/LICENSE.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to