Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions pygraphviz/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
#!/bin/bash
C_INCLUDE_PATH=$PREFIX/include $PYTHON setup.py install
#!/usr/bin/env bash

set -x -e

export LIBRARY_PATH="${PREFIX}/lib"
export INCLUDE_PATH="${PREFIX}/include"

#python setup.py config --with-includepath="${PREFIX}/include"
python setup.py build_ext -I "${PREFIX}/include"
python setup.py install --single-version-externally-managed --record record.txt
55 changes: 28 additions & 27 deletions pygraphviz/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
package:
name: pygraphviz
version: "1.3.1"

name: pygraphviz
version: 1.4rc1
source:
fn: pygraphviz-1.3.1.tar.gz
url: https://pypi.python.org/packages/source/p/pygraphviz/pygraphviz-1.3.1.tar.gz
md5: 7f690295dfe77edaa9e552d09d98d279

fn: pygraphviz-1.4rc1.tar.gz
md5: 2f950fb2a61a2dc85efc89543523ec07
url: https://pypi.io/packages/source/p/pygraphviz/pygraphviz-1.4rc1.tar.gz
build:
skip: True # [not unix]

number: '0'
requirements:
build:
- python
- graphviz
build:
- python
- graphviz
- setuptools
- toolchain
run:
- python
- graphviz
test:
imports:
- pygraphviz
about:
description: 'PyGraphviz is a Python interface to the Graphviz graph layout and

run:
- python
- graphviz
visualization package. With PyGraphviz you can create, edit, read, write,

test:
# Python imports
imports:
- pygraphviz
- pygraphviz.tests
and draw graphs using Python to access the Graphviz graph data structure

about:
home: http://pygraphviz.github.io
license: BSD License
summary: 'Python interface to Graphviz'
and layout algorithms. PyGraphviz provides a similar programming

interface to NetworkX (http://networkx.github.io).

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
'
home: http://pygraphviz.github.io
license: BSD
summary: PyGraphviz is a Python interface to the Graphviz graph layout