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

Felix Yan felixonmars at archlinux.org
Mon Mar 16 14:13:42 UTC 2020


    Date: Monday, March 16, 2020 @ 14:13:42
  Author: felixonmars
Revision: 599733

archrelease: copy trunk to community-any

Added:
  python-jsonschema-objects/repos/community-any/PKGBUILD
    (from rev 599732, python-jsonschema-objects/trunk/PKGBUILD)
Deleted:
  python-jsonschema-objects/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-16 14:13:27 UTC (rev 599732)
+++ PKGBUILD	2020-03-16 14:13:42 UTC (rev 599733)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jsonschema-objects
-pkgver=0.3.11
-pkgrel=1
-pkgdesc="Return the jsonschema-objects true value of an iterable"
-url="https://github.com/cwacek/python-jsonschema-objects"
-license=('MIT')
-arch=('any')
-depends=('python-inflection' 'python-markdown' 'python-jsonschema' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cwacek/python-jsonschema-objects/archive/$pkgver.tar.gz")
-sha512sums=('f92e9719b8feed30e2a12f3094470f9ebc0df4b177c5f11733e413df83bbd458958709364627c9064f9cde60f0a94d255aeb3f086db21310e8b44f39ddff0b3d')
-
-build() {
-  cd python-jsonschema-objects-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-jsonschema-objects-$pkgver
-  python setup.py pytest --addopts --doctest-glob='python_jsonschema_objects/*.md'
-}
-
-package() {
-  cd python-jsonschema-objects-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jsonschema-objects/repos/community-any/PKGBUILD (from rev 599732, python-jsonschema-objects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-16 14:13:42 UTC (rev 599733)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jsonschema-objects
+pkgver=0.3.12
+pkgrel=1
+pkgdesc="Return the jsonschema-objects true value of an iterable"
+url="https://github.com/cwacek/python-jsonschema-objects"
+license=('MIT')
+arch=('any')
+depends=('python-inflection' 'python-markdown' 'python-jsonschema' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cwacek/python-jsonschema-objects/archive/$pkgver.tar.gz")
+sha512sums=('52a37258918720ad874be91ad8d3d904141e4d5da5bd7b905e4a7ffb3482c22c1b92080d59b556d47f4a6e2788c4c07ddae7b52e9a9b516bbd0f7db733577ce9')
+
+build() {
+  cd python-jsonschema-objects-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-jsonschema-objects-$pkgver
+  python setup.py pytest --addopts --doctest-glob='python_jsonschema_objects/*.md'
+}
+
+package() {
+  cd python-jsonschema-objects-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list