| 1 | # $Id: Portfile 24138 2007-04-17 09:11:22Z ryandesign@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name gnome-python-extras |
|---|
| 5 | version 2.14.2 |
|---|
| 6 | revision 1 |
|---|
| 7 | categories gnome python |
|---|
| 8 | maintainers landonf@macports.org openmaintainer@macports.org |
|---|
| 9 | |
|---|
| 10 | description "Extra" Python modules for some GNOME Desktop libraries. |
|---|
| 11 | long_description ${description} |
|---|
| 12 | homepage http://www.pygtk.org/ |
|---|
| 13 | |
|---|
| 14 | master_sites gnome:sources/gnome-python-extras/2.14 |
|---|
| 15 | checksums md5 039e1300368df17de9867685e9705091 |
|---|
| 16 | |
|---|
| 17 | use_bzip2 yes |
|---|
| 18 | |
|---|
| 19 | depends_lib port:py25-gnome port:libgda |
|---|
| 20 | |
|---|
| 21 | patchfiles patch-pygobject |
|---|
| 22 | |
|---|
| 23 | configure.env PYTHON=${prefix}/bin/python2.5 |
|---|