diff options
author | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 09:53:59 -0500 |
---|---|---|
committer | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 09:53:59 -0500 |
commit | c79866757265832fc6a2f5d1445a6212f7e0728d (patch) | |
tree | 8b0dda53cb9b860f117914c8fc523a95d071cd09 | |
parent | 15cc238f8f73799a300de684ff6c905cfa8647dd (diff) | |
download | astroconda-etc-c79866757265832fc6a2f5d1445a6212f7e0728d.tar.gz |
updated mechanical soup to sync with whats in astroconda-etc
-rw-r--r-- | mechanicalsoup/meta.yaml | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/mechanicalsoup/meta.yaml b/mechanicalsoup/meta.yaml index 541a831..d0eea18 100644 --- a/mechanicalsoup/meta.yaml +++ b/mechanicalsoup/meta.yaml @@ -1,14 +1,10 @@ -{% set name = "mechanicalsoup" %} -{% set version = "0.11.0" %} - package: - name: "{{ name|lower }}" - version: "{{ version }}" + name: mechanicalsoup + version: 0.8.0 source: -# url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - url: https://files.pythonhosted.org/packages/58/96/5a3b6814d4d7a079b61295d9701be0515eab25a5219257f098dca4282502/MechanicalSoup-0.11.0.tar.gz - sha256: 2712ec0f3087cbc719c6c3dfb317a05800ff14fcdbfa67a2f9f6e07226e7a94c + url: https://files.pythonhosted.org/packages/c2/95/3bd9c99a0052e3733ca860ba675319cef129931f222b9e66cf0d27b878d5/MechanicalSoup-0.8.0.tar.gz + sha256: 38a6ca35428196be94f87f8f036ee4a88b1418d1f77e5634ad92acfaa22c28da build: number: 0 @@ -22,6 +18,7 @@ requirements: - python - requests >=2.0 - six >=1.4 + - pytest-runner run: - beautifulsoup4 - lxml @@ -32,13 +29,6 @@ requirements: test: imports: - mechanicalsoup - #requires: - # - pytest - # - pytest-cov - # - pytest-flake8 - # - pytest-httpbin - # - pytest-mock - # - requests_mock >=1.3.0 about: home: https://mechanicalsoup.readthedocs.io/ @@ -49,6 +39,3 @@ about: doc_url: dev_url: -extra: - recipe-maintainers: - - your-github-id-here |