This commit is contained in:
Your Name
2018-09-17 05:10:52 +02:00
parent 0814cbb6c0
commit 95285b80ed
79 changed files with 633 additions and 353 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-lang--coconut-1.3.1--C.9149.1528550064.821371.C.tar.bz2 343348 SHA256 a6d0a4d2517a052fd288916941736e1290124d82b24696d0de9a72a0645ac67a SHA512 94806c45f8842c176b4f074d677f85c78d05b24aef89684a002b0fedf155b4133af52a26df845f172c4f8116f85960cbcc82f1463624909a11fbe8a8a89f94b8 WHIRLPOOL cdb5a71e72b262e663c21f1ec9caa057de93d412b133e622d53d7dd3b072d2ecc9d87e83197b06e605da58e9c11ffe01ba0f3ab571155deaebad15a8f1fd40f6
PBIN coconut-1.3.1.pbin-1+exheres-0 3580 SHA256 37682518e86954e6a01c521fd05a096072c9d29b042c7eb0d924955af4f82323 SHA512 42ec34d7a80f322e42b23514d9e9548f43a51f27a49f0a069d5b62074ed049c26854469d78a36dc4f03c29611fd45bd596a2f3a1c63c00a5dc3cf990c000c104 WHIRLPOOL 3e20791189aa8da0f66993c04c9919c18c4e33935c21a88bb97ceb7149a5caac3fdb97a440b5ead2485bca5b501ef56dad8f5f4dff675f08ae98de8de7455a07
DIST hasufell-binhost--dev-lang--coconut-1.4.0--C.18356.1537118384.363244.C.tar.bz2 392820 SHA256 68539fc6a8aafa0b63450aa81ea0b5f68843671a0885fba8c602a80e4550c433 SHA512 b3ffd790ed13a2db59a3dee4daf2ee2627925bcc39b7ae778d08a7a13addb56c324668d0f622beef8dd7e4bc99564a223ed1050a6d2be048dd018b383d8931c2 WHIRLPOOL d29a19162271e1a92b54d3348a3663a1bf3839f2676737dfcce0e5016bd78168cbf0bb4b436740de9170765ad56d8e8d345b5ec1687b2aca3287c0711fa9bf14
PBIN coconut-1.4.0.pbin-1+exheres-0 3600 SHA256 a14e1685dcb0e81b9c12bacf8e21c03debbc693ae81b1c89a9582a7b03788b88 SHA512 16c9846b376ca7b674c9d6042aaa867d89e62197831f5f2f06d8f376c6ad359d9768e18be4714307e4308f48798926a1f5ca5c67060707110b02d36e6587fa07 WHIRLPOOL 086c891183db8957270af603d75dae35f449df16e211e783d00aab6be9f93bd9660e52c1dc865ad1b87cc5b802af0ae8743abeb0ff12db6913428fca6bb1d56f

View File

@@ -1,6 +1,6 @@
# Created by paludis-3.0.0 on Sat Jun 9 15:14:25 CEST 2018
# Created by paludis-3.0.0 on Sun Sep 16 19:19:44 CEST 2018
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-python/Pygments[>=2.2][python_abis:*(-)?] dev-python/prompt_toolkit[>=1.0][python_abis:*(-)?] dev-python/pyparsing[>=2.2.0&<2.2.1][python_abis:*(-)?] python_abis:2.7? ( dev-python/futures[>=3.1][python_abis:2.7] ) suggestion: dev-python/mypy[>=0.540] [[ description = [ coconut can run mypy on the compiled python code ] ]] ) [[ defined-in = [ coconut-1.3.1.exheres-0 ] ]] ( 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 ] ]]"
DEPENDENCIES="( build+run: dev-python/Pygments[>=2.2][python_abis:*(-)?] dev-python/prompt_toolkit[>=1.0][python_abis:*(-)?] dev-python/pyparsing[>=2.2.0&<2.2.1][python_abis:*(-)?] python_abis:2.7? ( dev-python/futures[>=3.2][python_abis:2.7] ) suggestion: dev-python/mypy[>=0.540] [[ description = [ coconut can run mypy on the compiled python code ] ]] ) [[ defined-in = [ coconut-1.4.0.exheres-0 ] ]] ( 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=" Coconut is a functional programming language that compiles to Python. Since all valid Python is valid Coconut, using Coconut will only extend and enhance what you're already capable of in Python. Why use Coconut? Coconut is built to be fundamentally useful. Coconut enhances the repertoire of Python programmers to include the tools of modern functional programming, in such a way that those tools are easy to use and immensely powerful; that is, Coconut does to functional programming what Python did to imperative programming. And Coconut code runs the same on any Python version, making the Python 2/3 split a thing of the past."
EAPI="pbin-1+exheres-0"
HOMEPAGE="http://coconut-lang.org/ https://pypi.org/project/coconut/"
@@ -9,11 +9,11 @@ MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3
PLATFORMS="~amd64 ~x86"
LICENCES="Apache-2.0"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/c/coconut/coconut-1.3.1.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/c/coconut/coconut-1.4.0.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1528550065"
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="1537118384"
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=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="hasufell"
PLATFORMS="~amd64 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-lang--coconut-1.3.1--C.9149.1528550064.821371.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-lang--coconut-1.4.0--C.18356.1537118384.363244.C.tar.bz2"
SUMMARY="Simple, elegant, Pythonic functional programming"
BUGS_TO="hasufell@posteo.de"
REMOTE_IDS=" github:evhub/coconut pypi:coconut"