- Anyjson loadds whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implemention is used
WWW: http://bitbucket.org/runeh/anyjson/wiki/Home PR: ports/143604 Submitted by: Mirko Zinn <mail@derzinn.de> Approved by: itetcu (mentor)
This commit is contained in:
parent
5e1d147bf8
commit
25154f7586
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249775
5 changed files with 39 additions and 0 deletions
|
@ -2493,6 +2493,7 @@
|
|||
SUBDIR += py-TurboJinja
|
||||
SUBDIR += py-akismet
|
||||
SUBDIR += py-anonfunc
|
||||
SUBDIR += py-anyjson
|
||||
SUBDIR += py-argparse
|
||||
SUBDIR += py-asn1
|
||||
SUBDIR += py-aspects
|
||||
|
|
20
devel/py-anyjson/Makefile
Normal file
20
devel/py-anyjson/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: py-anyjson
|
||||
# Date created: 2010-02-06
|
||||
# Whom: Mirko Zinn <mail@derzinn.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= anyjson
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mail@derzinn.de
|
||||
COMMENT= JSON library wrapper for Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-anyjson/distinfo
Normal file
3
devel/py-anyjson/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (anyjson-0.2.3.tar.gz) = f1efac0d1b47402c9747e39e8a2957c6
|
||||
SHA256 (anyjson-0.2.3.tar.gz) = 94c13fabfb44b206ff60bdebf7de1687454e55e4e3a1de40a538e6c2f22c841a
|
||||
SIZE (anyjson-0.2.3.tar.gz) = 4653
|
4
devel/py-anyjson/pkg-descr
Normal file
4
devel/py-anyjson/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Anyjson loads whichever is the fastest JSON module installed and provides
|
||||
a uniform API regardless of which JSON implementation is used.
|
||||
|
||||
WWW: http://bitbucket.org/runeh/anyjson/wiki/Home
|
11
devel/py-anyjson/pkg-plist
Normal file
11
devel/py-anyjson/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/anyjson/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/anyjson/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/anyjson/__init__.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/anyjson
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in a new issue