[71163] trunk/dports/python/py26-tvdb/Portfile

jameskyle at macports.org jameskyle at macports.org
Fri Sep 3 08:02:13 PDT 2010


Revision: 71163
          http://trac.macports.org/changeset/71163
Author:   jameskyle at macports.org
Date:     2010-09-03 08:02:11 -0700 (Fri, 03 Sep 2010)
Log Message:
-----------
Updated tvdb_api to version 1.5

Modified Paths:
--------------
    trunk/dports/python/py26-tvdb/Portfile

Modified: trunk/dports/python/py26-tvdb/Portfile
===================================================================
--- trunk/dports/python/py26-tvdb/Portfile	2010-09-03 14:59:19 UTC (rev 71162)
+++ trunk/dports/python/py26-tvdb/Portfile	2010-09-03 15:02:11 UTC (rev 71163)
@@ -5,7 +5,7 @@
 PortGroup               python26 1.0
 
 name                    py26-tvdb
-version                 1.4
+version                 1.5
 platforms               darwin
 maintainers             jameskyle
 description             An easy to use API interface to TheTVDB.com
@@ -15,20 +15,6 @@
 distname                tvdb_api-${version}
 fetch.type              git
 git.url                 git://github.com/dbr/tvdb_api.git
-git.branch              1.4
+git.branch              ${version}
 
-
-build.cmd               ${python.bin} setup_tvdb_api.py --no-user-cfg
-destroot.cmd            ${python.bin} setup_tvdb_api.py --no-user-cfg
 depends_lib-append      port:py26-distribute
-
-post-build {
-    system "cd ${worksrcpath} && \ 
-            ${python.bin} setup_tvnamer.py --no-user-cfg build"
-}
-
-post-destroot {
-  ln -s ${python.pkgd}/tvnamer.py ${destroot}${prefix}/bin/tvnamer.py
-  system "chmod +x ${destroot}${python.pkgd}/tvnamer.py"
-  
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100903/84d8a3b8/attachment.html>


More information about the macports-changes mailing list