Date: Friday, February 17, 2023 @ 14:15:09
Author: alucryd
Revision: 1402244
archrelease: copy trunk to community-any
Added:
python-voluptuous-serialize/repos/community-any/PKGBUILD
(from rev 1402243, python-voluptuous-serialize/trunk/PKGBUILD)
Deleted:
python-voluptuous-serialize/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-17 14:14:59 UTC (rev 1402243)
+++ PKGBUILD 2023-02-17 14:15:09 UTC (rev 1402244)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Jameson Pugh <[email protected]>
-
-pkgname=python-voluptuous-serialize
-pkgver=2.5.0
-pkgrel=3
-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})
-b2sums=(SKIP)
-
-pkgver() {
- cd voluptuous-serialize
- git describe --tags
-}
-
-build() {
- cd voluptuous-serialize
- python setup.py build
-}
-
-check() {
- cd voluptuous-serialize
- PYTHONPATH=$PWD/build/lib pytest
-}
-
-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
1402243, python-voluptuous-serialize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-17 14:15:09 UTC (rev 1402244)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Jameson Pugh <[email protected]>
+
+pkgname=python-voluptuous-serialize
+pkgver=2.6.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=2a6c0474e9d19c07c1edd5adbd42f434a46658e2
+source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+ cd voluptuous-serialize
+ git describe --tags
+}
+
+build() {
+ cd voluptuous-serialize
+ python setup.py build
+}
+
+check() {
+ cd voluptuous-serialize
+ PYTHONPATH=$PWD/build/lib pytest
+}
+
+package() {
+ cd voluptuous-serialize
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et: