Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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)

Portfile.diff (1.1 KB) - added by josephsacco 6 years ago.
Portfile diff
virtualenv37 (19 bytes) - added by josephsacco 6 years ago.
files / virtualenv37 - needed for python37 support

Download all attachments as: .zip

Change History (8)

comment:1 Changed 6 years ago by jmroot (Joshua Root)

Owner: set to larryv
Status: newassigned

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Keywords: haspatch added; python virtualenv removed
Version: 2.5.2

comment:3 Changed 6 years ago by josephsacco

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

  • Portfile: Add 37 to the list of python versions
  • files: create the file virtualenv37 containing the single line bin/virtualenv-3.7

-Joseph

Changed 6 years ago by josephsacco

Attachment: Portfile.diff added

Portfile diff

Changed 6 years ago by josephsacco

Attachment: virtualenv37 added

files / virtualenv37 - needed for python37 support

comment:4 Changed 6 years ago by reneeotten <reneeotten@…>

Resolution: fixed
Status: assignedclosed

In be83b67a0fa270989f2ac4d862aefa3d6f411c89/macports-ports (master):

py-virtualenv: update to 16.0.0

  • remove obsolete py26/py33 subports
  • add size, remove md5 from checksums
  • update homepage
  • enable tests (not working yet for py37, because of missing

dependencies; actual tests pass)

Closes: #56741

comment:5 Changed 6 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 6 years ago by jmroot (Joshua Root)

Cc: reneeotten added
Note: See TracTickets for help on using tickets.