Subject: CVS commit: pkgsrc/devel/py-virtualenv
From: Adam Ciarcinski
Date: 2019-01-04 22:44:13
Message id: 20190104214414.0A4BEFB16@cvs.NetBSD.org

Log Message:
py-virtualenv: updated to 16.2.0

v16.2.0:

Bugfixes
copyfile handles relative symlinks and symlinks to symlinks, avoiding problems \ 
when Python was installed using stow or homebrew.
Fix preserving of original path when using fish and a subshell.
Drop the source layout of the project, going back to how the source was laid out \ 
before 16.1.0.
Fix bootstrap script generation broken with 16.0.0. Support now both CPython, \ 
pypy, jython.
lib64 symlink is again relative (as was with < 16.1.0).

Features
fish version 3 support for the activation script.
powershell activator is no longer signed.
pyproject.toml with PEP-517 and PEP-518 is now provided. tox.ini is now packaged \ 
with the sdist. Distributions repackaging the library should use tox -e py to \ 
run the test suite on the sdist.
activate_this.py improvements: set VIRTUAL_ENV environment variable; pypy, pypy3 \ 
and jython support.
The xonsh shell is now supported by generating the xon.sh activation script.
Support pip wheels with removed certifi's cacert.pem.
Upgrade setuptools from 40.5.0 to 40.6.3 and wheel from 0.32.2 to 0.32.3.
powershell now also provides the pydoc function that uses the virtual \ 
environments pydoc.
Migrate to a setup.cfg based build. Minimum setuptools required to build is \ 
setuptools >= 40.6.3, this is automatically acquired for all PEP-518 builders \ 
(recommended), or acquired via the old setup_requires method otherwise. Move \ 
exclusively to a setuptools generated console entry point script, this now does \ 
make setuptools >= 18.0.0 a runtime dependency (install requires). Source and \ 
issue tracker now is shown on PyPi (supplied as package metadata) beside the \ 
homepage.

Deprecations (removal in next major release)
Using python setup.py test is now marked as deprecated and will be removed in \ 
next release. Use tox instead, always.
Using the project directly from the source layout is now deprecated. Going ahead \ 
people wanting to use the project without installing the virtualenv are \ 
encouraged to download the wheel from PyPi and extract it to access the \ 
virtualenv.py file. We’ll be switching to a src layout with next release.
No longer support distutils build/installation, now setuptools >= 40.6.3 is \ 
required.

Files:
RevisionActionfile
1.42modifypkgsrc/devel/py-virtualenv/Makefile
1.35modifypkgsrc/devel/py-virtualenv/PLIST
1.33modifypkgsrc/devel/py-virtualenv/distinfo