# -*- 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-jdcal version 1.3 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer description Julian dates from proleptic Gregorian and Julian calendars long_description ${description} homepage http://github.com/phn/jdcal master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 3c15c2f8a5b3e3b4485725be0219118057ed6f78 \ sha256 b760160f8dc8cc51d17875c6b663fafe64be699e10ce34b6a95184b5aa0fdc9e if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }