This commit is contained in:
Your Name
2017-06-22 22:00:39 +02:00
parent a5c14f4595
commit 3820251323
79 changed files with 376 additions and 416 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--PyYAML-3.11--C.1571.1471185278.351852.C.tar.bz2 300459 SHA256 35b97bbaf56ad9f44f7442b10daaff94d300526c2d9f4fbc48a4e954fc165417 SHA512 d90ac9a066ab1b756dea3e11a0f625ef36c49622c8532bfa622ec92dcc9f6658081d9902ccbc0cd2d7ab209dca64eab0dfbf6166112e0b9723d6b1d6100244ea WHIRLPOOL ddc0fd763d8b60908e193942dc13d0e56dee0b9abd155cf9df7224602746c042247fa149f7d63083ffc2d015f636c66968ecd62826ba667938d17a29f8998f50
PBIN PyYAML-3.11.pbin-1+exheres-0 3282 SHA256 418a4513a8cda80062a5e6699bee1aa5515bdb6f83a6579f6e36854b3b65b486 SHA512 15d0643f97f8a47051645e18be14566d4336534ccb2e48c6af54a912978f7a655aa65116da9813ff925e1c5dcc0d9f5d7969ec47e37dbe7275d9b2bc677b47be WHIRLPOOL bdc4fffa2253ff55d5e9f28f5ec5de5fa13f19cfd710c7c47bbd5469e675510823e1b10362b6aa808f68daa958e1a00e790e7e79239f9ce24a71cbda9fee10e0
DIST hasufell-binhost--dev-python--PyYAML-3.12--C.4720.1498155964.683936.C.tar.bz2 359459 SHA256 c1306fc5c648a9084fcd11b4cd10a058ca491f6927a1ec9e00dc895c7ea503c1 SHA512 9a5bfe6b53c5b28aacb290d4792ccd35b654a73c3a72670408520ccf79734c3505195f46f5d234031ac9950af453e611e8b190151382c0fc81d681d02c8b1adf WHIRLPOOL ed9a5fa61f4114dff4af3cb2059ab11fd2c1eb32be50c93015aa94527d39988fed3b8f029b108674246df95f642b40f60d5d0119bcc56bd1a3bfd1c328753531
PBIN PyYAML-3.12.pbin-1+exheres-0 3310 SHA256 d0712e3442b40dbafd9ab4b7e682b184c2793c5ad02dcd449d1638ebc10ec242 SHA512 049c208817e9f396b7396216ccfd6eebb53ffc9e6f00b2dbcadec8080fdc158e9a0f0dbbcce91e6ed37ac248b9e36e5d4f96397389760c90817fda533ab7e216 WHIRLPOOL 6b18a899df5a3a1a876fbcf377d582183cc0dd12a281d501f5e70fd8d1c196f0fd92fe429c62e2cd6fe288bf31fe5558285e1138305535c7ff79425ad2f17173

View File

