[arch-commits] Commit in python-ubjson/repos/community-x86_64 (PKGBUILD PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Wed Apr 10 15:54:37 UTC 2019


    Date: Wednesday, April 10, 2019 @ 15:54:36
  Author: yan12125
Revision: 450890

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 32 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 15:54:15 UTC (rev 450889)
+++ PKGBUILD	2019-04-10 15:54:36 UTC (rev 450890)
@@ -1,28 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-ubjson
-pkgver=0.12.0
-pkgrel=1
-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 python-pypandoc)
-depends=(python)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/Iotic-Labs/py-ubjson/archive/v$pkgver.tar.gz")
-sha256sums=('f3ea0aeda4871b51e39566df0d6200a9950c5edb704e6830e22fe5989981069b')
-
-build() {
-  cd py-ubjson-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd py-ubjson-$pkgver
-  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-x86_64/PKGBUILD (from rev 450889, python-ubjson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-10 15:54:36 UTC (rev 450890)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-ubjson
+pkgver=0.13.0
+pkgrel=1
+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 python-pypandoc)
+depends=(python)
+source=("https://files.pythonhosted.org/packages/source/p/py-ubjson/py-ubjson-0.13.0.tar.gz"{,.asc})
+sha256sums=('fdfcb858ba281895fa77a02cc00ae8d9da306dd758a23acf28d48dd1ed25a7d5'
+            '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
+  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