Skip to content
Permalink
Browse files

py-reverend: update to 0.3, deprecated

  • Loading branch information
reneeotten committed Apr 6, 2019
1 parent 4339abd commit 079917b229ca989f4cc81cab93c75bb76decfe04
Showing with 10 additions and 6 deletions.
  1. +10 −6 python/py-reverend/Portfile
@@ -2,10 +2,11 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-reverend
version 0.2.4
revision 1
version 0.3
revision 0
categories-append textproc
license LGPL-2.1
platforms darwin
@@ -14,18 +15,21 @@ maintainers nomaintainer
description Reverend is a general purpose Bayesian classifier.
long_description ${description}

homepage http://www.divmod.org/Home/Projects/Reverend/
homepage https://sourceforge.net/projects/reverend/
master_sites sourceforge:reverend
distname Reverend-${version}
checksums md5 ad257e5471e730dbcd35cd8ada440732
checksums rmd160 6a35e41fbbd6eeb910ca39f34ccc5b63cf250c83 \
sha256 a8610d05cf7be266fc3a6c779a4917aebd1f490649e365255e17c7fd9e799d17 \
size 11892

deprecated.upstream_support no
python.versions 27

if {${name} ne ${subport}} {
post-destroot {
xinstall -m 644 -W ${worksrcpath} README.txt changelog.txt \
xinstall -m 0644 -W ${worksrcpath} README.txt changelog.txt \
${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath}/examples emailtrainer.py readme.txt \
xinstall -m 0644 -W ${worksrcpath}/examples emailtrainer.py readme.txt \
${destroot}${prefix}/share/doc/${subport}/examples
}
}

0 comments on commit 079917b

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