source: sasview/build_tools/conda/pypdf2/meta.yaml @ 6bd3b5dd

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 6bd3b5dd was 6bd3b5dd, checked in by Peter Parker, 9 years ago

Add PyPDF2 recipe, which is a dependancy of xhtml2pdf.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1package:
2  name: pypdf2
3  version: !!str 1.24
4
5source:
6  fn: PyPDF2-1.24.tar.gz
7  url: https://pypi.python.org/packages/source/P/PyPDF2/PyPDF2-1.24.tar.gz
8  md5: 87cbb41c24bd98e6f70a37bb4a97446c
9#  patches:
10   # List any patch files here
11   # - fix.patch
12
13# build:
14  #preserve_egg_dir: True
15  #entry_points:
16    # Put any entry points (scripts to be generated automatically) here. The
17    # syntax is module:function.  For example
18    #
19    # - pypdf2 = pypdf2:main
20    #
21    # Would create an entry point called pypdf2 that calls pypdf2.main()
22
23
24  # If this is a new build for the same version, increment the build
25  # number. If you do not include this key, it defaults to 0.
26  # number: 1
27
28requirements:
29  build:
30    - python
31
32  run:
33    - python
34
35test:
36  # Python imports
37  imports:
38    - PyPDF2
39
40  #commands:
41    # You can put test commands to be run here.  Use this to test that the
42    # entry points work.
43
44
45  # You can also put a file called run_test.py in the recipe that will be run
46  # at test time.
47
48  # requires:
49    # Put any additional test requirements here.  For example
50    # - nose
51
52about:
53  home: http://mstamy2.github.com/PyPDF2
54  license:  BSD License
55  summary: 'PDF toolkit'
56
57# See
58# http://docs.continuum.io/conda/build.html for
59# more information about meta.yaml
Note: See TracBrowser for help on using the repository browser.