[138109] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Mon Jun 29 02:07:23 PDT 2015
Revision: 138109
https://trac.macports.org/changeset/138109
Author: stromnov at macports.org
Date: 2015-06-29 02:07:23 -0700 (Mon, 29 Jun 2015)
Log Message:
-----------
py-jdcal: new port
Added Paths:
-----------
trunk/dports/python/py-jdcal/
trunk/dports/python/py-jdcal/Portfile
Added: trunk/dports/python/py-jdcal/Portfile
===================================================================
--- trunk/dports/python/py-jdcal/Portfile (rev 0)
+++ trunk/dports/python/py-jdcal/Portfile 2015-06-29 09:07:23 UTC (rev 138109)
@@ -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-jdcal
+version 1.0
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+
+python.versions 27 34
+
+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 5b543fd94aea46168e0acd89e00a0a5683e2a3eb \
+ sha256 133220a36c533bae02355aca7f507de7b33e57e9467d33cea7d5673ba354a3e6
+
+if {${name} ne ${subport}} {
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-jdcal/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/20150629/4ca880b7/attachment.html>
More information about the macports-changes
mailing list