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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 10:31:16 UTC 2022


    Date: Monday, January 10, 2022 @ 10:31:15
  Author: alucryd
Revision: 1099010

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 10:31:09 UTC (rev 1099009)
+++ PKGBUILD	2022-01-10 10:31:15 UTC (rev 1099010)
@@ -1,44 +0,0 @@
-# Maintainer: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=python-voluptuous-serialize
-pkgver=2.4.0
-pkgrel=5
-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)
-_tag=8c063358de3f2b6d0c51cd20bae2e483a213c43f
-source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${_tag})
-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:

Copied: python-voluptuous-serialize/repos/community-any/PKGBUILD (from rev 1099009, python-voluptuous-serialize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 10:31:15 UTC (rev 1099010)
@@ -0,0 +1,44 @@
+# Maintainer: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=python-voluptuous-serialize
+pkgver=2.5.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)
+_tag=bea77030a4a8b782eb19d0391fb15842ff6cbd40
+source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${_tag})
+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