update to py-simplejson-1.8.1; ok wcmaier@
This commit is contained in:
parent
6a7c0f4e93
commit
3c2de70ca5
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/01/13 17:20:14 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/04/15 09:36:06 martynas Exp $
|
||||
|
||||
COMMENT= JSON encoder/decoder
|
||||
|
||||
VERSION= 1.7.3
|
||||
DISTNAME= simplejson-${VERSION}
|
||||
MODPY_EGG_VERSION= 1.8.1
|
||||
DISTNAME= simplejson-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= devel
|
||||
@ -23,8 +23,6 @@ MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/
|
||||
MODULES= lang/python
|
||||
REGRESS_DEPENDS= ::devel/py-nose
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
|
||||
post-install:
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (simplejson-1.7.3.tar.gz) = A5Ne2hIR8p1oVkgbr2y6WQ==
|
||||
RMD160 (simplejson-1.7.3.tar.gz) = VmWulaeNJfrucc0T1XY4U4MaWSI=
|
||||
SHA1 (simplejson-1.7.3.tar.gz) = CgVRoQNAOsuftl1UWEFTuNBptqE=
|
||||
SHA256 (simplejson-1.7.3.tar.gz) = dIvIuRBVgLwXXzY5ChDJ/P93QWL7gmfhUbDI4sHOB38=
|
||||
SIZE (simplejson-1.7.3.tar.gz) = 59899
|
||||
MD5 (simplejson-1.8.1.tar.gz) = fQJNaudKuyaWN74gThMr3A==
|
||||
RMD160 (simplejson-1.8.1.tar.gz) = AD88g73At//2WiMzIOMoG3pptEA=
|
||||
SHA1 (simplejson-1.8.1.tar.gz) = KCzh/NAwCBTcffC1ydwlNJj8rj8=
|
||||
SHA256 (simplejson-1.8.1.tar.gz) = lOODyVNoF5zWGqOqFxyqOPmZ8FeN/wNNTXL/AtbZcKU=
|
||||
SIZE (simplejson-1.8.1.tar.gz) = 68117
|
||||
|
@ -1,14 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/01/13 17:20:14 martynas Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/04/15 09:36:06 martynas Exp $
|
||||
%%SHARED%%
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${VERSION}-py${MODPY_VERSION}.egg-info/native_libs.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/native_libs.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/decoder.py
|
||||
@ -22,8 +22,10 @@ lib/python${MODPY_VERSION}/site-packages/simplejson/scanner.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_attacks.py
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_attacks.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_decode.py
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_decode.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_default.py
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_default.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_dump.py
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_dump.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/simplejson/tests/test_fail.py
|
||||
|
Loading…
Reference in New Issue
Block a user