This commit is contained in:
Your Name
2019-12-17 07:15:18 +01:00
parent a54112e1bf
commit df956e4617
576 changed files with 3850 additions and 3370 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--cffi-1.11.5--C.9758.1521812983.442610.C.tar.bz2 505643 SHA256 3ad09cf99a059c999c97e2ba46142d58491dba8c2ff8c0f3ce90d841a5bc0c17 SHA512 40b3c702cf3a8c57d4894fd673005009522fa16e322342d32bf0926dba5e0e7faade2b6c1cc08d5d0375fa1e31204c856bdbfe05f019ce6cbd21ec04fb7d1d90 WHIRLPOOL 79f91a92a9fd2361768435ba956817029695267f1dac60b722583bff0c720fec9110c6182b14adacf99255ba5ba6b0d2650be369861624df8e78c4851d88ae9c
PBIN cffi-1.11.5.pbin-1+exheres-0 2765 SHA256 a1de395ad96e9d4862be8ab4491ffa40bacb201928d13725f057872c66d86674 SHA512 f85ad5739b4e859214de5c34d222ce80f32ed148ecb31e2d6a278367c12e0752ebe497f9aab8831eb7d0648cafadf4771137641d3a96b1ff56ec03082dd43ef8 WHIRLPOOL d74239d9775b7c17b640943803b8545e599f35b96cd5258e0f2c4e6e1b2e3af4de9096917ea70380a01cd50360d70a51470ea10926bdf94f7f42f129ef7940fc
DIST hasufell-binhost--dev-python--cffi-1.12.3--C.4042.1576507691.960193.C.tar.bz2 536350 SHA256 9f1b3248a7273f6081ae399182914f9bfbce92f941eabf37e27f6cc817b52f0e SHA512 062320a8a1cdc48c7e584dd49a11161569a3cd2f27c6c9c0e7ee0ddd667f76431d84b99460a8d11e53760eeef79ab5186ab21573bcdafc22ad6a61a8e8612ed5 WHIRLPOOL b000df2926491b2ce6928820433b9cc4e15857672f9b1c0aca0d4ceed4c5294c4834a2a10a7a7d0e36afbd73883a7c446a4737da1482de06d7c6049fe4fae4d3
PBIN cffi-1.12.3.pbin-1+exheres-0 2885 SHA256 c794a955b3c4f15b9bd58fabb6c0dab745417cb584728d67c5576b5355b209d0 SHA512 3dfa667bdff97e62643fee3db34f6f033dda61229fccd342d8691ba6d400fa2b296ea792cc3d30ad589244e61fa875dbe46045e352b2e566b936bcc53613c9fa WHIRLPOOL 922d60b7b55d4564fcf120907cea4499b40ce395151afcf9b2217dcdeea6f1dd989a393d8d35fafe60ea51263d6be63d9e8b6b11ca48bb6f592686c4e00cd790

View File

@@ -1,20 +1,20 @@
# Created by paludis-3.0.0 on Fri Mar 23 14:49:43 CET 2018
# Created by paludis-3.0.0 on Mon Dec 16 15:48:12 CET 2019
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build: virtual/pkg-config build+run: dev-libs/libffi dev-python/pycparser[>=2.6][python_abis:*(-)?] ) [[ defined-in = [ cffi-1.11.5.exheres-0 ] ]] ( 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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
DEPENDENCIES="( build: virtual/pkg-config build+run: dev-libs/libffi dev-python/pycparser[>=2.6][python_abis:*(-)?] ) [[ defined-in = [ cffi-1.12.3.exheres-0 ] ]] ( 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:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=" The aim of this project is to provide a convenient and reliable way of calling C code from Python. The interface is based on LuaJITs FFI"
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.python.org/pypi/cffi/ https://cffi.readthedocs.org"
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
PLATFORMS="~amd64 ~armv7 ~x86"
HOMEPAGE="https://pypi.org/project/cffi/ https://cffi.readthedocs.org"
INHERITED=" pypi multibuild easy-multibuild python setup-py flag-o-matic toolchain-funcs"
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 ~armv7 ~armv8 ~x86"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/c/cffi/cffi-1.11.5.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/c/cffi/cffi-1.12.3.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1521812983"
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="1576507692"
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"
@@ -26,9 +26,9 @@ CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64 ~armv7 ~x86"
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--cffi-1.11.5--C.9758.1521812983.442610.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--cffi-1.12.3--C.4042.1576507691.960193.C.tar.bz2"
SUMMARY="Foreign Function Interface for Python calling C code"
BUGS_TO=""
REMOTE_IDS=" pypi:cffi"