We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea930a3 commit ef7fc3aCopy full SHA for ef7fc3a
3 files changed
examples/proteus.Darwin.yaml
@@ -44,6 +44,7 @@ packages:
44
debug: false
45
petsc4py:
46
with_conf: true
47
+ pillow:
48
pytables:
49
sphinx:
50
superlu:
examples/proteus.linux2.yaml
@@ -43,6 +43,7 @@ packages:
43
pkgs/pillow.yaml
@@ -0,0 +1,7 @@
1
+extends: [setuptools_package]
2
+dependencies:
3
+ build: [png]
4
+
5
+sources:
6
+- key: tar.gz:q5qmcgfaefplufr7o6bbcdt67tn3cx4k
7
+ url: https://pypi.python.org/packages/source/P/Pillow/Pillow-2.8.1.tar.gz
0 commit comments