# -*- 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-instapaperlib version 0.4.0 categories-append textproc license MIT maintainers nomaintainer description Python API for instapaper.com long_description Instapaper is a simple web app for saving pages for reading \ later. This library provides an API for the web service. platforms darwin supported_archs noarch homepage https://pypi.python.org/pypi/instapaperlib master_sites pypi:i/instapaperlib/ distname instapaperlib-${version} checksums md5 c6f4c0cfeed03a5b417fa07f9e89d35d livecheck.type regex livecheck.regex {

instapaperlib ([0-9.]+)

} python.versions 27