[141847] trunk/dports/python
mojca at macports.org
mojca at macports.org
Sat Dec 12 03:15:39 PST 2015
Revision: 141847
https://trac.macports.org/changeset/141847
Author: mojca at macports.org
Date: 2015-10-29 11:22:20 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
py-numpydoc: new port
Added Paths:
-----------
trunk/dports/python/py-numpydoc/
trunk/dports/python/py-numpydoc/Portfile
Added: trunk/dports/python/py-numpydoc/Portfile
===================================================================
--- trunk/dports/python/py-numpydoc/Portfile (rev 0)
+++ trunk/dports/python/py-numpydoc/Portfile 2015-10-29 18:22:20 UTC (rev 141847)
@@ -0,0 +1,35 @@
+# -*- 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-numpydoc
+python.rootname numpydoc
+version 0.5
+platforms darwin
+license BSD
+maintainers mojca openmaintainer
+
+description Sphinx extension to support docstrings in Numpy format
+long_description Numpydoc inserts a hook into Sphinx’s autodoc \
+ that converts docstrings following the Numpy/Scipy format \
+ to a form palatable to Sphinx.
+
+homepage https://github.com/numpy/numpydoc
+master_sites https://pypi.python.org/packages/source/n/${python.rootname}/
+distname ${python.rootname}-${version}
+
+checksums rmd160 a44f50895bf3fdcfbdb95d10aa64acd87cae624b \
+ sha256 93f050bceb52489d92f85c346981f1962c867c01f233d3252894ceae5cb48d34
+
+python.versions 27 34 35
+
+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/py-numpydoc/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/ebbc7eb9/attachment.html>
More information about the macports-changes
mailing list