update to py-py-0.9.1; ok wcmaier@
This commit is contained in:
parent
ca21d5348b
commit
6a7c0f4e93
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/12/10 21:07:51 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/04/15 09:35:43 martynas Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 powerpc
|
||||
|
||||
COMMENT= agile development and test support library
|
||||
|
||||
V= 0.9.0
|
||||
DISTNAME= py-${V}
|
||||
PKGNAME= py-py-${V}p0
|
||||
MODPY_EGG_VERSION= 0.9.1
|
||||
DISTNAME= py-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (py-0.9.0.tar.gz) = rezXvv36QxNByOCeC8lMow==
|
||||
RMD160 (py-0.9.0.tar.gz) = MdjD6QqxWmZQUNleKQt0TvhsxNc=
|
||||
SHA1 (py-0.9.0.tar.gz) = w5wG7lkXVjkWATLanlwC112rIDU=
|
||||
SHA256 (py-0.9.0.tar.gz) = hc77icgvzKWgGGcGIRPlO3ZZKVOJ7BWxosOZX8hVQho=
|
||||
SIZE (py-0.9.0.tar.gz) = 482311
|
||||
MD5 (py-0.9.1.tar.gz) = 2ePdNFBAjDDRUvaCUCr5Dw==
|
||||
RMD160 (py-0.9.1.tar.gz) = Ab47X13owvLYDg40aSGFl2Fh7RQ=
|
||||
SHA1 (py-0.9.1.tar.gz) = JvxdabAU7UsibVozsCkMM541LNo=
|
||||
SHA256 (py-0.9.1.tar.gz) = IHTREkZMXMD+VKhGY+UPymZzrSuRISyzSYDG2BfOtG4=
|
||||
SIZE (py-0.9.1.tar.gz) = 490211
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/06/24 10:29:41 martynas Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/04/15 09:35:43 martynas Exp $
|
||||
%%SHARED%%
|
||||
bin/_docgen.py
|
||||
bin/_findpy.py
|
||||
@ -11,6 +11,7 @@ bin/py.rest
|
||||
bin/py.test
|
||||
bin/pytest.cmd
|
||||
lib/python${MODPY_VERSION}/site-packages/py/
|
||||
lib/python${MODPY_VERSION}/site-packages/py-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/py/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/py/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/__init__.pyc
|
||||
@ -262,6 +263,7 @@ lib/python${MODPY_VERSION}/site-packages/py/doc/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/apigen.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/bin.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/changes-${MODPY_EGG_VERSION}.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/code.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/coding-style.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/confrest.py
|
||||
@ -294,6 +296,7 @@ lib/python${MODPY_VERSION}/site-packages/py/doc/log.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/misc.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/path.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/release-0.9.0.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/release-${MODPY_EGG_VERSION}.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/style.css
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/talk/
|
||||
lib/python${MODPY_VERSION}/site-packages/py/doc/talk/execnet-overview.txt
|
||||
@ -450,6 +453,8 @@ lib/python${MODPY_VERSION}/site-packages/py/misc/error.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/error.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/findmissingdocstrings.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/findmissingdocstrings.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/killproc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/killproc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/rest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/rest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/std.py
|
||||
@ -471,6 +476,8 @@ lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_error.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_error.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_initpkg.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_initpkg.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_oskill.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_oskill.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_std.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_std.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/misc/testing/test_svnlook.py
|
||||
@ -528,6 +535,8 @@ lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/repotest.dump
|
||||
lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/svntestbase.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/svntestbase.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/test_auth.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/test_auth.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/test_test_repo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/test_test_repo.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/py/path/svn/testing/test_urlcommand.py
|
||||
|
Loading…
Reference in New Issue
Block a user