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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 19:37:30 UTC 2021


    Date: Friday, July 16, 2021 @ 19:37:30
  Author: felixonmars
Revision: 977735

archrelease: copy trunk to community-any

Added:
  python-jsonschema-objects/repos/community-any/PKGBUILD
    (from rev 977734, 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	2021-07-16 19:37:17 UTC (rev 977734)
+++ PKGBUILD	2021-07-16 19:37:30 UTC (rev 977735)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jsonschema-objects
-pkgver=0.3.12
-pkgrel=2
-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=('cab0d413375677f1204b236703865fdff43763a68bf0cdf82460c953aed51376c581102f6588377a51b259cbe8a1095c90b50789dc18fcd328c8f60b669631a4')
-
-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 977734, python-jsonschema-objects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 19:37:30 UTC (rev 977735)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jsonschema-objects
+pkgver=0.3.13
+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=('ae093532d869390a07fe8ed4d33717ca4e4df84ab5d9175e6d966cff395133b99c5ab0fc36810b9ec0a2f64d9b3f551fa4b5518d3fe0882bcf77e1ee8993bf44')
+
+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