#56741 closed update (fixed)
py-virtualenv: latest version is 16.0.0
| Reported by: | josephsacco | Owned by: | larryv (Lawrence Velázquez) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | haspatch | Cc: | reneeotten (Renee Otten) |
| Port: | py-virtualenv |
Description
The latest version of py-virtualenv is 1.16.0. Macports is currently hosting version 1.15.1.
The update requires nothing more than changing the checksums [Portfile diff attached].
I built both py27-virtualenv and py36-virtualenv and ran the tests for each that accompany the source code. All tests pass.
-Joseph
Attachments (2)
Change History (8)
comment:1 Changed 8 years ago by jmroot (Joshua Root)
| Owner: | set to larryv |
|---|---|
| Status: | new → assigned |
comment:2 Changed 8 years ago by mf2k (Frank Schima)
| Keywords: | haspatch added; python virtualenv removed |
|---|---|
| Version: | 2.5.2 |
comment:3 Changed 8 years ago by josephsacco
Changed 8 years ago by josephsacco
| Attachment: | virtualenv37 added |
|---|
files / virtualenv37 - needed for python37 support
comment:4 Changed 8 years ago by reneeotten <reneeotten@…>
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:5 Changed 8 years ago by jmroot (Joshua Root)
I thought the plan was to keep setuptools, pip and virtualenv available for old python versions so that people who need to use them can install modules.
comment:6 Changed 8 years ago by jmroot (Joshua Root)
| Cc: | reneeotten added |
|---|
Note: See
TracTickets for help on using
tickets.

I built and tested py37-virtualenv. All tests pass. The modifications to support python37 are trivial:
bin/virtualenv-3.7-Joseph