Commits

Ruben Di Battista authored and Renee Otten committed 877b10e4f85
pew: Bump version and fix deps

Add required dependency py-pythonz Add required dependency py-resumable-urlretrieve Add required dependency py-rangehttpserver
No tags

python/py-pew/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 PortGroup github 1.0
6 6 PortGroup select 1.0
7 7
8 8 revision 1
9 9
10 -github.setup berdario pew 1.1.5
10 +github.setup berdario pew 1.2.0
11 11 github.tarball_from releases
12 12 name py-${github.project}
13 13
14 14 master_sites ${github.homepage}/archive/
15 15 distname ${github.version}
16 16 worksrcdir ${github.project}-${github.version}
17 17
18 18 categories python
19 19 platforms darwin
20 20 license MIT
21 21
22 22 python.versions 35 36 37
23 23
24 24 maintainers openmaintainer {gmail.com:esafak @esafak}
25 25 description A tool to manage multiple virtual environments written in pure python
26 26 long_description $description
27 -checksums rmd160 4a132a0f5c552cf76122d432c057a0c294ad6cd5 \
28 - sha256 24b0fe0305a293acf4cc95136e73a313b4a749c5aa5ae2a56b4e384224b2381e
27 +checksums rmd160 2a92c21bc5a9e7a93b1a1051cc32d3c3554352e0 \
28 + sha256 58e4f04ba644080ef820c2e07d1704112727e392c2fd1d42cdc31e112ffc2345 \
29 + size 43005
29 30 use_zip yes
30 31
31 32 test.run yes
32 33
33 34 if {${name} ne ${subport}} {
34 35 depends_lib-append port:py${python.version}-virtualenv-clone \
35 36 port:py${python.version}-virtualenv \
36 - port:py${python.version}-setuptools
37 + port:py${python.version}-setuptools \
38 + port:py${python.version}-pythonz
37 39
38 40 depends_run-append port:pew_select
39 41
40 42 select.group pew
41 43 select.file pew${python.version}
42 44
43 45 notes "
44 46 The executable is installed as\
45 47 '${prefix}/bin/pew-${python.branch}'. To symlink it to\
46 48 '${prefix}/bin/pew', run:

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

Add shortcut