Skip to content

Commit

Permalink
contrib/python-ytmusicapi: new package (1.7.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Jun 23, 2024
1 parent 100c002 commit 9f19e96
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions contrib/python-ytmusicapi/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pkgname = "python-ytmusicapi"
pkgver = "1.7.3"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
"python-build",
"python-installer",
"python-setuptools_scm",
]
depends = ["python-requests"]
checkdepends = ["python-pytest"] + depends
pkgdesc = "Python library for the Youtube Music API"
maintainer = "psykose <alice@ayaya.dev>"
license = "MIT"
url = "https://github.com/sigma67/ytmusicapi"
source = f"$(PYPI_SITE)/y/ytmusicapi/ytmusicapi-{pkgver}.tar.gz"
sha256 = "63de01e6b8729cc3ee1a09650c9ec6e4932857b577dd90724ae2e770fbd88d50"
# like all tests need net
options = ["!check"]


def post_install(self):
self.install_license("LICENSE")

0 comments on commit 9f19e96

Please sign in to comment.