Changeset 82932
- Timestamp:
- 08/21/11 20:49:14 (4 years ago)
- Location:
- trunk/dports/python/py-tweepy
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/dports/python/py26-tweepy)
-
Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-tweepy/Portfile
r81249 r82932 2 2 3 3 PortSystem 1.0 4 PortGroup python 261.04 PortGroup python 1.0 5 5 set pymodname tweepy 6 name py 26-${pymodname}6 name py-${pymodname} 7 7 version 1.7.1 8 8 revision 1 … … 17 17 supported_archs noarch 18 18 19 homepage http:// github.com/joshthecoder/${pymodname}19 homepage http://${pymodname}.github.com/ 20 20 master_sites http://pypi.python.org/packages/source/t/${pymodname}/ 21 21 distname ${pymodname}-${version} … … 25 25 rmd160 3741c895d7352644d463218fd5fd2e492bd457b9 26 26 27 post-destroot { 28 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 29 xinstall -m 644 -W ${worksrcpath} README \ 30 ${destroot}${prefix}/share/doc/${name} 27 if {${name} != ${subport}} { 28 post-destroot { 29 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 30 xinstall -m 644 -W ${worksrcpath} README \ 31 ${destroot}${prefix}/share/doc/${subport} 32 } 31 33 } 34 35 python.default_version 27 36 python.versions 26 27 32 37 33 38 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

