Commits

reneeotten authored and Perry E. Metzger committed dec902b8d73
py-distutils-extra: remove obsolete py33 subport
No tags

python/py-distutils-extra/Portfile

Modified
22 22 POTFILES.in, or MANIFEST.in, and setup.py just needs to have the package metadata \
23 23 (such as project name and version).
24 24
25 25 homepage http://launchpad.net/${my_name}
26 26 master_sites https://launchpad.net/${my_name}/${branch}/${version}/+download/
27 27 distname ${my_name}-${version}
28 28
29 29 checksums rmd160 ec5fcffc0ac6258bc86a68c2108af2f5b2dda419 \
30 30 sha256 723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
31 31
32 -python.versions 27 33 34 35 36
32 +python.versions 27 34 35 36
33 33
34 34 if {${name} ne ${subport}} {
35 35 depends_build port:py${python.version}-setuptools
36 36 depends_lib-append port:intltool
37 37 livecheck.type none
38 38 } else {
39 39 livecheck.type regex
40 40 livecheck.url https://launchpad.net/${my_name}/+download
41 41 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
42 42 }

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

Add shortcut