Created
June 19, 2020 12:33
-
-
Save giswqs/f3a1c9edf14ab9cf2fc4dcc428cda9e5 to your computer and use it in GitHub Desktop.
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 = "mss" %} | |
{% set version = "5.1.0" %} | |
package: | |
name: "python-mss" | |
version: "{{ version }}" | |
source: | |
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" | |
sha256: cc5d52540bca12dc8d355e8379597736ffcb2df7dc293ba095557fa4856e9423 | |
build: | |
number: 0 | |
script: "{{ PYTHON }} -m pip install . -vv" | |
requirements: | |
host: | |
- pip | |
- python | |
run: | |
- python | |
about: | |
home: The package home page | |
license: MIT | |
license_family: MIT | |
license_file: LICENSE | |
summary: "An ultra fast cross-platform multiple screenshots module in pure python using ctypes." | |
doc_url: https://github.com/BoboTiG/python-mss | |
dev_url: https://github.com/BoboTiG/python-mss | |
extra: | |
recipe-maintainers: | |
- BoboTiG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment