diff options
| author | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 02:46:31 +0200 |
|---|---|---|
| committer | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 19:40:14 +0200 |
| commit | d7c522f1778c0fac1cbbdcb3f648e1d313512ad9 (patch) | |
| tree | 91618825356bb770adb1ea9ccbc3bcbfee3217bf /dev-python/python-cjson/python-cjson-1.1.0.ebuild | |
| parent | 3417e3bd1c4e536f7dff658009d2b004a8c4f6f0 (diff) | |
| download | gentoo-d7c522f1778c0fac1cbbdcb3f648e1d313512ad9.tar.gz gentoo-d7c522f1778c0fac1cbbdcb3f648e1d313512ad9.tar.bz2 gentoo-d7c522f1778c0fac1cbbdcb3f648e1d313512ad9.zip | |
dev-python/python-cjson: initial import of version 1.1.0
Gentoo-Bug: 446188
Diffstat (limited to 'dev-python/python-cjson/python-cjson-1.1.0.ebuild')
| -rw-r--r-- | dev-python/python-cjson/python-cjson-1.1.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/python-cjson/python-cjson-1.1.0.ebuild b/dev-python/python-cjson/python-cjson-1.1.0.ebuild new file mode 100644 index 000000000000..cb2dfd70af26 --- /dev/null +++ b/dev-python/python-cjson/python-cjson-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Fast JSON encoder/decoder for Python" +HOMEPAGE="http://ag-projects.com/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +IUSE="" + +KEYWORDS="~amd64 ~x86" |
