Commits

reneeotten authored and Frank Schima committed 6d43876339c
py-clonedigger: update to 1.1.0

- fix dependency type for py-setuptools - use default PyPI livecheck
No tags

python/py-clonedigger/Portfile

Modified
1 1 # -*- 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:
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-clonedigger
7 -version 1.0.3-beta
7 +version 1.1.0
8 +revision 0
8 9 platforms darwin
9 10 supported_archs noarch
10 11 license GPL-3+
11 12 maintainers nomaintainer
12 13
13 14 description Clone Digger aimed to detect similar code in \
14 15 Python programs
15 16 long_description Clone Digger is the tool for finding software \
16 17 clones. Currently only Python language is \
17 18 supported, Java support will be added soon.
18 19 homepage http://clonedigger.sourceforge.net/
19 20
20 21 master_sites pypi:c/clonedigger/
21 22 distname clonedigger-${version}
22 -checksums md5 ac1883622ee2c20a2b91efbf5133b892 \
23 - sha1 f5a3854d2f5f0f0b997459d1b0f529e216fecb55 \
24 - rmd160 deaf039ca347181959fe54da1b88f6e932b15340
23 +checksums rmd160 564d062490f642731ccc663ac9d966089386539a \
24 + sha256 83243929e4760ea2c2ef1e3ceb82265554351d372516db2ae1dc7f3045794124 \
25 + size 2595412
25 26
26 27 python.versions 27
27 28
28 29 if {${name} ne ${subport}} {
29 - depends_build port:py${python.version}-setuptools
30 + depends_lib-append \
31 + port:py${python.version}-setuptools
30 32 livecheck.type none
31 -} else {
32 - livecheck.type regex
33 - livecheck.url https://pypi.python.org/pypi/clonedigger
34 - livecheck.regex clonedigger-(.+?)${extract.suffix}
35 33 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut