[arch-commits] Commit in python-voluptuous-serialize (3 files)

Maxime Gauduin alucryd at archlinux.org
Tue Jul 16 13:13:53 UTC 2019


    Date: Tuesday, July 16, 2019 @ 13:13:52
  Author: alucryd
Revision: 490037

archrelease: copy trunk to community-any

Added:
  python-voluptuous-serialize/repos/
  python-voluptuous-serialize/repos/community-any/
  python-voluptuous-serialize/repos/community-any/PKGBUILD
    (from rev 490036, python-voluptuous-serialize/trunk/PKGBUILD)

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

Copied: python-voluptuous-serialize/repos/community-any/PKGBUILD (from rev 490036, python-voluptuous-serialize/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2019-07-16 13:13:52 UTC (rev 490037)
@@ -0,0 +1,37 @@
+# Maintainer: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=python-voluptuous-serialize
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Convert voluptuous schemas to JSON'
+arch=(any)
+url=https://github.com/balloob/voluptuous-serialize
+license=(APACHE)
+depends=(python-voluptuous)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-pytest)
+source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd voluptuous-serialize
+
+  python setup.py build
+}
+
+check() {
+  cd voluptuous-serialize
+
+  python setup.py test
+}
+
+package() {
+  cd voluptuous-serialize
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list