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

Felix Yan felixonmars at archlinux.org
Sat Nov 2 21:49:53 UTC 2019


    Date: Saturday, November 2, 2019 @ 21:49:53
  Author: felixonmars
Revision: 522264

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-02 21:49:52 UTC (rev 522263)
+++ PKGBUILD	2019-11-02 21:49:53 UTC (rev 522264)
@@ -1,49 +0,0 @@
-# Maintainer: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=python-voluptuous-serialize
-pkgver=2.3.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)
-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-staging-any/PKGBUILD (from rev 522262, python-voluptuous-serialize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-02 21:49:53 UTC (rev 522264)
@@ -0,0 +1,49 @@
+# 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:



More information about the arch-commits mailing list