@@ -1,34 +1,34 @@
# Created by paludis-2.6.0-git-2.6.0-13-g7d83832 on Sun Aug 14 16:34:38 CEST 2016
# Created by paludis-3.0.0 on Thu Jun 22 20:26:04 CEST 2017
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-libs/libyaml ) [[ defined-in = [ PyYAML-3.11.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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DEPENDENCIES="( build+run: dev-libs/libyaml ) [[ defined-in = [ PyYAML-3.12.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 ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=" PyYAML features * A complete YAML 1.1 parser. In particular, PyYAML can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. * Unicode support including UTF-8/UTF-16 input/output and \\u escape sequences. * low-level event-based parser and emitter API (like SAX). * high-level API for serializing and deserializing native Python objects (like DOM or pickle). * support for all types from the YAML types repository. A simple extension API is provided. * both pure-Python and fast LibYAML-based parsers and emitters. * relatively sensible error messages."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.python.org/pypi/PyYAML/ http://pyyaml.org/wiki/PyYAML"
INHERITED=" pypi multibuild easy-multibuild python setup-py"
MYOPTIONS="( ( examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ PyYAML-3.11.exheres-0 ] ]] ( ( 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="( ( examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ PyYAML-3.12.exheres-0 ] ]] ( ( 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 ~x86"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-3.11.tar.gz http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-3.12.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="1471185278"
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="1498155964"
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"
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--PyYAML-3.11--C.1571.1471185278.351852.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--PyYAML-3.12--C.4720.1498155964.683936.C.tar.bz2"
SUMMARY="YAML parser and emitter for Python"
BUGS_TO=""
REMOTE_IDS=" pypi:PyYAML"

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--pbr-3.0.1-r1--C.2823.1496086529.472716.C.tar.bz2 249571 SHA256 89a324802ee988f42844ee28c23d1a6b02b4daf3276d850afa717a6671428ab5 SHA512 4cc71a90fe6d340834e3de7146f0cb03a719cd60b79400f8783eb9dc87827aad80e0ebdda4e5a3154d725b65ed073d1e95be55b6b8715b17598377a34ef23548 WHIRLPOOL c10ef024029a3e0b6019b80feed523a9f6545d7ca8040e94e9e22d7fb1b2de889acd10f3fbc5f4d23326ad9782947096fd4cb47c5038e132ebc58c8033efc670
PBIN pbr-3.0.1-r1.pbin-1+exheres-0 3327 SHA256 e247d67adfa7130043c0c76b985a6e29429f02e2f1bc8fdc4f68b3b12497ab71 SHA512 006c002cb2b3f18507980a1b6a9cf3ea77dc4176f677aa585517216ed12e7c1548b1edcd11a3b8cbeafcae812bc006dd4aa1201610b3eca363ce75280e86348d WHIRLPOOL e6f5314631b69acd5f31c3866313d270efaa509fca098ad2f8b76df1f84ee2e1c761b28970dedcbf67ce672376c318b8b8cd29a3035673805821996e0d5f203b
DIST hasufell-binhost--dev-python--pbr-3.1.1--C.10273.1498155981.985107.C.tar.bz2 255631 SHA256 eebe7ce0472d04e9ad4b38ad149bfc4b26a244ffac75acdd927b2fae9fe3d3b9 SHA512 c45e1e1cdc06253e5eee3d1e7ef52976db619bfbe712d6a4e5b18412c2d464fd16021c90845ff102a596a98a0a3002d13c3b8649b63034c8cb6a3ed67d972a0e WHIRLPOOL 736169e3701bc2ceab59821a7a90abec8d8d232615798ce62fb0d54a565718b5df9cbbc0b24ccefc35eceaa34fb914e2314bb9bbe6fac356a16f8092da983d93
PBIN pbr-3.1.1.pbin-1+exheres-0 3322 SHA256 a7ffe9ec848dd684f43f6182d9dc217e98c0f984dde9b5d2193c86c02324f1dc SHA512 bc590868cca623c3d427c950973757b3f3468e663f91297c49038b7a98715cac114c0839bc94e04d6882181f235767c6c54bcbd4e1c59a675eb95249a6cf48a8 WHIRLPOOL d5518916d80f1f0470b7d0efcd5e111235958b66113018bb376d5fdcb12dca2b26d3b575ffc1f86c9d3a1131943b62c5453956e5c9cb53ba46ac714c723fa357

View File

@@ -1,6 +1,6 @@
# Created by paludis-3.0.0 on Mon May 29 21:35:29 CEST 2017
# Created by paludis-3.0.0 on Thu Jun 22 20:26:22 CEST 2017
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-python/typing[python_abis:2.7] ) python_abis:3.3? ( dev-python/typing[python_abis:3.3] ) python_abis:3.4? ( dev-python/typing[python_abis:3.4] ) run: dev-python/pip[python_abis:*(-)?] test: dev-python/coverage[>=4.0][python_abis:*(-)?] dev-python/fixtures[>=3.0.0][python_abis:*(-)?] dev-python/hacking[>=0.12.0&<0.14][python_abis:*(-)?] dev-python/mock[>=2.0][python_abis:*(-)?] dev-python/six[>=1.9.0][python_abis:*(-)?] dev-python/sphinx[>=1.5.1][python_abis:*(-)?] dev-python/subunit[>=0.0.18][python_abis:*(-)?] dev-python/testrepository[>=0.0.18][python_abis:*(-)?] dev-python/testresources[>=0.2.4][python_abis:*(-)?] dev-python/testscenarios[>=0.4][python_abis:*(-)?] dev-python/testtools[>=1.4.0][python_abis:*(-)?] dev-python/virtualenv[>=13.1.0][python_abis:*(-)?] ) [[ defined-in = [ pbr-3.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 ) 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 ] ]]"
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-python/typing[python_abis:2.7] ) python_abis:3.3? ( dev-python/typing[python_abis:3.3] ) python_abis:3.4? ( dev-python/typing[python_abis:3.4] ) run: dev-python/pip[python_abis:*(-)?] test: dev-python/coverage[>=4.0][python_abis:*(-)?] dev-python/fixtures[>=3.0.0][python_abis:*(-)?] dev-python/hacking[>=0.12.0&<0.14][python_abis:*(-)?] dev-python/mock[>=2.0][python_abis:*(-)?] dev-python/six[>=1.9.0][python_abis:*(-)?] dev-python/sphinx[>=1.5.1][python_abis:*(-)?] dev-python/subunit[>=0.0.18][python_abis:*(-)?] dev-python/testrepository[>=0.0.18][python_abis:*(-)?] dev-python/testresources[>=0.2.4][python_abis:*(-)?] dev-python/testscenarios[>=0.4][python_abis:*(-)?] dev-python/testtools[>=1.4.0][python_abis:*(-)?] dev-python/virtualenv[>=13.1.0][python_abis:*(-)?] ) [[ defined-in = [ pbr-3.1.1.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 ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=""
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.python.org/pypi/pbr/"
@@ -9,10 +9,10 @@ MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3
PLATFORMS="~amd64 ~arm ~armv7"
LICENCES="Apache-2.0"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pbr/pbr-3.0.1.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pbr/pbr-3.1.1.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.5 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1496086529"
GENERATED_TIME="1498155982"
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"
ASFLAGS=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64 ~arm ~armv7"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pbr-3.0.1-r1--C.2823.1496086529.472716.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pbr-3.1.1--C.10273.1498155981.985107.C.tar.bz2"
SUMMARY="Python Build Reasonableness"
BUGS_TO=""
REMOTE_IDS=" pypi:pbr"

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--setuptools-35.0.2--C.16430.1495190121.822452.C.tar.bz2 955398 SHA256 987bd929197cdbc6a18e282312fd02e573e00988f6f97cad597d6476cedf5c21 SHA512 5a06de274b8b3477d252ad99d200c332229879f202f36d9c540e6168fd3645ad59696f9d6ded7d0a40531666f268aa37beb2329b1fab7aba4e586ba50f4559ff WHIRLPOOL ba21424a8102b222b40c23e0718bf6c24835d18e4c50e75d2dc73c95efee3d22975721898016ced443e29b0d2864045d8afb1ca3d43d98f111e05de4f9424acb
PBIN setuptools-35.0.2.pbin-1+exheres-0 3236 SHA256 86a5832fe77322916e2587b97fbff1ec78425795b8d0aa334517e73cd1a3c8de SHA512 99e167551e91dca1f55de1b9c665180a4a09ea26acfb0ea8ce83ef99971e983ad88422d1215dda8d57d676540b63f207567f32723593e435af2388e77dd1dea3 WHIRLPOOL 884015c46f4dd053c078530d236703c6e7015fb02eaabe7b0539cdf34bc4c24af26be82150a4885e6e2e6ad7b5a95aeffb8d16839e199af84dde2366f79fb72c
DIST hasufell-binhost--dev-python--setuptools-36.0.1--C.31655.1498155945.663296.C.tar.bz2 1361521 SHA256 eadec0f7b0c25d3ee88bfaf7da6cacf09f5e3848971606e38c5c9399966de971 SHA512 b00350de33d33fe8ef0dcf5b9a1afc998680e88dc13fbd288e44b2c7d431558371d33aa37affbe8dfc5cad8249417fe1f73874358e8ed6f5c84ce4f646ccec8b WHIRLPOOL 46b23213a34402064a26beb369397fdb6a787578c25d49bc81f22e4dcc85285d771136dc815ed790bb48a93a6c558999e6a5c2f1673d212dd529531af40c265f
PBIN setuptools-36.0.1.pbin-1+exheres-0 3087 SHA256 a4d3e5fd0f7fe642c3307126040d8976790125faaaf084408615040c924d8216 SHA512 2e172b7d60239c559dbb5d485b62e06b114706a76d4e959544222f4e7e41b119c038a906e520f23e8b0898064ad92d838f89592aae5c821d898dd72b56a9e5ef WHIRLPOOL 2f8985708601e9dfd93d710080e0be7fc18d7a1434b59425cd9c153fb3d4e68bde8cfd6c5f6a72aed100430d772014461f036c8e3a096c7f64ad832eddabc9b7

View File

@@ -1,6 +1,6 @@
# Created by paludis-3.0.0 on Fri May 19 12:35:22 CEST 2017
# Created by paludis-3.0.0 on Thu Jun 22 20:25:46 CEST 2017
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-python/appdirs[>=1.4.0][python_abis:*(-)?] dev-python/packaging[>=16.8][python_abis:*(-)?] dev-python/six[>=1.6.0][python_abis:*(-)?] post: dev-python/certifi[>=2016.9.26][python_abis:*(-)?] suggestion: ( dev-python/pytest[>=3.0.2][python_abis:*(-)?] python_abis:2.7? ( dev-python/mock[python_abis:2.7] ) ) [[ note = [ required for test suite ] ]] ) [[ defined-in = [ setuptools-35.0.2.exheres-0 ] ]] ( build: virtual/unzip ) [[ defined-in = [ pypi.exlib ] ]] ( 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 ] ]]"
DEPENDENCIES="( post: dev-python/certifi[>=2016.9.26][python_abis:*(-)?] suggestion: ( dev-python/pytest[>=3.0.2][python_abis:*(-)?] python_abis:2.7? ( dev-python/mock[python_abis:2.7] ) ) [[ note = [ required for test suite ] ]] ) [[ defined-in = [ setuptools-36.0.1.exheres-0 ] ]] ( build: virtual/unzip ) [[ defined-in = [ pypi.exlib ] ]] ( 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=" Setuptools is a fully-featured, actively-maintained, and stable library designed to facilitate packaging Python projects, where packaging includes: * Python package and module definitions * Distribution package metadata * Test hooks * Project installation * Platform-specific details * Python 3 support"
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.python.org/pypi/setuptools/"
@@ -9,10 +9,10 @@ MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-35.0.2.zip"
DOWNLOADS="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-36.0.1.zip"
OPTIONS="python_abis:2.7 python_abis:3.5 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1495190122"
GENERATED_TIME="1498155946"
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"
ASFLAGS=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--setuptools-35.0.2--C.16430.1495190121.822452.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--setuptools-36.0.1--C.31655.1498155945.663296.C.tar.bz2"
SUMMARY="Easily download, build, install, upgrade, and uninstall Python packages"
BUGS_TO=""
REMOTE_IDS=" pypi:setuptools"