summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-07-19 02:31:34 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-07-19 02:31:34 (GMT)
commitac6e65e390ce56784b52515c7334145796561d0b (patch)
treef53fc2f8e2ba41f97dee1037d71d3e04978bad40 /abs
parent4a2c206247b9e8083a695b77c6e3210ed9aef02d (diff)
downloadlinhes_pkgbuild-ac6e65e390ce56784b52515c7334145796561d0b.zip
linhes_pkgbuild-ac6e65e390ce56784b52515c7334145796561d0b.tar.gz
linhes_pkgbuild-ac6e65e390ce56784b52515c7334145796561d0b.tar.bz2
python2-pytvmaze: initial inclusion. dep of flexget
Diffstat (limited to 'abs')
-rw-r--r--abs/core/python_modules/python2-pytvmaze/PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/core/python_modules/python2-pytvmaze/PKGBUILD b/abs/core/python_modules/python2-pytvmaze/PKGBUILD
new file mode 100644
index 0000000..984e9c8
--- /dev/null
+++ b/abs/core/python_modules/python2-pytvmaze/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Cedric Girard <girard.cedric@gmail.com>
+pkgname=python2-pytvmaze
+_pkgname=pytvmaze
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="Python interface to the TV Maze API "
+arch=(any)
+url="http://pypi.python.org/pypi/pytvmaze"
+license=(MIT)
+depends=('python2' 'python2-requests')
+makedepends=(python2-distribute)
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+md5sums=('562f807f97b1c626d9d9ab090195ba7b')
+
+package() {
+ cd "$srcdir/$_pkgname-$pkgver"
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+}