Skip to content
Snippets Groups Projects
Commit a13ee7ea authored by Bart Ribbers's avatar Bart Ribbers Committed by Leo
Browse files

testing/py3-tmdbv3api: new aport

parent 8f996cf9
1 merge request!7814testing/mycroft-skill-moviemaster: new aport
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-tmdbv3api
pkgver=1.5.1
pkgrel=0
pkgdesc="A lightweight Python library for The Movie Database (TMDb) API"
url="https://github.com/AnthonyBloomer/tmdbv3api"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
source="https://pypi.python.org/packages/source/t/tmdbv3api/tmdbv3api-$pkgver.tar.gz"
options="!check" # No tests in Pypi package and API key required
builddir="$srcdir/tmdbv3api-$pkgver"
build() {
python3 setup.py build
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="51dc42144be0070c28f43435f80f204fbbf5baca22c7d72212446b21319fb8b0d013d880a7fdb3096aa6ab4d8a6a6adcfab739c4667c7409cdeff4058f56ab29 tmdbv3api-1.5.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment