Update
This commit is contained in:
@@ -1,34 +1,34 @@
|
||||
# Created by paludis-2.6.0-git-2.6.0-13-g7d83832 on Sun Aug 14 16:35:07 CEST 2016
|
||||
# Created by paludis-3.0.0 on Sun Jun 25 23:52:13 CEST 2017
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/beaker[>=1.1][python_abis:*(-)?] dev-python/MarkupSafe[>=0.9.2][python_abis:*(-)?] test: dev-python/mock[python_abis:*(-)?] ) [[ defined-in = [ Mako-1.0.4.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:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: dev-python/beaker[>=1.1][python_abis:*(-)?] dev-python/MarkupSafe[>=0.9.2][python_abis:*(-)?] test: dev-python/mock[python_abis:*(-)?] ) [[ defined-in = [ Mako-1.0.4.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:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=" Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://www.makotemplates.org/"
|
||||
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 ] ]] 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="BSD-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.0.4.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="1471185307"
|
||||
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 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1498427533"
|
||||
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--Mako-1.0.4--C.11432.1471185307.335031.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--Mako-1.0.4--C.5903.1498427533.694843.C.tar.bz2"
|
||||
SUMMARY="A template library written in Python."
|
||||
BUGS_TO="alip@exherbo.org"
|
||||
REMOTE_IDS=" pypi:Mako"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--Mako-1.0.4--C.11432.1471185307.335031.C.tar.bz2 269095 SHA256 8b8d4b96727b258f2cb018a13fd685cd7119ed3196eaf05f69ace05e145a055c SHA512 19991ce30961c76de5b04972d277148223ee8487c6d811bd91d82f5f09d3be2e97ad405f55e26381d6505cc7ee2e7f3bde5794cc4c227f5fe919f79ea49497ae WHIRLPOOL 1cdaeeb07947bc6f07d87e7fbb3f711133a5bb32e60fb09dfb4ee8b2a03ddb39d9aec38b217cc17f74e0f0f8b2d1f28c11883e11172d7140d4433d20fd232656
|
||||
PBIN Mako-1.0.4.pbin-1+exheres-0 3199 SHA256 5dd86870f70e020163e17e095c6887aa0c348f82d9f6b134d8134ac33dc48db8 SHA512 dadf20c1ce24fbf98f834ebb88ffccfc80690d754c6dcbdd5fe5c87e9014349ae2358c58a7e83e4bff3c7f5a694355be6ba1c2dc88532132f6903d2c6383f055 WHIRLPOOL f8c44d89073a9f934e925643e5ed8dcab972479fe0ecf91869a2cf092b46fff78857bca6a9a80ad02ee8fbf183460309248570e17ea4d74b30a0435b457fcd9a
|
||||
DIST hasufell-binhost--dev-python--Mako-1.0.4--C.5903.1498427533.694843.C.tar.bz2 270700 SHA256 4f0a3c9e38403b6c664ea676b6a97977dc5134d7f3211809cbf2d1fc2ff60499 SHA512 8904ad7e370b51398c4e3a2a0471ff4cb71eeb381e51b93a753ffc556ffbfd66641dd0bc34926242c54da497b92f376b115cde28c4d9266753d4712de05fe6e6 WHIRLPOOL 809da741a09e19033047a456b4bcecd6fae13f68a0569aca8d07426e6cca458015794078ef284adfbe1869e71a4a7dc6128c185bdc8ce94665cc73caf5d5cc9e
|
||||
PBIN Mako-1.0.4.pbin-1+exheres-0 3279 SHA256 46cf690c9d70b4fa4ea9f4df59fdad473123248fca567b213af94949e3e6051a SHA512 09e04bde379a557cd393f6c0a11da8a47f02bac89656308393c16bec2be4e291148ec205e91795843eb2d0c11c380b374fd4e6f236a7957835e0de168d30b6bc WHIRLPOOL 4e71ef55c3e6f8ba764a5639f4632d8460bbe4684e6526d0a9d843117bc64a08251c1d2d78021a9c58ed5b1d67612ecd2ab0c8116fef7ede96cb07350ec2a3be
|
||||
|
||||
Reference in New Issue
Block a user