Revision: 112743 https://trac.macports.org/changeset/112743 Author: g5pw@macports.org Date: 2013-10-30 14:44:51 -0700 (Wed, 30 Oct 2013) Log Message: ----------- python/py-serpent: new port (closes #40014) Added Paths: ----------- trunk/dports/python/py-serpent/ trunk/dports/python/py-serpent/Portfile Added: trunk/dports/python/py-serpent/Portfile =================================================================== --- trunk/dports/python/py-serpent/Portfile (rev 0) +++ trunk/dports/python/py-serpent/Portfile 2013-10-30 21:44:51 UTC (rev 112743) @@ -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 +PortGroup github 1.0 + +github.setup irmen Serpent 1.3 v + +name py-serpent + +categories-append print + +platforms darwin +supported_archs noarch +license MIT +maintainers smithsp@fusion.gat.com openmaintainer +description Serialization based on ast.literal_eval +long_description \ + Serpent is a simple serialization library based on ast.literal_eval. \ + Because it only serializes literals and recreates the objects using \ + ast.literal_eval(), the serialized data is safe to transport to other \ + machines (over the network for instance) and de-serialize it there. + +checksums md5 b18f6aa49792104430e42e92cf0e36c4 \ + rmd160 483659a9e64076aa3c511b38bff73aa090b97b18 \ + sha256 5e62451f9cd9cf6f7ad1f89406190bde89cda87d537550878caf35a9bbac0b63 + +python.versions 26 27 31 32 33 + +if {$subport != $name} { + depends_build-append port:py${python.version}-setuptools + livecheck.type none +} Property changes on: trunk/dports/python/py-serpent/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
g5pw@macports.org