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

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 2 21:42:44 UTC 2019


    Date: Saturday, November 2, 2019 @ 21:42:43
  Author: foutrelis
Revision: 522219

archrelease: copy trunk to community-staging-any

Added:
  python-warlock/repos/community-staging-any/PKGBUILD
    (from rev 522218, python-warlock/trunk/PKGBUILD)
Deleted:
  python-warlock/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-02 21:42:39 UTC (rev 522218)
+++ PKGBUILD	2019-11-02 21:42:43 UTC (rev 522219)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-warlock
-pkgver=1.3.3
-pkgrel=2
-pkgdesc="Python object model built on JSON schema and JSON patch."
-arch=('any')
-license=('Apache')
-url="https://github.com/bcwaldon/warlock"
-depends=('python-jsonschema' 'python-jsonpatch' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bcwaldon/warlock/archive/$pkgver.tar.gz")
-sha512sums=('8a9135a17ccc0d0939ad98eee16100ec68b911d672b3af549f7629edcd6e08129f9e4ab707082593274fc896bc405ab6d6ba9e4bf6fc40b8522ec99327c983ec')
-
-build() {
-  cd warlock-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd warlock-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd warlock-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-warlock/repos/community-staging-any/PKGBUILD (from rev 522218, python-warlock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-02 21:42:43 UTC (rev 522219)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-warlock
+pkgver=1.3.3
+pkgrel=3
+pkgdesc="Python object model built on JSON schema and JSON patch."
+arch=('any')
+license=('Apache')
+url="https://github.com/bcwaldon/warlock"
+depends=('python-jsonschema' 'python-jsonpatch' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bcwaldon/warlock/archive/$pkgver.tar.gz")
+sha512sums=('8a9135a17ccc0d0939ad98eee16100ec68b911d672b3af549f7629edcd6e08129f9e4ab707082593274fc896bc405ab6d6ba9e4bf6fc40b8522ec99327c983ec')
+
+build() {
+  cd warlock-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd warlock-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd warlock-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list