[arch-commits] Commit in python-voluptuous-serialize/repos/community-any (2 files)

Maxime Gauduin alucryd at archlinux.org
Tue Oct 1 08:43:15 UTC 2019


    Date: Tuesday, October 1, 2019 @ 08:43:14
  Author: alucryd
Revision: 512316

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-01 08:43:09 UTC (rev 512315)
+++ PKGBUILD	2019-10-01 08:43:14 UTC (rev 512316)
@@ -1,37 +0,0 @@
-# Maintainer: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=python-voluptuous-serialize
-pkgver=2.2.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:

Copied: python-voluptuous-serialize/repos/community-any/PKGBUILD (from rev 512315, python-voluptuous-serialize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-01 08:43:14 UTC (rev 512316)
@@ -0,0 +1,43 @@
+# Maintainer: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=python-voluptuous-serialize
+pkgver=2.3.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=054be2486b9f12ac4bf29ae5b25ef784fa6da6a5)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd voluptuous-serialize
+
+  git describe --tags
+}
+
+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