16 lines
388 B
Bash
16 lines
388 B
Bash
# Copyright 2016-2017 Julian Ospald <hasufell@posteo.de>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require pypi setup-py [ import=distutils blacklist="3" ]
|
|
|
|
SUMMARY="Fast JSON encoder/decoder for Python"
|
|
HOMEPAGE="https://github.com/AGProjects/python-cjson"
|
|
|
|
LICENCES="LGPL-2"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64 ~x86"
|
|
MYOPTIONS=""
|
|
|
|
REMOTE_IDS="github:AGProjects/${PN}"
|
|
|