blob: cb69fc2cd82c050c11255687d6eab005ae03e523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-torrfetch
pkgdesc = A Python package to fetch torrent metadata from multiple sources
pkgver = 0.1.5
pkgrel = 1
url = https://github.com/aayushkdev/torrfetch
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python-aiohttp
depends = python-beautifulsoup4
depends = python-rapidfuzz
source = https://github.com/aayushkdev/torrfetch/archive/refs/tags/v0.1.5.tar.gz
sha256sums = SKIP
pkgname = python-torrfetch
|