[arch-commits] Commit in python-voluptuous-serialize/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 12:00:57 UTC 2021
Date: Thursday, December 2, 2021 @ 12:00:56
Author: felixonmars
Revision: 1061716
archrelease: copy trunk to community-staging-any
Added:
python-voluptuous-serialize/repos/community-staging-any/PKGBUILD
(from rev 1061713, python-voluptuous-serialize/trunk/PKGBUILD)
Deleted:
python-voluptuous-serialize/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 12:00:55 UTC (rev 1061715)
+++ PKGBUILD 2021-12-02 12:00:56 UTC (rev 1061716)
@@ -1,44 +0,0 @@
-# Maintainer: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=python-voluptuous-serialize
-pkgver=2.4.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)
-_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-staging-any/PKGBUILD (from rev 1061713, python-voluptuous-serialize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 12:00:56 UTC (rev 1061716)
@@ -0,0 +1,44 @@
+# 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:
More information about the arch-commits
mailing list