hello

this is an update to 1.8.4, not the latest,
but 1.9.1 has some strange warnings in the docs
http://www.virtualenv.org/en/1.9.1/
and 1.10 seems to have introduced many backwards
incompatible changes. until that dust settles,
this could be a good version to use.

notes:
${MAINTAINER} agreed to be removed, does not use
it anymore.

now install docs.

i removed the test deps, and added NO_TEST
as it seems to run 0 tests...

===>  Regression tests for py-virtualenv-1.8.4
running test
running egg_info
writing virtualenv.egg-info/PKG-INFO
writing top-level names to virtualenv.egg-info/top_level.txt
writing dependency_links to virtualenv.egg-info/dependency_links.txt
writing entry points to virtualenv.egg-info/entry_points.txt
reading manifest file 'virtualenv.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 
'docs/_templates'
warning: no previously-included files matching '*' found under directory 
'docs/_build'
writing manifest file 'virtualenv.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.044s

OK


please test and commit.

-f
-- 
he who lives by the sword eats with bloody hands.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    11 Mar 2013 10:50:27 -0000      1.6
+++ Makefile    7 Jan 2014 14:22:07 -0000
@@ -2,13 +2,11 @@
 
 COMMENT =              virtual Python environment builder
 
-MODPY_EGG_VERSION =    1.7
+MODPY_EGG_VERSION =    1.8.4
 DISTNAME =             virtualenv-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
 CATEGORIES =           devel
 
-MAINTAINER =           Wen Heping <wenhep...@gmail.com>
-
 HOMEPAGE =             http://www.virtualenv.org/
 
 # MIT
@@ -18,9 +16,11 @@ MASTER_SITES =               ${MASTER_SITE_PYPI:=v/vi
 
 MODULES =              lang/python
 
-TEST_DEPENDS = devel/py-nose \
-                       devel/py-mock
-
+NO_TEST =              Yes
 MODPY_SETUPTOOLS =     Yes
+
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/virtualenv
+       cd ${WRKSRC}/docs && pax -rw * ${PREFIX}/share/doc/virtualenv
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-virtualenv/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    30 Dec 2011 07:35:59 -0000      1.3
+++ distinfo    7 Jan 2014 14:22:07 -0000
@@ -1,5 +1,2 @@
-MD5 (virtualenv-1.7.tar.gz) = 3MEF5aOQep3KqXj4E6T1Jg==
-RMD160 (virtualenv-1.7.tar.gz) = XV+ae4K9TsZZ2FOhu6rKrDKWERY=
-SHA1 (virtualenv-1.7.tar.gz) = PJnnWaBkcKGDjJi3UNW3KXKsgtY=
-SHA256 (virtualenv-1.7.tar.gz) = 4yuFHuw76uBIxB3ty+va6EhHUrRCZDa6jX0daUWO9vw=
-SIZE (virtualenv-1.7.tar.gz) = 2125413
+SHA256 (virtualenv-1.8.4.tar.gz) = oW7pn0o7cr4EcEuL0owvIdUQr1RUklAco81Q/emnDLY=
+SIZE (virtualenv-1.8.4.tar.gz) = 1857001
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-virtualenv/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   30 Dec 2011 07:35:59 -0000      1.3
+++ pkg/PLIST   7 Jan 2014 14:22:07 -0000
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.3 2011/12/30 07:35:59 rpointel Exp $
 bin/virtualenv
+bin/virtualenv-${MODPY_VERSION}
 
lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
 
lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
@@ -12,6 +13,18 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/virtualenv_support/
 lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.py
 lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/virtualenv_support/distribute-0.6.24.tar.gz
-lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-1.0.2.tar.gz
+lib/python${MODPY_VERSION}/site-packages/virtualenv_support/distribute-0.6.31.tar.gz
+lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-1.2.1.tar.gz
 
lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-0.6c11-py${MODPY_VERSION}.egg
+share/doc/virtualenv/
+share/doc/virtualenv/Makefile
+share/doc/virtualenv/_theme/
+share/doc/virtualenv/_theme/nature/
+share/doc/virtualenv/_theme/nature/static/
+share/doc/virtualenv/_theme/nature/static/nature.css_t
+share/doc/virtualenv/_theme/nature/static/pygments.css
+share/doc/virtualenv/_theme/nature/theme.conf
+share/doc/virtualenv/conf.py
+share/doc/virtualenv/index.txt
+share/doc/virtualenv/make.bat
+share/doc/virtualenv/news.txt

Reply via email to