[147863] trunk/dports/python
khindenburg at macports.org
khindenburg at macports.org
Mon Apr 18 19:59:41 PDT 2016
Revision: 147863
https://trac.macports.org/changeset/147863
Author: khindenburg at macports.org
Date: 2016-04-18 19:59:41 -0700 (Mon, 18 Apr 2016)
Log Message:
-----------
github-backup: new port maintainer #51071
Added Paths:
-----------
trunk/dports/python/github-backup/
trunk/dports/python/github-backup/Portfile
Added: trunk/dports/python/github-backup/Portfile
===================================================================
--- trunk/dports/python/github-backup/Portfile (rev 0)
+++ trunk/dports/python/github-backup/Portfile 2016-04-19 02:59:41 UTC (rev 147863)
@@ -0,0 +1,32 @@
+# -*- 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 github-backup
+set _n [string index ${name} 0]
+version 0.9.0
+platforms darwin
+license MIT
+maintainers gmail.com:davide.liessi openmaintainer
+
+description Backup a GitHub user or organization
+long_description ${description}
+
+homepage http://github.com/josegonzalez/python-github-backup
+master_sites https://pypi.python.org/packages/source/${_n}/${name}
+
+checksums rmd160 221e594dd54c1777f806830149c4e08a65514c2f \
+ sha256 375edd04b5bec475135f9e152142f98ef49457071426ab2fbdf29cb9170f0271
+
+python.default_version 27
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/github-backup/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/20160418/1da73324/attachment.html>
More information about the macports-changes
mailing list