Update
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Fri Aug 31 09:23:14 CEST 2018
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:20:02 CEST 2019
|
||||
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 ] ]] ( test-expensive: dev-python/numpy[python_abis:*(-)?] ) [[ defined-in = [ Cython.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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]] ( test-expensive: dev-python/numpy[python_abis:*(-)?] ) [[ defined-in = [ Cython.exlib ] ]]"
|
||||
DESCRIPTION=" Cython is a language that makes writing C extensions for the Python language as easy as Python itself. It is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://cython.org"
|
||||
HOMEPAGE="https://cython.org"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py Cython"
|
||||
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 ] ]] ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ Cython.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~x86"
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ Cython.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
LICENCES="Apache-2.0"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/C/Cython/Cython-0.28.5.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/C/Cython/Cython-0.29.13.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1535700194"
|
||||
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="1569244802"
|
||||
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,13 +26,13 @@ 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--Cython-0.28.5--C.17071.1535700191.823746.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--Cython-0.29.13--C.15324.1569244800.162159.C.tar.bz2"
|
||||
SUMMARY="compiler for writing C extensions for the Python language"
|
||||
BUGS_TO="philantrop@exherbo.org"
|
||||
REMOTE_IDS=" pypi:Cython"
|
||||
UPSTREAM_CHANGELOG="http://trac.cython.org/cython_trac/query?group=component&milestone=0.28.5"
|
||||
UPSTREAM_CHANGELOG="https://github.com/cython/cython/blob/master/CHANGES.rst"
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION="http://docs.cython.org/ [[ lang = en ]]"
|
||||
SCM_REVISION=""
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--Cython-0.28.5--C.17071.1535700191.823746.C.tar.bz2 7784392 SHA256 50ad80f9d922932267387def732f3fff5f66e3b4d5ab835143f2e80e2ecfa6ed SHA512 932bce27d1005f116922bb5ce678475879a7008871df60dbdd2c16047546f9905819a79139fa78944b04d5ee2a5aa4fd83e2ca4d58bf0a56eee1855d628edd0c WHIRLPOOL 89f95b7bc04fb8e910cacff2ad90393971775d8ea12dd26a6594b054b255e97663fd0ee9f65e3c8adce3cd0b7e7eaff2376af650f7c4585e861cd63d82f3b55f
|
||||
PBIN Cython-0.28.5.pbin-1+exheres-0 3104 SHA256 081493fd6014904b8d99f2af0de9ee42c8087af72fc6056253650dfe8f1f1ffc SHA512 789e7f25f205585211162c00ea2886b88cc00b60e6be5f1c9e6bfb8e49494c275ba1e693d70dfd8bb4560cdfb4d1874fdc1838a0b61cdc88918adb65bd90df7a WHIRLPOOL 1b4d96287a67e0172a24607d64cadad44f0d571c8a46a23a16e809fd93c666a8f0195879daa04188c7be30a5771a4cc27dc6c89291da308c7957b1192fba1cb4
|
||||
DIST hasufell-binhost--dev-python--Cython-0.29.13--C.15324.1569244800.162159.C.tar.bz2 5700041 SHA256 3160dce75392c4c521536f15849604af463704847d9a4eb8243df53ae0efd4aa SHA512 c20771d60d33f1fc36f4a38d59fe1a177e07ff63ca130f10df7c92c2bef799f395ec9900f62f1a8715a9bdffce97d1e2635b2b74b45272d43365993ee3615d8b WHIRLPOOL c90279b734ab37a62caf6b56972c66c50f6ebce6a765df4d46f39d055b9cb913f0bc7e37193e9c768e20dac4cf467289fae4bfdc4c8cfe0455369c19ae363a37
|
||||
PBIN Cython-0.29.13.pbin-1+exheres-0 3009 SHA256 97c5c9bb3da57c1ff8c972ee002247d6bb9ca27667796ac693a20c9dd8651de0 SHA512 673c847f88773f6a2b1166d0cad97ca0e0379ef2498532995ca9fed073a519efa2c450792b596a828545950663d390d93d2a90586cc07067625d6b47d6feda33 WHIRLPOOL 07dddbf1c59baa8a562b5ba69580f6cca961329e0372d620e3faf404ea41370ce3a63d774cc648aefb30a2d9ec7a6982d4a5f95d6491844b963151664571623c
|
||||
|
||||
Reference in New Issue
Block a user