source: sasview/build_tools/conda/periodictable/meta.yaml @ 109e50bb

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 109e50bb was 6a72e1b, checked in by Peter Parker, 10 years ago

Working recipes for bumps and periodictable. Kinda wierd how conda skeleton didn't even output valid recipes that could be built later…

  • Property mode set to 100644
File size: 530 bytes
Line 
1about: {home: 'http://www.reflectometry.org/danse/elements.html', license: public
2    domain, summary: Extensible periodic table of the elements}
3package: {name: periodictable, version: 1.4.1}
4requirements:
5  build:
6    - python
7    - setuptools
8    - pyparsing
9    - numpy
10  run:
11    - python
12    - pyparsing
13    - numpy
14source:
15  fn: periodictable-1.4.1.tar.gz
16  md5: 7246b63cc0b6b1be6e86b6616f9e866e
17  url: https://pypi.python.org/packages/source/p/periodictable/periodictable-1.4.1.tar.gz
18test:
19  imports:
20    - periodictable
Note: See TracBrowser for help on using the repository browser.