Revision: 133252 https://trac.macports.org/changeset/133252 Author: larryv@macports.org Date: 2015-02-23 17:50:57 -0800 (Mon, 23 Feb 2015) Log Message: ----------- py{27,34}-yapsy: New port (#46908) Added Paths: ----------- trunk/dports/python/py-yapsy/ trunk/dports/python/py-yapsy/Portfile Added: trunk/dports/python/py-yapsy/Portfile =================================================================== --- trunk/dports/python/py-yapsy/Portfile (rev 0) +++ trunk/dports/python/py-yapsy/Portfile 2015-02-24 01:50:57 UTC (rev 133252) @@ -0,0 +1,37 @@ +# -*- 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-yapsy +set realName Yapsy +version 1.10.423 +platforms darwin +supported_archs noarch +license BSD +maintainers phas.ubc.ca:jfcaron openmaintainer + +description Yet Another Plugin SYstem +long_description Yapsy’s main purpose is to offer a way to easily \ + design a plugin system in Python, and motivated by \ + the fact that many other Python plugin system are \ + either too complicated for a basic use or depend \ + on a lot of libraries. +homepage http://yapsy.sourceforge.net + +master_sites https://pypi.python.org/packages/source/Y/$realName +distname $realName-${version} +checksums rmd160 e5d0ce20047d339856ade3345be63fae0c5d41bd \ + sha256 9ba7767f63ab591c0ad3fc8b2bd11ac19a0fabb7259bcb1733858eab5bd9b1e1 + +python.versions 27 34 + +if {${subport} ne ${name}} { + depends_build port:py${python.version}-setuptools + livecheck.type none +} else { + livecheck.type regex + livecheck.url https://pypi.python.org/pypi/$realName + livecheck.regex $realName-(\\d+(?:\\.\\d+)*)${extract.suffix} +} Property changes on: trunk/dports/python/py-yapsy/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
larryv@macports.org