mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added aur/python2-tmdb3
This commit is contained in:
parent
3f9814c662
commit
c105f40366
1 changed files with 17 additions and 0 deletions
17
aur/python2-tmdb3/PKGBUILD
Normal file
17
aur/python2-tmdb3/PKGBUILD
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
pkgname=python2-tmdb3
|
||||||
|
_realname=tmdb3
|
||||||
|
pkgver=0.6.17
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="TheMovieDB.org APIv3 interface"
|
||||||
|
url="https://pypi.python.org/pypi/tmdb3"
|
||||||
|
arch=('any')
|
||||||
|
license=('GPL2')
|
||||||
|
depends=('python2')
|
||||||
|
makedepends=('python2-setuptools')
|
||||||
|
source=("https://pypi.python.org/packages/source/t/tmdb3/$_realname-$pkgver.zip")
|
||||||
|
md5sums=('cd259427454472164c9a2479504c9cbb')
|
||||||
|
|
||||||
|
package(){
|
||||||
|
cd "$_realname-$pkgver"
|
||||||
|
python2 setup.py install --root="$pkgdir" --optimize=1
|
||||||
|
}
|
Loading…
Reference in a new issue