Skip to content

Commit

Permalink
Updated py-virtualenv to 15.0.2.
Browse files Browse the repository at this point in the history
15.0.2 (2016-05-28)

    Copy Tcl/Tk libs on Windows to allow them to run, fixes #93 (PR #888)
    Upgrade setuptools to 21.2.1.
    Upgrade pip to 8.1.2.
  • Loading branch information
wiz committed May 29, 2016
1 parent ae1c04e commit abe7d27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions devel/py-virtualenv/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.29 2016/04/13 18:51:05 wiz Exp $
# $NetBSD: Makefile,v 1.30 2016/05/29 21:30:53 wiz Exp $

DISTNAME= virtualenv-15.0.1
DISTNAME= virtualenv-15.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://pypi.python.org/packages/source/v/virtualenv/
MASTER_SITES= https://pypi.python.org/packages/5c/79/5dae7494b9f5ed061cff9a8ab8d6e1f02db352f3facf907d9eb614fb80e9/

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pypi.python.org/pypi/virtualenv
Expand Down
6 changes: 3 additions & 3 deletions devel/py-virtualenv/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.27 2016/04/13 18:51:05 wiz Exp $
@comment $NetBSD: PLIST,v 1.28 2016/05/29 21:30:53 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand All @@ -12,6 +12,6 @@ ${PYSITELIB}/virtualenv_support/__init__.py
${PYSITELIB}/virtualenv_support/__init__.pyc
${PYSITELIB}/virtualenv_support/__init__.pyo
${PYSITELIB}/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl
${PYSITELIB}/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl
${PYSITELIB}/virtualenv_support/setuptools-20.3-py2.py3-none-any.whl
${PYSITELIB}/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl
${PYSITELIB}/virtualenv_support/setuptools-21.2.1-py2.py3-none-any.whl
${PYSITELIB}/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl
10 changes: 5 additions & 5 deletions devel/py-virtualenv/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.26 2016/04/13 18:51:05 wiz Exp $
$NetBSD: distinfo,v 1.27 2016/05/29 21:30:53 wiz Exp $

SHA1 (virtualenv-15.0.1.tar.gz) = 9fcdaaf7e822dd55c8acf06a464f21c1a90cd310
RMD160 (virtualenv-15.0.1.tar.gz) = 5d45bc4b34c2483427c9556fd10833fcce9e661d
SHA512 (virtualenv-15.0.1.tar.gz) = 419f496235f4317528e3a6c2effbd9561c5f8cc7052df5d82f5124a7ee18949f05170fdead6e5269e3cc28812f3e638dab059518e00abf931d10b8aa8b02e7ec
Size (virtualenv-15.0.1.tar.gz) = 1842776 bytes
SHA1 (virtualenv-15.0.2.tar.gz) = 02ab6cbe6313418ae70f88730fbf8a7482c15bad
RMD160 (virtualenv-15.0.2.tar.gz) = 58c97d6e91e6af9dffb3eeb62525602d79204349
SHA512 (virtualenv-15.0.2.tar.gz) = 862bf4d9fb306a2b071da54eb63fb853905b921290d172d157419a2c73c34e58862617d7f29a9dd5a7a639d8cdf82699de43fc790889e527bbf749242f8505c4
Size (virtualenv-15.0.2.tar.gz) = 1845728 bytes

0 comments on commit abe7d27

Please sign in to comment.