You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
b72ace2803
- fix livecheck, update homepage - install files in post-destoort
39 lines
1.2 KiB
Tcl
39 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-instapaperlib
|
|
version 0.5.1
|
|
revision 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://www.instapaper.com/
|
|
master_sites pypi:i/instapaperlib/
|
|
distname instapaperlib-${version}
|
|
|
|
checksums rmd160 158928fa3aaa1dc01220b97feba841451f91f5a0 \
|
|
sha256 1ca460cc41b978d5217cad149dec4227ed0793fa5a5c1217400206bd8601513c \
|
|
size 4509
|
|
|
|
python.versions 27
|
|
|
|
if {${subport} ne ${name}} {
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} README.rst HISTORY.rst \
|
|
${destroot}${docdir}
|
|
}
|
|
|
|
livecheck.type none
|
|
}
|