Commits

reneeotten authored and Perry E. Metzger committed f0eab82bd34
py-virtualenv-clone: update to 0.30; add py37 subport

Closes: https://trac.macports.org/ticket/56745
No tags

python/py-virtualenv-clone/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-virtualenv-clone
7 7 set real_name virtualenv-clone
8 -version 0.2.6
8 +version 0.3.0
9 9 platforms darwin
10 10 categories-append devel
11 11 maintainers nomaintainer
12 12 supported_archs noarch
13 13 license MIT
14 14
15 15 description script to clone virtualenvs
16 16
17 17 long_description A script for cloning a non-relocatable virtualenv.
18 18
19 19 homepage https://github.com/edwardgeorge/${real_name}/
20 20 master_sites pypi:v/${real_name}/
21 21 distname ${real_name}-${version}
22 22
23 -checksums rmd160 163d1b171dda058a8eeeb74e9b413b360592b3b7 \
24 - sha256 6b3be5cab59e455f08c9eda573d23006b7d6fb41fae974ddaa2b275c93cc4405
23 +checksums rmd160 c0f8b44b70bf55d824050cd3903f2e7498b5b4e5 \
24 + sha256 b5cfe535d14dc68dfc1d1bb4ac1209ea28235b91156e2bba8e250d291c3fb4f8 \
25 + size 5868
25 26
26 -python.versions 27 34 35 36
27 +python.versions 27 34 35 36 37
27 28
28 29 if {${name} ne ${subport}} {
29 30 depends_build port:py${python.version}-setuptools
30 31 livecheck.type none
31 32 } else {
32 33 livecheck.type pypi
33 34 }

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

Add shortcut