[147993] trunk/dports/python

raimue at macports.org raimue at macports.org
Sat Apr 23 05:45:11 PDT 2016


Revision: 147993
          https://trac.macports.org/changeset/147993
Author:   raimue at macports.org
Date:     2016-04-23 05:45:11 -0700 (Sat, 23 Apr 2016)
Log Message:
-----------
python/py-scruffington:
New port, version 0.3.3
Upstream repository is named scruffy, but using real module name for port name (as on pypi).

Added Paths:
-----------
    trunk/dports/python/py-scruffington/
    trunk/dports/python/py-scruffington/Portfile

Added: trunk/dports/python/py-scruffington/Portfile
===================================================================
--- trunk/dports/python/py-scruffington/Portfile	                        (rev 0)
+++ trunk/dports/python/py-scruffington/Portfile	2016-04-23 12:45:11 UTC (rev 147993)
@@ -0,0 +1,34 @@
+# -*- 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           github 1.0
+PortGroup           python 1.0
+
+github.setup        snare scruffy 0.3.3 v
+name                py-scruffington
+categories-append   devel
+platforms           darwin
+license             MIT
+maintainers         nomaintainer
+
+description         Framework for boilerplate in apps
+long_description    Scruffy is a framework for taking care of a bunch of \
+                    boilerplate in Python apps. It handles the loading of \
+                    configuration files, the loading and management of plugins, \
+                    and the management of other filesystem resources such as \
+                    temporary files and directories, log files, etc.
+
+checksums           rmd160  bfcbecbcda4131ee5ea4ec9426d0460aa3f195b5 \
+                    sha256  13bcc58b0737f6273cbe424e37572678528717852f6f9667eeb0c6d6f7b4c385
+
+python.versions     27 35
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-yaml \
+                        port:py${python.version}-six
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/python/py-scruffington/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/20160423/0467268c/attachment.html>


More information about the macports-changes mailing list