Skip to content
Snippets Groups Projects
Commit d119797d authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[flask-restful] Removed as it is not used anymore

parent e5a3e6af
No related branches found
No related tags found
1 merge request!438Remove beat/beat.editor> v1 dependencies from beat.devel
Pipeline #36905 passed
{% set name = "Flask-RESTful" %}
{% set version = "0.3.6" %}
{% set bundle = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_val = "5795519501347e108c436b693ff9a4d7b373a3ac9069627d64e4001c05dd3407" %}
{% set build = 0 %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.{{ bundle }}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ bundle }}
{{ hash_type }}: {{ hash_val }}
build:
number: {{ build }}
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- aniso8601 >=0.82
- flask >=0.8
- six >=1.3.0
- pytz
- pycrypto >=2.6
test:
imports:
- flask_restful
- flask_restful.representations
- flask_restful.utils
about:
home: https://www.github.com/flask-restful/flask-restful/
license: BSD 3-Clause
license_file: LICENSE
license_family: BSD
summary: 'Simple framework for creating REST APIs'
doc_url: https://flask-restful.readthedocs.io/en/latest/
dev_url: https://www.github.com/flask-restful/flask-restful/
extra:
recipe-maintainers:
- pmlandwehr
......@@ -12,7 +12,6 @@ conda/schema
conda/sphinxcontrib-programoutput
conda/sphinxcontrib-httpdomain
conda/aniso8601
conda/flask-restful
conda/aspy.yaml
conda/cfgv
conda/identify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment