summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiacomo Longo2018-08-26 00:14:02 +0200
committerGiacomo Longo2018-08-26 00:14:02 +0200
commit02112c1993c03f0449e59bbdd9953ed32a3dd5cd (patch)
tree2e5b838c8f16b1f547725615f015fc7b083e1d06
downloadaur-02112c1993c03f0449e59bbdd9953ed32a3dd5cd.tar.gz
python-dictdiffer - Version 0.7.1-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD23
-rw-r--r--dictdiffer-0.7.1.tar.gzbin0 -> 28905 bytes
-rw-r--r--python-dictdiffer-0.7.1-1.src.tar.gzbin0 -> 745 bytes
4 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ec86cf7eb714
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = python-dictdiffer
+ pkgdesc = Dictdiffer is a library that helps you to diff and patch dictionaries
+ pkgver = 0.7.1
+ pkgrel = 1
+ url = https://github.com/openshift/openshift-restclient-python
+ arch = any
+ license = APACHE
+ makedepends = python-setuptools
+ depends = python
+ source = https://files.pythonhosted.org/packages/source/d/dictdiffer/dictdiffer-0.7.1.tar.gz
+ md5sums = e58fbec47e54ee4450bc768b08cb1ae4
+
+pkgname = python-dictdiffer
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1799f233239f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Giacomo Longo <gabibbo97@gmail.com>
+pkgname=python-dictdiffer
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Dictdiffer is a library that helps you to diff and patch dictionaries"
+url="https://github.com/openshift/openshift-restclient-python"
+license=('APACHE')
+_name=${pkgname#python-}
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+arch=('any')
+makedepends=('python-setuptools')
+depends=('python')
+
+build() {
+ cd "$srcdir/$_name-$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd "$srcdir/$_name-$pkgver"
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+md5sums=('e58fbec47e54ee4450bc768b08cb1ae4')
diff --git a/dictdiffer-0.7.1.tar.gz b/dictdiffer-0.7.1.tar.gz
new file mode 100644
index 000000000000..322342a73cca
--- /dev/null
+++ b/dictdiffer-0.7.1.tar.gz
Binary files differ
diff --git a/python-dictdiffer-0.7.1-1.src.tar.gz b/python-dictdiffer-0.7.1-1.src.tar.gz
new file mode 100644
index 000000000000..918c6a7b1755
--- /dev/null
+++ b/python-dictdiffer-0.7.1-1.src.tar.gz
Binary files differ