[142764] trunk/dports/python
cal at macports.org
cal at macports.org
Sat Dec 12 07:08:14 PST 2015
Revision: 142764
https://trac.macports.org/changeset/142764
Author: cal at macports.org
Date: 2015-11-22 13:20:40 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
new port: py-diffoscope, a tool to compare files
... developed by the reproducible builds effort at Debian
Added Paths:
-----------
trunk/dports/python/py-diffoscope/
trunk/dports/python/py-diffoscope/Portfile
Added: trunk/dports/python/py-diffoscope/Portfile
===================================================================
--- trunk/dports/python/py-diffoscope/Portfile (rev 0)
+++ trunk/dports/python/py-diffoscope/Portfile 2015-11-22 21:20:40 UTC (rev 142764)
@@ -0,0 +1,33 @@
+# -*- 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-diffoscope
+version 41
+checksums rmd160 c976b8916a605edf1052983a95cf6dd8551450c9 \
+ sha256 c74e1d14827b640964915abdd1fd9d1dace0b3e555afb3bc60239910dc787e6c
+
+platforms darwin
+license GPL-3+
+maintainers cal openmaintainer
+
+description in-depth comparison of files archives and directories
+long_description ${description}
+
+homepage https://diffoscope.org/
+master_sites https://pypi.python.org/packages/source/d/diffoscope
+distname diffoscope-41
+
+python.versions 34 35
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+}
Property changes on: trunk/dports/python/py-diffoscope/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/20151212/51f360c3/attachment.html>
More information about the macports-changes
mailing list