This commit is contained in:
2017-03-08 09:59:36 +01:00
parent 8e7bde3d67
commit e7932cda80
56 changed files with 218 additions and 178 deletions

View File

@@ -1,38 +1,38 @@
# Created by paludis-2.6.0-git-2.6.0-13-g7d83832 on Sun Aug 14 16:18:11 CEST 2016
# Created by paludis-3.0.0 on Wed Mar 8 09:32:27 CET 2017
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.3? ( dev-lang/python:3.3 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) ) [[ defined-in = [ python.exlib ] ]]"
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.3? ( dev-lang/python:3.3 ) 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:*(-)?] ) [[ defined-in = [ setup-py.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"
INHERITED=" pypi multibuild easy-multibuild python setup-py Cython"
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.3 [[ description = [ Use Python ABI 3.3 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] ) [[ 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 ] ]] ) "
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.3 [[ description = [ Use Python ABI 3.3 ] ]] 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 ] ]] ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ Cython.exlib ] ]] ) "
PLATFORMS="~amd64 ~x86"
LICENCES="Apache-2.0"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/C/Cython/Cython-0.24.1.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/C/Cython/Cython-0.25.2.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.5 "
GENERATED_USING="paludis-2.6.0-git-2.6.0-13-g7d83832"
GENERATED_TIME="1471184291"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES 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"
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1488961947"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES 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"
ASFLAGS=""
CBUILD=""
CC="x86_64-pc-linux-gnu-cc"
CFLAGS="-march=core2 -pipe -O2"
CFLAGS="-march=native -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CTARGET=""
CXX="x86_64-pc-linux-gnu-c++"
CXXFLAGS="-march=core2 -pipe -O2"
CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--Cython-0.24.1--C.5877.1471184289.76344.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--Cython-0.25.2--C.12165.1488961944.613932.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.24.1"
UPSTREAM_CHANGELOG="http://trac.cython.org/cython_trac/query?group=component&milestone=0.25.2"
UPSTREAM_RELEASE_NOTES=""
UPSTREAM_DOCUMENTATION="http://docs.cython.org/ [[ lang = en ]]"
SCM_REVISION=""

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--Cython-0.24.1--C.5877.1471184289.76344.C.tar.bz2 6282318 SHA256 032c7aa3bd8362e52f523adf92e9f18b9178ea804f4521b7dc9e72887a86f8b2 SHA512 6df980657f0ae9e8bb52a574c53a4c6ca6c524cb0c4648fb3e6cca6f4d20a0347bb262591eeeeb2a9a7cbb6fb5d17fc7fafffb4b3d801e90828f3f12d2144e5a WHIRLPOOL 99776df18760e89669f9c87f85122a1b48deaf4c912eec31189471795cc212667d5275bbaca148b1cd490b9c7aa514e1fe911060338d12dbef2cad01f7f6baf7
PBIN Cython-0.24.1.pbin-1+exheres-0 2825 SHA256 37e99ddd4ef3a367f2e16760929bc7778ddce165764b13b262933612c2eae701 SHA512 19ddfe4ae0e1a8b497de6a8dae615f6d4e142e3c353b01d95af9077a127c4efdae472bfbbf4f13ab79ea8e694091dd905bf3a0264fa3bffc76fb79f594822bce WHIRLPOOL 951da5775898252582407912d0ff63d21ed4987e5ad5f0a2c5e3a86f595f1fb5509fc8b01ef40354e735fd524458653e2539be172c4a3278aae1bb37c6f30b26
DIST hasufell-binhost--dev-python--Cython-0.25.2--C.12165.1488961944.613932.C.tar.bz2 6885694 SHA256 e877fda84a604384c853d1a1b941c2890fbe519ff2a3e15801fdb8cccddbb601 SHA512 0cf8ef7d3e927cbcaa7844e9b3edcad5a8bed9000d5226d6ebb2f9d74b9da0aaf8915c83b8ff34bb0bba92dd561fc81ce238d78eb08e7c777acc7eef64096c46 WHIRLPOOL 62416c04512f83e917f2e392146833d7fb307fc1b311587012d4486a2cda59271c786407e7f4f91f91063cea00a4737575e40929f177c4d8fb1b63faddf12e1f
PBIN Cython-0.25.2.pbin-1+exheres-0 2978 SHA256 7f7c9b9d325507a85ec047fd508bac967fb77f8f3c13543c979e94862b5f4f10 SHA512 ecfcf5a578fa762fec3bc9144db4678d1868a158e1ba0b6c895d36f2b153547599f6eb03685180ceb62d43d1a8a4ab2206f21eb09ed87acca87c05a890425d25 WHIRLPOOL 909e1c97413460b8f0983010f249cb7b01613382525639e458b25c27656860c4d73f245892bc3180ea9deaded15083840a12fed243db00f20cd82ca69990a434

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--backports-ssl_match_hostname-3.5.0.1--C.23915.1471184392.373204.C.tar.bz2 33497 SHA256 2317e53b1a337b604d99b47697eba248cde62a03f7a9c53faa6a623a68c0d2ba SHA512 db45ff617c347fad59ffb633b7e3804c13e8418cdd6da4f3b4d711080b39f1ce2f892f295d658cb5985ef52a5e606c707346bf61072fa4bac415bcaebba94f6c WHIRLPOOL a3170855470433b94e7b14c4e46d5c3e3b979212225896fefd38224378f6d6ce1452a43448239c0cb028017cbb5e6c8599689737e69793d149f496a111f12f43
PBIN backports-ssl_match_hostname-3.5.0.1.pbin-1+exheres-0 3006 SHA256 24a8f9d6c62fadcefd515f342cf144aacec12986d63c53250b2b5b6b51ba2812 SHA512 6f7bbacae1bd13b49b04c89f8fbc5d03862506ccba5c1b67a4aabf785a552fab28be0fcc7dbfc932de2278e4ff430361a757f735a55618ede42c809add33e55a WHIRLPOOL aad99274882d863ae079fb089d3f19491b739c7c48bd0027c77d5238b1f7cba311f4981b3dfdd8a5897654eae3aff0b5c1962abb17000674885c0351dfa4d696
DIST hasufell-binhost--dev-python--backports-ssl_match_hostname-3.5.0.1-r1--C.6760.1488961766.76656.C.tar.bz2 31799 SHA256 01ddc9cec4b5f358eb4c1b193271eb07981bc0d6e8f952901606e0d9c28e61ad SHA512 7755d7261516f7cf9ada954ad3b40eb0545ca7592e1dd6126901b92df585f4ec0467943af96686fa9a1e0d36e9401f850e38bb18060b39bc5f0dda9d78978986 WHIRLPOOL 33a8293c8844bdd6389c030dad2c509f559e320a9413f8af96c0ed418f22e52500c1736b923b918ab82859a67690b5c3b60de5efd9649cae68cefcaaba44368e
PBIN backports-ssl_match_hostname-3.5.0.1-r1.pbin-1+exheres-0 3004 SHA256 6ecf2518bbb17d57028e8d7e901781fdae8809635106bef845733b8e285075f7 SHA512 5c537f81abebc5a657c387f4b478ef73d7fbb617a2bd231a335e0eec4731b1f7c02d08e75eeabeb1fd6e22fb3dc07644d8458208f397c6145668f5063039018c WHIRLPOOL f1155c0e126738996bceb09b0551261083a338d5db3d276d2ea23868b371eeb1e91285c3e40b5c180fd11aea983b107de2799f364e8eec529aedc62730901ba2

