[arch-commits] Commit in python-voluptuous-serialize/repos/community-any (2 files)
Maxime Gauduin
alucryd at archlinux.org
Sat Jul 4 15:06:45 UTC 2020
Date: Saturday, July 4, 2020 @ 15:06:44
Author: alucryd
Revision: 657704
archrelease: copy trunk to community-any
Added:
python-voluptuous-serialize/repos/community-any/PKGBUILD
(from rev 657703, python-voluptuous-serialize/trunk/PKGBUILD)
Deleted:
python-voluptuous-serialize/repos/community-any/PKGBUILD
----------+
PKGBUILD | 93 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 44 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-04 15:06:39 UTC (rev 657703)
+++ PKGBUILD 2020-07-04 15:06:44 UTC (rev 657704)
@@ -1,49 +0,0 @@
-# Maintainer: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=python-voluptuous-serialize
-pkgver=2.3.0
-pkgrel=4
-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
-}
-
-prepare() {
- cd voluptuous-serialize
-
- git cherry-pick -n dc55dcc38a7ca0a49571a0133f423b0547cbbad6
-}
-
-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 657703, python-voluptuous-serialize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-04 15:06:44 UTC (rev 657704)
@@ -0,0 +1,44 @@
+# Maintainer: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=python-voluptuous-serialize
+pkgver=2.4.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=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:
More information about the arch-commits
mailing list