# -*- 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 diffoscope version 61 platforms darwin supported_archs noarch license GPL-3+ maintainers raimue \ openmaintainer description in-depth comparison of files, archives, and directories long_description diffoscope will try to get to the bottom of what makes \ files or directories different. It will recursively unpack \ archives of many kinds and transform various binary \ formats into more human readable form to compare them. It \ can compare two tarballs, ISO images, or PDF just as easily. \ Please note some file formats will require the installation \ of additional ports. homepage https://diffoscope.org/ master_sites pypi:d/diffoscope checksums md5 3fc3262e7889326b364897ec68045927 \ rmd160 3be9dd8889a832898b479eb13cb4c58a1fc163f0 \ sha256 3704420634cbb46f0e02ab2111b40d221767526dca742783d1a8fc740d15f3e2 python.default_version 35 depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-libarchive-c \ port:py${python.version}-magic depends_run-append port:gnutar \ bin:bzip2:bzip2 \ bin:gzip:gzip \ bin:cpio:cpio # MacPorts >= 2.4 #depends_test-append \ # port:py${python.version}-py \ # port:py${python.version}-pytest test.run yes livecheck.type pypi