[126921] trunk/dports/python/py-tvdb/Portfile

petr at macports.org petr at macports.org
Fri Oct 17 11:33:53 PDT 2014


Revision: 126921
          https://trac.macports.org/changeset/126921
Author:   petr at macports.org
Date:     2014-10-17 11:33:53 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
py-tvdb: update to version 1.9, github portgroup, categories and license update, closes #39708

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

Modified: trunk/dports/python/py-tvdb/Portfile
===================================================================
--- trunk/dports/python/py-tvdb/Portfile	2014-10-17 18:12:36 UTC (rev 126920)
+++ trunk/dports/python/py-tvdb/Portfile	2014-10-17 18:33:53 UTC (rev 126921)
@@ -3,27 +3,25 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        dbr tvdb_api 1.9
 name                py-tvdb
-version             1.5
+categories-append   net
 platforms           darwin
 supported_archs     noarch
-license             GPL-2
+license             Public Domain
 maintainers         nomaintainer
 
 description         An easy to use API interface to TheTVDB.com
 long_description    ${description}
 
-homepage            https://github.com/dbr/tvdb_api
-master_sites        ${homepage}/archive/
-distname            ${version}
-worksrcdir          tvdb_api-${version}
+checksums           md5     b3f9c1a809967f3a14a694ac530fd3eb \
+                    rmd160  ae79886a35d1e41ba67033d8dd94a501dd3a1f10 \
+                    sha256  516bd5f9150f7fcb1df11cd73b2af0e155eb8282e49c197449df295cd0e0f873
 
-checksums           rmd160 d5b4cb2382b5a479b97423bfd2c209b767472527 \
-                    sha256 6561d51a2b0f4a31295b1a6cd8469de40fe7ad6f30c201d739e6bd0fc9053d8d
+python.versions     26 27
 
-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/20141017/06dd6f13/attachment.html>


More information about the macports-changes mailing list