View File

@@ -1,34 +1,34 @@
# Created by paludis-2.6.0-git-2.6.0-13-g7d83832 on Sun Aug 14 16:19:52 CEST 2016
# Created by paludis-3.0.0 on Wed Mar 8 09:29:26 CET 2017
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.3? ( dev-lang/python:3.3 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) ) [[ defined-in = [ python.exlib ] ]]"
DEPENDENCIES="( build+run: dev-python/backports[python_abis:*(-)?] ) [[ defined-in = [ backports-ssl_match_hostname-3.5.0.1-r1.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.3? ( dev-lang/python:3.3 ) python_abis:3.4? ( dev-lang/python:3.4 ) ) [[ defined-in = [ python.exlib ] ]]"
DESCRIPTION=" The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python."
EAPI="pbin-1+exheres-0"
HOMEPAGE="http://bitbucket.org/brandon/backports.ssl_match_hostname"
INHERITED=" pypi multibuild easy-multibuild python setup-py"
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.3 [[ description = [ Use Python ABI 3.3 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.3 [[ description = [ Use Python ABI 3.3 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
PLATFORMS="~amd64"
LICENCES="PSF"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-3.5.0.1.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.5 "
GENERATED_USING="paludis-2.6.0-git-2.6.0-13-g7d83832"
GENERATED_TIME="1471184392"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES 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"
OPTIONS="python_abis:2.7 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1488961766"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES 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"
ASFLAGS=""
CBUILD=""
CC="x86_64-pc-linux-gnu-cc"
CFLAGS="-march=core2 -pipe -O2"
CFLAGS="-march=native -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CTARGET=""
CXX="x86_64-pc-linux-gnu-c++"
CXXFLAGS="-march=core2 -pipe -O2"
CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--backports-ssl_match_hostname-3.5.0.1--C.23915.1471184392.373204.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--backports-ssl_match_hostname-3.5.0.1-r1--C.6760.1488961766.76656.C.tar.bz2"
SUMMARY="The ssl.match_hostname() function from Python 3.5"
BUGS_TO=""
REMOTE_IDS=" pypi:backports.ssl_match_hostname"

View File

@@ -0,0 +1,2 @@
DIST hasufell-binhost--dev-python--backports-1.0--C.1508.1488961756.841634.C.tar.bz2 25406 SHA256 789fb4fc35d58a2cad375b8932f5f5fd0f37b0191651012d6f4ee245d83e97cc SHA512 280b915fea24f5c45833c645c1a3d013777c56e1601f92df4dcea39dc87bdc1e8000e7e66063eeec5aef33f07c4ac95aa2e5cc91e9586ce8f8f3bddcd3fdd98a WHIRLPOOL 12ee2e1c001a17c08a789a4ead7bd6a3d50c06e576849eddb957c71c9605a5a54e29b94f1ad1cf29fd500facafe499637e532b7180f3e656ed6c6fa0eb549e44
PBIN backports-1.0.pbin-1+exheres-0 2484 SHA256 567db2668e4e6068f47cc0952e92e483f96e46f2e88b6e91e5625f4566781c94 SHA512 c179df84799f899d9c0d73a659af81a09b3b6d48a8de87414b6f0854f6e70795a23ed241b01566905fea4ec724b46e7bfafdfdcabaa0fa4ffca580c81218faa5 WHIRLPOOL 434d1d0e5ed6fa0e126562cc0be47a77a69b55d03a67a5756556f444bb87323896c4fda633bcbcdf013a31ccb5b6bbd6a657624530c913c8888c6091ac8272df

View File

@@ -0,0 +1,38 @@
# Created by paludis-3.0.0 on Wed Mar 8 09:29:17 CET 2017
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( !dev-python/backports-ssl_match_hostname[<3.5.0.1-r1] [[ description = [ File collission (__init__.py) ] resolution = [ uninstall-blocked-after ] ]] ) [[ defined-in = [ backports-1.0.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.3? ( dev-lang/python:3.3 ) 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 ] ]]"
DESCRIPTION=""
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.python.org/pypi/backports/"
INHERITED=" pypi multibuild easy-multibuild python"
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.3 [[ description = [ Use Python ABI 3.3 ] ]] 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"
LICENCES="public-domain"
SLOT="0"
DOWNLOADS=""
OPTIONS="python_abis:2.7 python_abis:3.5 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1488961757"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES 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"
ASFLAGS=""
CBUILD=""
CC="x86_64-pc-linux-gnu-cc"
CFLAGS="-march=native -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CTARGET=""
CXX="x86_64-pc-linux-gnu-c++"
CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--backports-1.0--C.1508.1488961756.841634.C.tar.bz2"
SUMMARY="Namespace for backported Python features"
BUGS_TO=""
REMOTE_IDS=" pypi:backports"
UPSTREAM_CHANGELOG=""
UPSTREAM_RELEASE_NOTES=""
UPSTREAM_DOCUMENTATION=""
SCM_REVISION=""