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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 20:04:41 UTC 2021


    Date: Thursday, December 2, 2021 @ 20:04:40
  Author: foutrelis
Revision: 1062505

archrelease: copy trunk to community-staging-any

Added:
  python-jschema-to-python/repos/community-staging-any/PKGBUILD
    (from rev 1062502, python-jschema-to-python/trunk/PKGBUILD)
Deleted:
  python-jschema-to-python/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 20:04:40 UTC (rev 1062504)
+++ PKGBUILD	2021-12-02 20:04:40 UTC (rev 1062505)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-jschema-to-python
-pkgver=1.2.3
-pkgrel=2
-pkgdesc='Generate source code for a set of Python classes from a JSON schema'
-arch=(any)
-url='https://github.com/microsoft/jschema-to-python'
-license=(MIT)
-depends=(python-attrs python-jsonpickle python-pbr)
-checkdepends=(python-pytest)
-source=(https://github.com/microsoft/jschema-to-python/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('bd21ab2f541fdae809bdfd40d1f718e6bd4ee43c92eea0c99956df20a8d877d6')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd jschema-to-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jschema-to-python-$pkgver
-  pytest
-}
-
-package() {
-  cd jschema-to-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-jschema-to-python/repos/community-staging-any/PKGBUILD (from rev 1062502, python-jschema-to-python/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 20:04:40 UTC (rev 1062505)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-jschema-to-python
+pkgver=1.2.3
+pkgrel=3
+pkgdesc='Generate source code for a set of Python classes from a JSON schema'
+arch=(any)
+url='https://github.com/microsoft/jschema-to-python'
+license=(MIT)
+depends=(python-attrs python-jsonpickle python-pbr)
+checkdepends=(python-pytest)
+source=(https://github.com/microsoft/jschema-to-python/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('bd21ab2f541fdae809bdfd40d1f718e6bd4ee43c92eea0c99956df20a8d877d6')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd jschema-to-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jschema-to-python-$pkgver
+  pytest
+}
+
+package() {
+  cd jschema-to-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list