[146586] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Sat Mar 12 13:08:59 PST 2016
Revision: 146586
https://trac.macports.org/changeset/146586
Author: stromnov at macports.org
Date: 2016-03-12 13:08:59 -0800 (Sat, 12 Mar 2016)
Log Message:
-----------
py-update_checker: new port
Added Paths:
-----------
trunk/dports/python/py-update_checker/
trunk/dports/python/py-update_checker/Portfile
Added: trunk/dports/python/py-update_checker/Portfile
===================================================================
--- trunk/dports/python/py-update_checker/Portfile (rev 0)
+++ trunk/dports/python/py-update_checker/Portfile 2016-03-12 21:08:59 UTC (rev 146586)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-update_checker
+version 0.11
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 27 35
+
+maintainers stromnov openmaintainer
+
+description A python module that will check for package updates.
+long_description ${description}
+
+homepage https://github.com/bboe/update_checker
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 a8e61aced4570a88d8da7eab487f90b70a4e2c92 \
+ sha256 681bc7c26cffd1564eb6f0f3170d975a31c2a9f2224a32f80fe954232b86f173
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-requests
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-update_checker/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160312/12fe469e/attachment.html>
More information about the macports-changes
mailing list