Skip to content

Instantly share code, notes, and snippets.

@giswqs
Created June 19, 2020 12:33
Show Gist options
  • Save giswqs/f3a1c9edf14ab9cf2fc4dcc428cda9e5 to your computer and use it in GitHub Desktop.
Save giswqs/f3a1c9edf14ab9cf2fc4dcc428cda9e5 to your computer and use it in GitHub Desktop.
{% 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