Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--simplejson-3.15.0--C.13951.1528549992.416377.C.tar.bz2 218152 SHA256 75a25f49dabcd98bc7041f46e982f091190568604324bfae0ab9c671cf91c837 SHA512 0eb9c2b446d906a88014a5972987370a0cf2e0d948ad985583298eea942e7731e51ae4c79a26341a16b3c4e27a6a420b86a4af0197ba4169ece6545bb36fb5a2 WHIRLPOOL 3815dedd8eebea1ab6d39a804ee761fa74f04316cc82624cf80a6a4cdd2eda11af6a0ae382544867cbbfce366a1619f4a8b3579c60fd6f955e7720a49ee25301
|
||||
PBIN simplejson-3.15.0.pbin-1+exheres-0 2897 SHA256 86139e53e1b4f89de1dc9bf749eaf86b011a32b5d7a30fcc37d64733414a2733 SHA512 3faa383e1264561fc7197599d19a122e81bbc15872ecd9d1dff7bdc804d8a8000c2a15c0d31006de6307bff97460b3b0840964b536b909646095f636d290a047 WHIRLPOOL 5f257dc442dcc7b76534bfe5011028788aff9ac37b13a9e3d145ebb65edcbb664e6a2ab40d29256ffd8e522d026d4eb847168c914cdf1d2f5f03ebf62f98add8
|
||||
DIST hasufell-binhost--dev-python--simplejson-3.17.0--C.31104.1588170122.864716.C.tar.bz2 220171 SHA256 e865f1f470d5b4040f43b522accdcb5c42b35ea8ba1cd63a43959ed656e5f20d SHA512 a74b8e371fdba0072e1e21f22bb8d98fd0cd03ec2f8d62bbf0522d8ea378c51d51958feb604154e6c6a5a1acd60913bdac06db8cf9e111fa4264d3e97919b5ab WHIRLPOOL 6dcf78a803222b0ccd0f60be2544b90f4971cb79f4ab2a7dc80e403fb7dda87f3c4a6424420a513b09d21c9e34d833c1849eecfe37456d3c3ccaf4f4874bf64c
|
||||
PBIN simplejson-3.17.0.pbin-1+exheres-0 2890 SHA256 a2ee4a08f893343446304aeb2c876e58893b8e629d9181da66086cb90a3f5e4d SHA512 cfa9dd707e22e6088d33ade7ed29fc30e3a98b2eed0ab83d16e8b9a8f1344d04cfd9d2e531a5a2c65f8564a97dea93696794bae0a1c3030d16cdb900ab69ade0 WHIRLPOOL cb3e45612f4de5097fc7de62b66315f80e8322edbf5214e9f0b48710d66a99be3fd53803e5a3d9dff1d6de4edfa5507afd0e4f7b2540b8f6da05475872a63cea
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Sat Jun 9 15:13:12 CEST 2018
|
||||
# Created by paludis-3.0.0 on Wed Apr 29 16:22:03 CEST 2020
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) python_abis:3.8? ( dev-lang/python:3.8 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=" simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/simplejson/ https://github.com/simplejson/simplejson"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py"
|
||||
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64"
|
||||
LICENCES="|| ( MIT AFL-2.1 )"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-3.15.0.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-3.17.0.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1528549992"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
|
||||
GENERATED_TIME="1588170123"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--simplejson-3.15.0--C.13951.1528549992.416377.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--simplejson-3.17.0--C.31104.1588170122.864716.C.tar.bz2"
|
||||
SUMMARY="Simple, fast, extensible JSON encoder/decoder for Python"
|
||||
BUGS_TO="pioto@pioto.org"
|
||||
REMOTE_IDS=" pypi:simplejson"
|
||||
Reference in New Issue
Block a user