diff --git a/conda/flask-restful/meta.yaml b/conda/flask-restful/meta.yaml deleted file mode 100644 index d9ce66fc68b3a1c8dd9ed7112458778d735b74d7..0000000000000000000000000000000000000000 --- a/conda/flask-restful/meta.yaml +++ /dev/null @@ -1,51 +0,0 @@ -{% 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 diff --git a/python.txt b/python.txt index 3d4cb285efebcefa33982f1383be5c231264d31d..988a0c48e8efc28dc8cb0b3672fa5c1e15ea07f2 100644 --- a/python.txt +++ b/python.txt @@ -12,7 +12,6 @@ conda/schema conda/sphinxcontrib-programoutput conda/sphinxcontrib-httpdomain conda/aniso8601 -conda/flask-restful conda/aspy.yaml conda/cfgv conda/identify