summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 390870f5764f7617c458affaeb1ed27fa147fc00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
pkgbase = python-spotifyscraper
	pkgdesc = Extract public Spotify data — tracks, albums, artists, playlists, podcasts & lyrics — without the official API. Sync + async, typed models, one dependency.
	pkgver = v3.9.2
	pkgrel = 1
	url = https://spotifyscraper.readthedocs.io
	arch = any
	license = MIT
	checkdepends = python-pytest
	checkdepends = python-respx
	checkdepends = python-pytest-asyncio
	checkdepends = python-mutagen
	checkdepends = python-playwright
	checkdepends = python-typer
	checkdepends = python-pytest-timeout
	makedepends = git
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	makedepends = python-hatchling
	makedepends = mkdocs
	makedepends = mkdocstrings
	makedepends = mkdocs-material
	makedepends = mkdocstrings-python
	source = git+https://github.com/AliAkhtari78/spotifyscraper#tag=v3.9.2
	sha256sums = e6dc2d82cd989e7f523d88f63bf18fd27f4c66f67755f998880153771b82e27e

pkgname = python-spotifyscraper
	depends = python>=3.10
	depends = python-httpx>=0.27
	optdepends = python-mutagen: for spotifyscraper media
	optdepends = python-playwright: for spotifyscraper browser
	optdepends = python-typer: for spotifyscraper cli
	optdepends = python-keyring: for spotifyscraper keyring
	optdepends = python-mcp: for spotifyscraper mcp
	optdepends = uvicorn: for spotifyscraper mcp

pkgname = python-spotifyscraper-docs
	pkgdesc = Extract public Spotify data — tracks, albums, artists, playlists, podcasts & lyrics — without the official API. Sync + async, typed models, one dependency. (documentation)