Skip to content

Commit

Permalink
Merge pull request #24906 from akrherz/boxsdk
Browse files Browse the repository at this point in the history
Add boxsdk
  • Loading branch information
ocefpaf authored Jan 5, 2024
2 parents fb4de41 + 8cc8109 commit 26317f3
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions recipes/boxsdk/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "boxsdk" %}
{% set version = "3.9.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/boxsdk-{{ version }}.tar.gz
sha256: 10e23e2f82e9cff2b2e501b7ca7ffe7bac0e280d1cd4b2983dea95f826e3008b

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.8
- pip
run:
- python >=3.8
- attrs >=17.3.0
- urllib3
- requests >=2.4.3,<3
- requests-toolbelt >=0.4.0
- python-dateutil

test:
imports:
- boxsdk
commands:
- pip check
requires:
- pip

about:
home: https://github.com/box/box-python-sdk
summary: Official Box Python SDK
doc_url: https://pythonhosted.org/boxsdk/
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- akrherz

0 comments on commit 26317f3

Please sign in to comment.