From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/simplejson/Manifest | 1 + dev-python/simplejson/metadata.xml | 12 ++++++++++++ dev-python/simplejson/simplejson-3.17.0.ebuild | 27 ++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-python/simplejson/Manifest create mode 100644 dev-python/simplejson/metadata.xml create mode 100644 dev-python/simplejson/simplejson-3.17.0.ebuild (limited to 'dev-python/simplejson') diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest new file mode 100644 index 000000000000..757caacbbaf5 --- /dev/null +++ b/dev-python/simplejson/Manifest @@ -0,0 +1 @@ +DIST simplejson-3.17.0.tar.gz 83119 BLAKE2B 979dbcb5d50aeb55fd1c16daa398ef915ee1f23ca25a84870a3132c265202d1cd253090157cdea179cecc6603618df293a28adeadc795238ec3ccfceda88ea0a SHA512 383ee4fa3b2f378cd83152ba588ffbb620aa0e7cec80d3e3097edfb406a60e96afd6c5302a5b64adb710d3a52479c609873a2db7ab5756d7ca7a51412029e4c6 diff --git a/dev-python/simplejson/metadata.xml b/dev-python/simplejson/metadata.xml new file mode 100644 index 000000000000..34ddc220f6db --- /dev/null +++ b/dev-python/simplejson/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + simplejson + + gentoo-staging + diff --git a/dev-python/simplejson/simplejson-3.17.0.ebuild b/dev-python/simplejson/simplejson-3.17.0.ebuild new file mode 100644 index 000000000000..cd99c98d5bd2 --- /dev/null +++ b/dev-python/simplejson/simplejson-3.17.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python" +HOMEPAGE="https://github.com/simplejson/simplejson https://pypi.org/project/simplejson/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( MIT AFL-2.1 )" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + +DOCS=( README.rst CHANGES.txt ) + +distutils_enable_tests unittest + +python_compile() { + if ! python_is_python3; then + local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" + fi + distutils-r1_python_compile +} -- cgit v1.3.1