[125823] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Sep 26 19:35:56 PDT 2014


Revision: 125823
          https://trac.macports.org/changeset/125823
Author:   jmr at macports.org
Date:     2014-09-26 19:35:55 -0700 (Fri, 26 Sep 2014)
Log Message:
-----------
py26-tvdb: use unified python portgroup, license, noarch

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

Added Paths:
-----------
    trunk/dports/python/py-tvdb/

Removed Paths:
-------------
    trunk/dports/python/py26-tvdb/

Modified: trunk/dports/python/py-tvdb/Portfile
===================================================================
--- trunk/dports/python/py26-tvdb/Portfile	2014-09-26 22:01:25 UTC (rev 125815)
+++ trunk/dports/python/py-tvdb/Portfile	2014-09-27 02:35:55 UTC (rev 125823)
@@ -2,20 +2,26 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python26 1.0
+PortGroup               python 1.0
 
-name                    py26-tvdb
+name                    py-tvdb
 version                 1.5
 platforms               darwin
+supported_archs         noarch
+license                 GPL-2
 maintainers             nomaintainer
 description             An easy to use API interface to TheTVDB.com
 long_description        ${description}
 
-homepage                http://github.com/dbr/tvdb_api
-master_sites            ${homepage}
-distname                tvdb_api-${version}
-fetch.type              git
-git.url                 git://github.com/dbr/tvdb_api.git
-git.branch              ${version}
+homepage                https://github.com/dbr/tvdb_api
+master_sites            ${homepage}/archive/
+distname                ${version}
+checksums               rmd160 d5b4cb2382b5a479b97423bfd2c209b767472527 \
+                        sha256 6561d51a2b0f4a31295b1a6cd8469de40fe7ad6f30c201d739e6bd0fc9053d8d
+worksrcdir              tvdb_api-${version}
 
-depends_lib-append      port:py26-setuptools
+python.versions         26
+
+if {$subport ne $name} {
+    depends_build       port:py${python.version}-setuptools
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140926/aa4977d2/attachment.html>


More information about the macports-changes mailing list