Skip to content
Permalink
Browse files

py-taskplan: update to 1.3.3

- deprecated
- fix livecheck, switch to PyPI
  • Loading branch information
reneeotten committed Apr 13, 2019
1 parent ab7c8f4 commit 2b95be1104e37515a1afbadd33c42746171c6976
Showing with 17 additions and 6 deletions.
  1. +17 −6 python/py-taskplan/Portfile
@@ -2,10 +2,11 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-taskplan
version 1.2.1
revision 1
version 1.3.3
revision 0
license MIT
platforms darwin freebsd
supported_archs noarch
@@ -16,15 +17,25 @@ long_description A simple task planner capable of resource allocation, \
and HTML gantt chart generation.

homepage http://www.mechanicalcat.net/tech/pytaskplan/
master_sites ${homepage}
master_sites pypi:p/pytaskplan
distname pytaskplan-${version}
checksums md5 8a59b0f8685eafd129530ace755d504a
checksums rmd160 a68fe10d1311fb9fc123d86f85b4d2553b503127 \
sha256 a7043e1de7440d829105e8975a1a5d112567374f77d3f6111ba9be1f3c561534 \
size 10300

deprecated.upstream_support no

python.versions 27

if {${name} ne ${subport}} {
post-destroot {
xinstall -m 644 -W ${worksrcpath} CHANGES.txt README.txt \
${destroot}${prefix}/share/doc/${subport}
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.txt CHANGES.txt \
${destroot}${docdir}
}

livecheck.type none
} else {
livecheck.name pytaskplan
}

0 comments on commit 2b95be1

Please sign in to comment.
You can’t perform that action at this time.