[55199] trunk/dports/python/py-xlwriter/Portfile

snc at macports.org snc at macports.org
Fri Aug 7 05:42:03 PDT 2009


Revision: 55199
          http://trac.macports.org/changeset/55199
Author:   snc at macports.org
Date:     2009-08-07 05:42:02 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
make into stub package, ticket #20564

Modified Paths:
--------------
    trunk/dports/python/py-xlwriter/Portfile

Modified: trunk/dports/python/py-xlwriter/Portfile
===================================================================
--- trunk/dports/python/py-xlwriter/Portfile	2009-08-07 12:40:51 UTC (rev 55198)
+++ trunk/dports/python/py-xlwriter/Portfile	2009-08-07 12:42:02 UTC (rev 55199)
@@ -1,27 +1,28 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
 
 name			py-xlwriter
 version			0.4a3
+revision		1
 categories		python
-platforms		darwin
 maintainers		nomaintainer
-description		python module for writing Excel spreadsheets
-long_description	pyXLWriter is a Python library for generating Excel \
-				spreadsheets. It is a port of John McNamara's Perl \
-				Spreadsheet::WriteExcel module version 0.42 to Python. \
-				It allows writing of Excel spreadsheets without the \
-				need for COM objects.
+description		stub package. py-xlwriter is now isntalled with py25-xlwrt
+long_description	${description}
 
-homepage		http://pyxlwriter.sourceforge.net/
-master_sites	sourceforge:pyxlwriter
-distname		pyXLWriter-${version}
-checksums		md5 6680b46a7c8159ae8d7fe23ab037a2fa
-use_zip			yes
+homepage
+master_sites
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
-		TODO.txt ${destroot}${prefix}/share/doc/${name}
+platforms		darwin
+depends_build	port:py25-xlwrt
+fetch 			{}
+checksum 		{}
+extract 		{}
+patch 			{}
+use_configure	no
+build 			{}
+destroot {
+	xinstall -d ${destroot}${prefix}/share/doc/${name}
+	system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
 }
+livecheck.check	none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/858db9f1/attachment-0001.html>


More information about the macports-changes mailing list