This commit is contained in:
Your Name
2020-11-20 22:25:47 +01:00
parent 468121a4d6
commit f3293ec6e5
1016 changed files with 7439 additions and 5159 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--pyflakes-2.1.1--C.9761.1578715715.407350.C.tar.bz2 248881 SHA256 28e83318c8bf2b59ab3fd4b29d2079f7264ad34c1efc64afd71bb9ff130bf9bb SHA512 4d038092062eaf837b92723c6950908f211f1a5391663f822c058bebe8fcc0173a8ad30a0b261201f4fc7c9d690dcece820a1197d0a989b8b754e1f0b102045a WHIRLPOOL 4bc83666a3a28cecf1a68ef9cf3be91d418f7b89f2ffbb3b4085112eec3ea5bcbb3b287449163a40cb2cd40d1b4b037bed6ab44a7617093c768c7c1abd187a86
PBIN pyflakes-2.1.1.pbin-1+exheres-0 2701 SHA256 f81dc05167ca57166239ffccd547d5ab1002e0edd4a5399770c82cb043005370 SHA512 09c96c74d8271c594cd2fde9e24ab8d2ba20ba4d9bbbf5581048515d3ac0df8e41932c3f373bd7132e7e3a07ebdc9bd691b6fdcbe09c78df4de473aac73007dd WHIRLPOOL 8d8ab6378caebfcc701219652b4cecc73ded7652325a3798b66bcdd920660c8d6ca1ccf57160de258084733a8c4049a075b858c1a083d00602571a48db544ca8
DIST hasufell-binhost--dev-python--pyflakes-2.2.0--C.19056.1605740774.146582.C.tar.bz2 312011 SHA256 a878cd0fb909bf5064fd908dc2623f5301c68fb52e4f493d3a977af35c35fe13 SHA512 d2812f9634c78ef47d8c225085c7f8a1e072c10b1a766d68d051dcade166cf6e1d87bdba8bb5d5d3c844ce5b9b505636df5427f22dce746a1027285961d62603 WHIRLPOOL 5d6fc20509c1cafbd7cc7ac79e7bca1fb8ff35cf8222813ec06e529b12199fe65fb2df116744dcbd985a7a6466d01f8b5e16da9550eb5ddf5fe08121ffafdc0a
PBIN pyflakes-2.2.0.pbin-1+exheres-0 2716 SHA256 2c1e181762734964071d02a1ce07eae4633b407c6defc507f044a9e2db0d98ac SHA512 c2be7c3d8b92719f4c76d36349f2b4d1e68d4bd670b0686a06cc90c4a8a2c39a691f2274688955e68c902055f0a01834f8782c3ac7ba582782f0b87f4221df0b WHIRLPOOL 36fb890bb9a62011801893d59551337c5b1c0ad8f174b991026c0f107ca0810d23a3ef8867f62ccd4f3915520baf16711d86408a55c4433f42da3a118fdda735

View File

@@ -1,18 +1,18 @@
# Created by paludis-3.0.0 on Sat Jan 11 05:08:35 CET 2020
# Created by paludis-3.0.0 on Thu Nov 19 00:06:14 CET 2020
CHOST="x86_64-pc-linux-gnu"
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:*(-)?] ( test: dev-python/nose[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) 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 ) python_abis:3.9? ( dev-lang/python:3.9 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/nose[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=" Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.org/project/pyflakes/"
INHERITED=" pypi multibuild easy-multibuild python setup-py"
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"
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] 3.9 [[ description = [ Use Python ABI 3.9 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
PLATFORMS="~amd64 ~armv7"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pyflakes/pyflakes-2.1.1.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pyflakes/pyflakes-2.2.0.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1578715715"
GENERATED_TIME="1605740774"
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=""
@@ -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"
PLATFORMS="~amd64 ~armv7"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pyflakes-2.1.1--C.9761.1578715715.407350.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pyflakes-2.2.0--C.19056.1605740774.146582.C.tar.bz2"
SUMMARY="Passive checker of Python programs"
BUGS_TO=""
REMOTE_IDS=" pypi:pyflakes"