Created
February 27, 2021 19:17
-
-
Save captivus/decc7297661112cbab765ef66022fbf3 to your computer and use it in GitHub Desktop.
grayskull-generated meta.yaml recipe for the spotipy package from PyPI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set name = "spotipy" %} | |
{% set version = "2.16.1" %} | |
package: | |
name: {{ name|lower }} | |
version: {{ version }} | |
source: | |
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/spotipy-{{ version }}.tar.gz | |
sha256: 4564a6b05959deb82acc96a3fe6883db1ad9f8c73b7ff3b9f1f44db43feba0b8 | |
build: | |
number: 0 | |
noarch: python | |
script: {{ PYTHON }} -m pip install . -vv | |
requirements: | |
host: | |
- pip | |
- python | |
run: | |
- python | |
- requests >=2.20.0 | |
- six >=1.10.0 | |
test: | |
imports: | |
- spotipy | |
commands: | |
- pip check | |
requires: | |
- pip | |
about: | |
home: https://spotipy.readthedocs.org/ | |
summary: A light weight Python library for the Spotify Web API | |
license: MIT | |
license_file: LICENSE.md | |
extra: | |
recipe-maintainers: | |
- captivus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment