Last change
on this file was
151726,
checked in by ryandesign@…, 20 months ago
|
py-xar: use googlecode fetchgroup
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
630 bytes
|
Line | |
---|
1 | # $Id: Portfile 151726 2016-08-21 17:39:34Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-xar |
---|
7 | version 0.4 |
---|
8 | platforms darwin |
---|
9 | license BSD |
---|
10 | maintainers afb openmaintainer |
---|
11 | description Python bindings for xar |
---|
12 | long_description The Python bindings for xar currently include a single \ |
---|
13 | Python module, xarfile, which attempts to be as compatible with the Python \ |
---|
14 | tarfile module as reasonably possible. |
---|
15 | |
---|
16 | homepage http://code.google.com/p/xar/wiki/pyxar |
---|
17 | |
---|
18 | master_sites googlecode:xar |
---|
19 | distname pyxar-${version} |
---|
20 | checksums md5 fec45900eada611df5091930598c69f4 |
---|
21 | |
---|
22 | python.versions 27 |
---|
23 | |
---|
24 | if {${name} ne ${subport}} { |
---|
25 | depends_lib port:xar \ |
---|
26 | port:py${python.version}-pyrex |
---|
27 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.