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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:36:33 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:36:32
  Author: foutrelis
Revision: 1060880

archrelease: copy trunk to community-staging-x86_64

Added:
  python-ubjson/repos/community-staging-x86_64/PKGBUILD
    (from rev 1060878, python-ubjson/trunk/PKGBUILD)
Deleted:
  python-ubjson/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:36:31 UTC (rev 1060879)
+++ PKGBUILD	2021-12-01 21:36:32 UTC (rev 1060880)
@@ -1,33 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-ubjson
-pkgver=0.16.1
-pkgrel=4
-pkgdesc='Universal Binary JSON draft-12 serializer for Python'
-arch=(x86_64)
-url='https://github.com/Iotic-Labs/py-ubjson'
-license=(Apache)
-makedepends=(python-setuptools)
-depends=(python)
-source=("https://files.pythonhosted.org/packages/source/p/py-ubjson/py-ubjson-$pkgver.tar.gz"{,.asc})
-sha256sums=('b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69a5a482'
-            'SKIP')
-validpgpkeys=(
-  'A262040D27F5F4700D097A02CF651F44EF65072E'  # Iotic Labs Ltd (Software release signing key) <info at iotic-labs.com>
-)
-
-build() {
-  cd py-ubjson-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd py-ubjson-$pkgver
-  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-$pyver" python -m unittest discover -v test
-}
-
-package() {
-  cd py-ubjson-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-ubjson/repos/community-staging-x86_64/PKGBUILD (from rev 1060878, python-ubjson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:36:32 UTC (rev 1060880)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-ubjson
+pkgver=0.16.1
+pkgrel=5
+pkgdesc='Universal Binary JSON draft-12 serializer for Python'
+arch=(x86_64)
+url='https://github.com/Iotic-Labs/py-ubjson'
+license=(Apache)
+makedepends=(python-setuptools)
+depends=(python)
+source=("https://files.pythonhosted.org/packages/source/p/py-ubjson/py-ubjson-$pkgver.tar.gz"{,.asc})
+sha256sums=('b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69a5a482'
+            'SKIP')
+validpgpkeys=(
+  'A262040D27F5F4700D097A02CF651F44EF65072E'  # Iotic Labs Ltd (Software release signing key) <info at iotic-labs.com>
+)
+
+build() {
+  cd py-ubjson-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd py-ubjson-$pkgver
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-$pyver" python -m unittest discover -v test
+}
+
+package() {
+  cd py-ubjson-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list