Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--pycparser-2.18--C.26639.1503008656.173453.C.tar.bz2 441635 SHA256 005d43d22eaf5cce99fe342482fb60abda3e25b79d3d20dc04525257366c5830 SHA512 14eddbc890fda1ad3677a8dfa661323b79919b849e9f54032124e6ea897eb20b6e32fa4f1b04d8e40f39ac97edc7c05aaaff4257daf23ab29645dd502bd8f198 WHIRLPOOL 0e428ff8b0277eea1c4d4f8dc2edbdd3032de5289b582133bb8159fbd4a370ab755c667712a6476a5f9156295c80c2308f0e29ded59aacb810ed6676540e813a
|
||||
PBIN pycparser-2.18.pbin-1+exheres-0 2698 SHA256 01db7dcbc8fc9a2c9e48eddcb3a444bbb8ae5f95f4916684862c46c3fa6d6349 SHA512 01bf5c20346dbc30fa601b2cd1f1b1d0206230d47dd7207820485400ce06c17d5013566c399bb88a8f25d1e5000751f08cfaee3b9807b1282b53a849877e2b1e WHIRLPOOL b064c2246abb7711e3776031a36ea4ec3358f5686648b6740ec7fbf866e1dd62859a263d6ac01e13274c1d9a27392b3d06c3b6f76269867c7d8451b856b3d2ed
|
||||
DIST hasufell-binhost--dev-python--pycparser-2.19--C.2884.1544956008.641835.C.tar.bz2 449049 SHA256 8f1714ba2d321590d7478e97ca6e747d2896456a53bc09ba624fc04b4bfa34b2 SHA512 514d090ec3fd5700d10747f9c929c6e1784584105047f0606897059195665f140aa0358967e5cb1a7a880cf5c4185bc72653495f131ccac75d9ae5cbbb7c1d5b WHIRLPOOL 5d96d76b4cb33591add54baa98e8fcef541e6b25e18efff8776030dd00d4c788125e677f7fc31da6df446003773e7bb212c693c06e31d740f2921c2ccf679853
|
||||
PBIN pycparser-2.19.pbin-1+exheres-0 2725 SHA256 ac76aea8d02ed7c88e463fb80332add4a7fefc8e1af421f4c1d7142374281322 SHA512 224299546af2d04ccc1fdd584e7dbd24266a9d6c712a031763a2c39e797e8639d06014829e52b6f1833689cdbb8bb4a41ad2686edb04b1bde010fbfd42f50b0b WHIRLPOOL e161626dcda08e9ea755d76c6558877abded893f17867d9b7ef593ce332961aebed8031b2fc685305d1c02be8757b914b878afc6fd72cf4a841af4f48966b77c
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# Created by paludis-3.0.0 on Fri Aug 18 00:24:16 CEST 2017
|
||||
# Created by paludis-3.0.0 on Sun Dec 16 11:26:49 CET 2018
|
||||
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 ) 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-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 ] ]]"
|
||||
DESCRIPTION=" pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pycparser/ https://github.com/eliben/pycparser"
|
||||
INHERITED=" multibuild easy-multibuild python setup-py pypi"
|
||||
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 ~x86"
|
||||
HOMEPAGE="https://pypi.org/project/pycparser/ https://github.com/eliben/pycparser"
|
||||
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 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~x86"
|
||||
LICENCES="BSD-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-2.18.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-2.19.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1503008656"
|
||||
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"
|
||||
GENERATED_TIME="1544956009"
|
||||
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 POSTGRESQL_SERVERS 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=""
|
||||
@@ -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 ~x86"
|
||||
PLATFORMS="~amd64 ~armv7 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pycparser-2.18--C.26639.1503008656.173453.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pycparser-2.19--C.2884.1544956008.641835.C.tar.bz2"
|
||||
SUMMARY="C parser in Python"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:pycparser"
|
||||
Reference in New Issue
Block a user