Update
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Fri Aug 31 09:23:14 CEST 2018
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:20:02 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
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 ] ]] ( test-expensive: dev-python/numpy[python_abis:*(-)?] ) [[ defined-in = [ Cython.exlib ] ]]"
|
||||
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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]] ( test-expensive: dev-python/numpy[python_abis:*(-)?] ) [[ defined-in = [ Cython.exlib ] ]]"
|
||||
DESCRIPTION=" Cython is a language that makes writing C extensions for the Python language as easy as Python itself. It is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://cython.org"
|
||||
HOMEPAGE="https://cython.org"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py Cython"
|
||||
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 ] ]] ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ Cython.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~x86"
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] examples [[ description = [ Install example source code ] ]] ) [[ defined-in = [ Cython.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
LICENCES="Apache-2.0"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/C/Cython/Cython-0.28.5.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/C/Cython/Cython-0.29.13.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1535700194"
|
||||
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"
|
||||
GENERATED_TIME="1569244802"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -26,13 +26,13 @@ CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~armv7 ~x86"
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--Cython-0.28.5--C.17071.1535700191.823746.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--Cython-0.29.13--C.15324.1569244800.162159.C.tar.bz2"
|
||||
SUMMARY="compiler for writing C extensions for the Python language"
|
||||
BUGS_TO="philantrop@exherbo.org"
|
||||
REMOTE_IDS=" pypi:Cython"
|
||||
UPSTREAM_CHANGELOG="http://trac.cython.org/cython_trac/query?group=component&milestone=0.28.5"
|
||||
UPSTREAM_CHANGELOG="https://github.com/cython/cython/blob/master/CHANGES.rst"
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION="http://docs.cython.org/ [[ lang = en ]]"
|
||||
SCM_REVISION=""
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--Cython-0.28.5--C.17071.1535700191.823746.C.tar.bz2 7784392 SHA256 50ad80f9d922932267387def732f3fff5f66e3b4d5ab835143f2e80e2ecfa6ed SHA512 932bce27d1005f116922bb5ce678475879a7008871df60dbdd2c16047546f9905819a79139fa78944b04d5ee2a5aa4fd83e2ca4d58bf0a56eee1855d628edd0c WHIRLPOOL 89f95b7bc04fb8e910cacff2ad90393971775d8ea12dd26a6594b054b255e97663fd0ee9f65e3c8adce3cd0b7e7eaff2376af650f7c4585e861cd63d82f3b55f
|
||||
PBIN Cython-0.28.5.pbin-1+exheres-0 3104 SHA256 081493fd6014904b8d99f2af0de9ee42c8087af72fc6056253650dfe8f1f1ffc SHA512 789e7f25f205585211162c00ea2886b88cc00b60e6be5f1c9e6bfb8e49494c275ba1e693d70dfd8bb4560cdfb4d1874fdc1838a0b61cdc88918adb65bd90df7a WHIRLPOOL 1b4d96287a67e0172a24607d64cadad44f0d571c8a46a23a16e809fd93c666a8f0195879daa04188c7be30a5771a4cc27dc6c89291da308c7957b1192fba1cb4
|
||||
DIST hasufell-binhost--dev-python--Cython-0.29.13--C.15324.1569244800.162159.C.tar.bz2 5700041 SHA256 3160dce75392c4c521536f15849604af463704847d9a4eb8243df53ae0efd4aa SHA512 c20771d60d33f1fc36f4a38d59fe1a177e07ff63ca130f10df7c92c2bef799f395ec9900f62f1a8715a9bdffce97d1e2635b2b74b45272d43365993ee3615d8b WHIRLPOOL c90279b734ab37a62caf6b56972c66c50f6ebce6a765df4d46f39d055b9cb913f0bc7e37193e9c768e20dac4cf467289fae4bfdc4c8cfe0455369c19ae363a37
|
||||
PBIN Cython-0.29.13.pbin-1+exheres-0 3009 SHA256 97c5c9bb3da57c1ff8c972ee002247d6bb9ca27667796ac693a20c9dd8651de0 SHA512 673c847f88773f6a2b1166d0cad97ca0e0379ef2498532995ca9fed073a519efa2c450792b596a828545950663d390d93d2a90586cc07067625d6b47d6feda33 WHIRLPOOL 07dddbf1c59baa8a562b5ba69580f6cca961329e0372d620e3faf404ea41370ce3a63d774cc648aefb30a2d9ec7a6982d4a5f95d6491844b963151664571623c
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--PyQt5-5.12.2--C.3497.1558861413.948721.C.tar.bz2 12164931 SHA256 cf16cb668748a9654264a6fc70a991b1c138fce6648f6ac89b5963225dc8756b SHA512 ceba1f157de77a7a4cb9a764808092a36db478130a1464a37dc0d26fd39010dc47b801bfa5992ae4e95f82059d7b53d68d33adb15ac15e8430374bbd2c8dae97 WHIRLPOOL 83fe6efa3ee09b466dae7ff3a10d89311e6297e3606cf697455e45c2acfe224de9931a1e92c7b1836fa3d97c065e2d6c5c87a0cab821b18c73af188193ed2a86
|
||||
PBIN PyQt5-5.12.2.pbin-1+exheres-0 4749 SHA256 b133e91de98812adf708b626bb7ed26cc0318d325fdd36bfdce75586d7a398a5 SHA512 c338a9139511a7c762064a7fd89037569fbf36034c43aaa156b67ac495e6e68f3ecbafb5c1056672f4e55204e29c07791d8979ad7e4f5fb04ec31d4e6e910b6d WHIRLPOOL 6968eeeac1dce15c35d5657ce3aa2654197e7ca3d30acb66ba944f21752417a1be5b2b543109cf41f16771f7e324a7eaf9400015c9fb3ca4dd2aa3e7cc7d1b08
|
||||
DIST hasufell-binhost--dev-python--PyQt5-5.13.1--C.18301.1569278863.33796.C.tar.bz2 12183998 SHA256 e64319bb41334e35f0fcbd0da29ab1e6e6d48882ace9658d912bd5f0f70faa69 SHA512 de9d0d2ceb00af780908017b60c081f979aab586189bbe662d961c65f620e16cc75a956426e116540fabcbfcb3f046e72dad7f7c1c2846d0e55015ef88d728eb WHIRLPOOL 8ec70c51b63cf166a3c31dafe039cf98519d50021482d662c72ce2a564676ef445f2de8a71148895bcd114fcd0d3bebb2fe04eda272d885b1e7c4ebcd56ec21f
|
||||
PBIN PyQt5-5.13.1.pbin-1+exheres-0 4654 SHA256 4df5474e73100e4e25dd4db929d1909101dcaad2e874077f01d70d33e884dc9b SHA512 8da08b71a4d58fc9c107fa1a00b8e533c4b7d5b09c8accdb368276b4084effedff2f86f8f7fd187812eaab4dda365dd863740d0d18bbbd926e9b9610f16bf3c4 WHIRLPOOL e4a314c00985dbaa64a57967529095ceea49449417941ab2b013d75a979ce2e15b377bae75a7a15f11f7cbf38ccb2df85252af317569ba83f604098d7093896a
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Created by paludis-3.0.0 on Sun May 26 11:03:38 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
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+run: dev-python/sip[>=4.19.14][python_abis:*(-)?] x11-libs/qtbase:5 x11-libs/qtdeclarative:5 x11-libs/qtsvg:5 x11-libs/qttools:5 [[ note = [ QtHelp ] ]] x11-libs/qtxmlpatterns:5 bluetooth? ( x11-libs/qtconnectivity:5 ) dbus? ( dev-python/dbus-python sys-apps/dbus ) multimedia? ( x11-libs/qtmultimedia:5 ) networkauth? ( x11-libs/qtnetworkauth:5 ) positioning? ( x11-libs/qtlocation:5 ) python_abis:2.7? ( dev-python/enum34[python_abis:2.7] ) remoteobjects? ( x11-libs/qtremoteobjects:5 ) sensors? ( x11-libs/qtsensors:5 ) serialport? ( x11-libs/qtserialport:5 ) sql? ( x11-libs/qtbase:5[sql] ) webchannel? ( x11-libs/qtwebchannel:5 ) webkit? ( x11-libs/qtwebkit:5 ) websockets? ( x11-libs/qtwebsockets:5 ) x11extras? ( x11-libs/qtx11extras:5 ) ) [[ defined-in = [ PyQt5.exlib ] ]]"
|
||||
DESCRIPTION=" PyQt is a set of Python bindings for the Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. The bindings are implemented as a set of Python modules and contain over 300 classes and over 6,000 functions and methods."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/download5/"
|
||||
INHERITED=" pypi multibuild easy-multibuild python PyQt5"
|
||||
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 ] ]] ( dbus [[ description = [ Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc) ] ]] debug [[ description = [ Enable debugging features or make debugging easier ] ]] bluetooth [[ description = [ Build bindings for QtBluetooth ] ]] multimedia [[ description = [ Build bindings for QtMultimedia ] ]] networkauth [[ description = [ Build bindings for QtNetworkAuth ] ]] positioning [[ description = [ Build bindings for QtPositioning ] ]] remoteobjects [[ description = [ Build bindings for QtRemoteObjects ] ]] sensors [[ description = [ Build bindings for QtSensors ] ]] serialport [[ description = [ Build bindings for QtSerialPort ] ]] sql [[ description = [ Build bindings for QtSql ] ]] webchannel [[ description = [ Build bindings for QtWebChannel ] ]] webkit [[ description = [ Build bindings for QtWebKit ] ]] websockets [[ description = [ Build bindings for QWebSockets ] ]] x11extras [[ description = [ Build bindings for QtX11Extras ] ]] ) [[ defined-in = [ PyQt5.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
LICENCES="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="0"
|
||||
DOWNLOADS="http://www.riverbankcomputing.com/static/Downloads/PyQt5/5.12.2/PyQt5_gpl-5.12.2.tar.gz"
|
||||
OPTIONS="dbus webkit python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1558861418"
|
||||
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=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--PyQt5-5.12.2--C.3497.1558861413.948721.C.tar.bz2"
|
||||
SUMMARY="PyQt5 is a set of Python bindings for the Qt5 toolkit"
|
||||
BUGS_TO="philantrop@exherbo.org"
|
||||
REMOTE_IDS=" pypi:PyQt5"
|
||||
UPSTREAM_CHANGELOG="http://www.riverbankcomputing.com/static/Downloads/PyQt5/ChangeLog"
|
||||
UPSTREAM_RELEASE_NOTES="http://www.riverbankcomputing.com/news/pyqt-512"
|
||||
UPSTREAM_DOCUMENTATION="http://www.riverbankcomputing.com/static/Docs/PyQt5/ [[ lang = en ]]"
|
||||
SCM_REVISION=""
|
||||
38
packages/dev-python/PyQt5/PyQt5-5.13.1.pbin-1+exheres-0
Normal file
38
packages/dev-python/PyQt5/PyQt5-5.13.1.pbin-1+exheres-0
Normal file
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-3.0.0 on Tue Sep 24 00:47:47 CEST 2019
|
||||
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 ) ) [[ defined-in = [ python.exlib ] ]] ( build+run: dev-python/sip[>=4.19.19][python_abis:*(-)?] x11-libs/qtbase:5 x11-libs/qtdeclarative:5 x11-libs/qtsvg:5 x11-libs/qttools:5 [[ note = [ QtHelp ] ]] x11-libs/qtxmlpatterns:5 bluetooth? ( x11-libs/qtconnectivity:5 ) dbus? ( dev-python/dbus-python[python_abis:*(-)?] sys-apps/dbus ) multimedia? ( x11-libs/qtmultimedia:5 ) networkauth? ( x11-libs/qtnetworkauth:5 ) positioning? ( x11-libs/qtlocation:5 ) python_abis:2.7? ( dev-python/enum34[python_abis:2.7] ) remoteobjects? ( x11-libs/qtremoteobjects:5 ) sensors? ( x11-libs/qtsensors:5 ) serialport? ( x11-libs/qtserialport:5 ) sql? ( x11-libs/qtbase:5[sql] ) webchannel? ( x11-libs/qtwebchannel:5 ) webkit? ( x11-libs/qtwebkit:5 ) websockets? ( x11-libs/qtwebsockets:5 ) x11extras? ( x11-libs/qtx11extras:5 ) ) [[ defined-in = [ PyQt5.exlib ] ]]"
|
||||
DESCRIPTION=" PyQt is a set of Python bindings for the Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. The bindings are implemented as a set of Python modules and contain over 300 classes and over 6,000 functions and methods."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/download5/"
|
||||
INHERITED=" pypi multibuild easy-multibuild python PyQt5"
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( dbus [[ description = [ Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc) ] ]] debug [[ description = [ Enable debugging features or make debugging easier ] ]] bluetooth [[ description = [ Build bindings for QtBluetooth ] ]] multimedia [[ description = [ Build bindings for QtMultimedia ] ]] networkauth [[ description = [ Build bindings for QtNetworkAuth ] ]] positioning [[ description = [ Build bindings for QtPositioning ] ]] remoteobjects [[ description = [ Build bindings for QtRemoteObjects ] ]] sensors [[ description = [ Build bindings for QtSensors ] ]] serialport [[ description = [ Build bindings for QtSerialPort ] ]] sql [[ description = [ Build bindings for QtSql ] ]] webchannel [[ description = [ Build bindings for QtWebChannel ] ]] webkit [[ description = [ Build bindings for QtWebKit ] ]] websockets [[ description = [ Build bindings for QWebSockets ] ]] x11extras [[ description = [ Build bindings for QtX11Extras ] ]] ) [[ defined-in = [ PyQt5.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
LICENCES="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="0"
|
||||
DOWNLOADS="http://www.riverbankcomputing.com/static/Downloads/PyQt5/5.13.1/PyQt5_gpl-5.13.1.tar.gz"
|
||||
OPTIONS="dbus webkit python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1569278867"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--PyQt5-5.13.1--C.18301.1569278863.33796.C.tar.bz2"
|
||||
SUMMARY="PyQt5 is a set of Python bindings for the Qt5 toolkit"
|
||||
BUGS_TO="philantrop@exherbo.org"
|
||||
REMOTE_IDS=" pypi:PyQt5"
|
||||
UPSTREAM_CHANGELOG="http://www.riverbankcomputing.com/static/Downloads/PyQt5/ChangeLog"
|
||||
UPSTREAM_RELEASE_NOTES="http://www.riverbankcomputing.com/news/pyqt-513"
|
||||
UPSTREAM_DOCUMENTATION="http://www.riverbankcomputing.com/static/Docs/PyQt5/ [[ lang = en ]]"
|
||||
SCM_REVISION=""
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--Sphinx-1.7.9-r1--C.29151.1561141605.366515.C.tar.bz2 1765936 SHA256 79a72868c511619d2509f705c13ab049ce070bd0940c29790a2e9dfd41421836 SHA512 e1387634d6ea09661544b7c56f2d75fd61c8ef626a1cf5e0147f83f76cc205c20dd686cddb015936fd4799c27aa889952775444a94498364c9b3be63a13e8a5d WHIRLPOOL fe499110e44dfe1e5a9e3591141641c38b0be4428402d75ec5c640bf12510b866fcaaf9890ba7b307643b5f2addbfa0568064fc2fef76861803c58fab364b3d0
|
||||
PBIN Sphinx-1.7.9-r1.pbin-1+exheres-0 4564 SHA256 6a09f9b7a03c823a96a0790a1901668723b504e9caeb916dfd2510064f2a87ed SHA512 1e04500b639d5fd1fa43453c2c96a86db925ffe269af20a1302370b5020494605d88981c20644fa09233679e5f68c2bcc279b3236f73a7add0ba39263121f9a4 WHIRLPOOL fdbe8687b83b688b9c76e8bce7fa5eba9359cff88602d1ef02ddfb8330105337a12dea8993d9f701d3ce23d93fcf73571b68be55e234266ecab824e5d1ef096d
|
||||
DIST hasufell-binhost--dev-python--Sphinx-1.8.5--C.10027.1569245026.461115.C.tar.bz2 2282883 SHA256 4de10b1569840ee9e7839a83f05a5ace201bdc0b446b53b6d9b32078ca32d025 SHA512 3d86d2736aa7b021f1ce0bb1cb016486dff11c880b57209f733637aaae6df92a2a8d67d3dd08fb2ee0d6f5b8bbaeca34c7c6f97a7980f006e565581369d5f5bd WHIRLPOOL 377521ad356fcca2a41e4d9daf8d62da626bc5d723897b731b35690ac707b016b2cf120f11451854d5982892836558e729b16c6a21bfb866706e39d55fd5a893
|
||||
PBIN Sphinx-1.8.5.pbin-1+exheres-0 4433 SHA256 0e394decf26cd50de56ddecf22862bea6e04e1769c99d4575e7d422f6e2df739 SHA512 121b6f998e33c8105a79b239ef05a0e84ce4a39b1afea9ae885bb48fb7a059c7b0e4b00f80a5b0ca432c7b13b644b3ca82533540fd7c95685d189bd28e94fa3d WHIRLPOOL 2bb83275d130722ae3385268734887e1ff725a6fdb66a2d57fbfc4f5b004200eeeb793ffc5454311413194ec219ffa6eb5af737a803bb7a8cf252213051d792f
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Fri Jun 21 20:26:46 CEST 2019
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:23:48 CEST 2019
|
||||
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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( build+run: dev-python/Babel[>=1.3][python_abis:*(-)?] dev-python/Jinja2[>=2.3][python_abis:*(-)?] dev-python/Pygments[>=2.0][python_abis:*(-)?] dev-python/alabaster[>=0.7&<0.8][python_abis:*(-)?] dev-python/docutils[>=0.11][python_abis:*(-)?] dev-python/imagesize[python_abis:*(-)?] dev-python/packaging[python_abis:*(-)?] dev-python/requests[>=2.0.0][python_abis:*(-)?] dev-python/six[>=1.5][python_abis:*(-)?] dev-python/snowballstemmer[>=1.1][python_abis:*(-)?] dev-python/sphinxcontrib-websupport[<1.1.0][python_abis:*(-)?] [[ note = [ Strangely fails on tests with 1.1.0 ] ]] python_abis:2.7? ( dev-python/typing[python_abis:2.7] ) test: dev-python/SQLAlchemy[python_abis:*(-)?] dev-python/flake8[>=3.5.0][python_abis:*(-)?] dev-python/flake8-import-order[python_abis:*(-)?] dev-python/html5lib[python_abis:*(-)?] dev-python/mock[python_abis:*(-)?] dev-python/pytest-cov[python_abis:*(-)?] providers:graphicsmagick? ( media-gfx/GraphicsMagick[imagemagick] ) providers:imagemagick? ( media-gfx/ImageMagick ) python_abis:2.7? ( dev-python/enum34[python_abis:2.7] ) python_abis:3.5? ( dev-python/mypy[python_abis:3.5] dev-python/typed-ast[python_abis:3.5] ) python_abis:3.6? ( dev-python/mypy[python_abis:3.6] dev-python/typed-ast[python_abis:3.6] ) python_abis:3.7? ( dev-python/mypy[python_abis:3.7] dev-python/typed-ast[python_abis:3.7] ) suggestion: dev-texlive/texlive-latexextra [[ description = [ Use the LaTeX builder to create PDF documentation ] note = [ framed, threeparttable, titlesec, wrapfig ] ]] ) [[ defined-in = [ Sphinx.exlib ] ]]"
|
||||
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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( build+run: dev-python/Babel[>=1.3][python_abis:*(-)?] dev-python/Jinja2[>=2.3][python_abis:*(-)?] dev-python/Pygments[>=2.0][python_abis:*(-)?] dev-python/alabaster[>=0.7&<0.8][python_abis:*(-)?] dev-python/docutils[>=0.11][python_abis:*(-)?] dev-python/imagesize[python_abis:*(-)?] dev-python/packaging[python_abis:*(-)?] dev-python/requests[>=2.0.0][python_abis:*(-)?] dev-python/six[>=1.5][python_abis:*(-)?] dev-python/snowballstemmer[>=1.1][python_abis:*(-)?] dev-python/sphinxcontrib-websupport[python_abis:*(-)?] python_abis:2.7? ( dev-python/typing[python_abis:2.7] ) test: dev-python/SQLAlchemy[python_abis:*(-)?] dev-python/flake8[>=3.5.0][python_abis:*(-)?] dev-python/flake8-import-order[python_abis:*(-)?] dev-python/html5lib[python_abis:*(-)?] dev-python/mock[python_abis:*(-)?] dev-python/pytest-cov[python_abis:*(-)?] providers:graphicsmagick? ( media-gfx/GraphicsMagick[imagemagick] ) providers:imagemagick? ( media-gfx/ImageMagick ) python_abis:2.7? ( dev-python/enum34[python_abis:2.7] ) python_abis:3.5? ( dev-python/mypy[python_abis:3.5] dev-python/typed-ast[python_abis:3.5] ) python_abis:3.6? ( dev-python/mypy[python_abis:3.6] dev-python/typed-ast[python_abis:3.6] ) python_abis:3.7? ( dev-python/mypy[python_abis:3.7] dev-python/typed-ast[python_abis:3.7] ) suggestion: dev-texlive/texlive-latexextra [[ description = [ Use the LaTeX builder to create PDF documentation ] note = [ framed, threeparttable, titlesec, wrapfig ] ]] ) [[ defined-in = [ Sphinx.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/Sphinx/ http://sphinx-doc.org"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py Sphinx"
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( ( providers: graphicsmagick [[ description = [ Tests require the convert command ] ]] imagemagick [[ description = [ Tests require the convert command ] ]] ) [[ *description = [ Tests require the convert command ] number-selected = [ at-least-one ] ]] ) [[ defined-in = [ Sphinx.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~x86"
|
||||
LICENCES=" BSD-2 [[ note = [ smartypants.py, Sphinx ] ]] BSD-3 [[ note = [ SmartyPants_ ] ]] ElementTree [[ note = [ ElementTree ] ]] MIT [[ note = [ JQuery ] ]] PSF-2.2 [[ note = [ pgen2 ] ]]"
|
||||
LICENCES=" BSD-2 [[ note = [ smartypants.py, Sphinx ] ]] BSD-3 [[ note = [ SmartyPants_ ] ]] MIT [[ note = [ JQuery ] ]] PSF-2.2 [[ note = [ pgen2 ] ]]"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-1.7.9.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-1.8.5.tar.gz"
|
||||
OPTIONS="providers:imagemagick python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1561141606"
|
||||
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"
|
||||
GENERATED_TIME="1569245028"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~arm ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--Sphinx-1.7.9-r1--C.29151.1561141605.366515.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--Sphinx-1.8.5--C.10027.1569245026.461115.C.tar.bz2"
|
||||
SUMMARY="Sphinx is a tool that makes it easy to create intelligent and beautiful documentation"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:Sphinx"
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--certifi-2018.11.29--C.13462.1544955948.969924.C.tar.bz2 213287 SHA256 d5d4413882423dc0c93dc3f09a9d4f8cc10e1d6e674c7fc222847226c5f5a0c8 SHA512 6f38c0e007bbb92c3fcb5c6371ec410f2aa4f22e631e3ae6068b104909aa10e0d0898aeb68eac100ce71cb3b31952fa99af17e7352c93e39a370ed57975fb21d WHIRLPOOL b659e2f3495150eb30704374589946853bdc48be6e9e61c1e53e8861536dbb2d78ec7c0eeba36c344fb93f3346d2a4f61f4698b3760596f7d31f29000890d4c7
|
||||
PBIN certifi-2018.11.29.pbin-1+exheres-0 2512 SHA256 d964b75fa3cc4d25faad5282f5589dcecb98a5879a495cb482bff4458fcd70f8 SHA512 e363f1deb5e9636e093cff3d4bd05fa1cc232f454825dc35e7ecef9d301c73be0cfbacec923b801e2142ca9e2497bf5394c5fb2d3622435bef758e8b473d7829 WHIRLPOOL 04d8cf93ad2efe5b385a08d950e41a1483609ff3925fce80ee377d85de3e1526106d5dee9b4e30bc0145678408eb95749646f03fd685f9cc8aed3ca5cbd65184
|
||||
DIST hasufell-binhost--dev-python--certifi-2019.6.16--C.20715.1569244825.207809.C.tar.bz2 216773 SHA256 0545bcd74ef7de5dcb6f2a0061503a466936212dc664278d20931620e1284749 SHA512 65191108dd0313afb026f512c762ae6e29b14c4bae00a30de99855a01ef56266cdb665faebadeb27d827cfbf89380a3fb288fb255ab2c6eb0c21dfba6dfbb6e6 WHIRLPOOL 4daf200f9d9ebed2ed8a08c399cab0f4ce93d2e9ac7ae2d50f0f0879197665a0740bc77bb20e7975c625798e3d812fa579fa2ddebf5819930d4742b7972a503e
|
||||
PBIN certifi-2019.6.16.pbin-1+exheres-0 2396 SHA256 e7b76c67d44bedc376ab02e3a8051bcc0eac966ac1c586a3444f5f5faab8ad41 SHA512 4e24f4995175792757d60d8c1935d0e57b025b34b3be8152f6d9cc0830769817961e772f5fbf6a926b7757b9148ba427434ef8f59614c62e25b7abfbf9251aa1 WHIRLPOOL 822b2c3b096e26b819cb6d4806317d361c18ef815af9d6d5bb2e61d2ea54e175a710e1aa3924687d8c6a9a16a17b37033556db722089035ea7d1368fafbc95ee
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Sun Dec 16 11:25:49 CET 2018
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:20:25 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
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 ] ]]"
|
||||
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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/certifi/"
|
||||
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 ] ]] ) "
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
LICENCES="MPL-2.0"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/c/certifi/certifi-2018.11.29.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/c/certifi/certifi-2019.6.16.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1544955949"
|
||||
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"
|
||||
GENERATED_TIME="1569244825"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -25,10 +25,10 @@ CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
GENERATED_FROM_REPOSITORY="arbor"
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--certifi-2018.11.29--C.13462.1544955948.969924.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--certifi-2019.6.16--C.20715.1569244825.207809.C.tar.bz2"
|
||||
SUMMARY="Mozilla's SSL Certs"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:certifi"
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--mypy-0.670--C.19862.1552277370.643606.C.tar.bz2 2003142 SHA256 95047aff835634f56341f04538683fc13535752a944abab7bf172de9754025cb SHA512 ff69959fefcab10fcd2fa16e81a6956f4d3b9585daeb229884aaeae6e89fadac62092a6f229830b4802ef76756869db9cf74545b59d3ce430ee877cc399694a0 WHIRLPOOL dd6b318b932d6e4db1050c2806af1126528fbdb8ae088e8dbe8c03fc94f37de6a946d46df774424941949746e247640c804704dd3bc1e2fd101fdcaa10293683
|
||||
PBIN mypy-0.670.pbin-1+exheres-0 3383 SHA256 5ad4757b829b9f710573b2200faf69b346f3f6431bd91d4b2fecb7e00e4274e6 SHA512 38e91532f7ad61c1c815b290cd5fa934460b2228d058f2cabbb1dac8f9f15dee23b92d107557d6597a497952a1d4ee8aa8f2883da5354dff606df23687514ec9 WHIRLPOOL 95d0fb440cf967ba60bbf4011d0198c3e1f24e4e9798dfbe5504d9fa58054390b0d4d5a31deb58efc9e571024f75b096d267610769e411920d8e59ff1054f36c
|
||||
DIST hasufell-binhost--dev-python--mypy-0.720--C.26321.1569244964.268612.C.tar.bz2 2114531 SHA256 472bb4e6cd3d728413556dcc05fa340250489e6f61ae82973d1aef3b845e9855 SHA512 e91fc73837298ccb0aba2f48429d97fa875051fce5d59f4c05d5c61939dad0b1c84728eb853ea29051a3a91b5cb1b469297e851e83f4edc1b6699f20a53717ad WHIRLPOOL 95c7ccfd04a7652c399f065f67d86762e2204fcb542ee19b8df241d7b46af1ba1d681d6f8dbec274dff1fe4d51c1aced539649752ea7978d2e0d422888c317c6
|
||||
PBIN mypy-0.720.pbin-1+exheres-0 3429 SHA256 2c76c26727d6d0b8316d9ac2605e1831c659d4d39104beb9eaee7ceced56caf6 SHA512 fc25dca98cbf0252eb8733655c4c2b4496104cb1d53214ae216e4260e9c6c884556cc984a06e85a874209dc6b34033f264d36f9e0a63695699026fdd76f39b2b WHIRLPOOL ecc361070ceee558d7db80f15dcd97565e425d9b53a2a5c1946d4528d68a27c3821160f5008e18cf45fc170bb31489d67e4084f6e8b8f1a8ba5ace61e89a4272
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Created by paludis-3.0.0 on Mon Mar 11 05:09:31 CET 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/typed-ast[>=1.3.1&<1.4.0][python_abis:*(-)?] dev-python/mypy_extensions[>=0.4.0&<0.5.0][python_abis:*(-)?] python_abis:3.4? ( dev-python/typing[>=3.5.3][python_abis:3.4] ) test: dev-python/py[>=1.5.2][python_abis:*(-)?] dev-python/pytest[>=3.0][python_abis:*(-)?] dev-python/pytest-cov[>=2.4.0][python_abis:*(-)?] dev-python/pytest-xdist[>=1.18][python_abis:*(-)?] dev-python/virtualenv[python_abis:*(-)?] suggestion: dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] [[ description = [ Show memory stats in 'dmypy status -v' ] ]] ) [[ defined-in = [ mypy-0.670.exheres-0 ] ]] ( build+run: 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=" Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://www.mypy-lang.org https://pypi.org/project/mypy/"
|
||||
INHERITED=" github pypi multibuild easy-multibuild python setup-py"
|
||||
MYOPTIONS="( ( ( python_abis: ( 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 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.670.tar.gz"
|
||||
OPTIONS="python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1552277371"
|
||||
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=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="hasufell"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.670--C.19862.1552277370.643606.C.tar.bz2"
|
||||
SUMMARY="Optional static typing for Python"
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
REMOTE_IDS=" github:python/mypy pypi:mypy"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
38
packages/dev-python/mypy/mypy-0.720.pbin-1+exheres-0
Normal file
38
packages/dev-python/mypy/mypy-0.720.pbin-1+exheres-0
Normal file
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:22:45 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/typed-ast[>=1.4.0&<1.5.0][python_abis:*(-)?] dev-python/mypy_extensions[>=0.4.0&<0.5.0][python_abis:*(-)?] dev-python/typing_extensions[>=3.7.4][python_abis:*(-)?] test: dev-python/attrs[>=18.0][python_abis:*(-)?] dev-python/flake8[>=3.7][python_abis:*(-)?] dev-python/lxml[>=4.2.4][python_abis:*(-)?] dev-python/psutil[>=4.0][python_abis:*(-)?] dev-python/py[>=1.5.2][python_abis:*(-)?] dev-python/pytest[>=4.4][python_abis:*(-)?] dev-python/pytest-cov[>=2.4.0][python_abis:*(-)?] dev-python/pytest-xdist[>=1.22][python_abis:*(-)?] dev-python/virtualenv[python_abis:*(-)?] suggestion: dev-python/psutil[>=4.0][python_abis:*(-)?] [[ description = [ Show memory stats in 'dmypy status -v' ] ]] ) [[ defined-in = [ mypy-0.720.exheres-0 ] ]] ( build+run: 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=" Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://www.mypy-lang.org https://pypi.org/project/mypy/"
|
||||
INHERITED=" github pypi multibuild easy-multibuild python setup-py"
|
||||
MYOPTIONS="( ( ( python_abis: ( 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 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.720.tar.gz"
|
||||
OPTIONS="python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1569244965"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="hasufell"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.720--C.26321.1569244964.268612.C.tar.bz2"
|
||||
SUMMARY="Optional static typing for Python"
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
REMOTE_IDS=" github:python/mypy pypi:mypy"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--numpy-1.15.4--C.23818.1545731467.813477.C.tar.bz2 10194962 SHA256 b7b59c37f87e1e66a4e2440a1b9fd4395f32632cfcd716d2fa46eeb7f5e1092e SHA512 110c02176a496f6bc12529c716cc14b504e419e5addf0f1420d4f63b7503d8b0fb9dda084153f6ce8408a705f06c50d11f721c630c284f4e018dc21a26aafe99 WHIRLPOOL c7c5ab0019fa758f79a19a05d166f56fafaaffc3275b957829150b966644d7a57b1c98bb6c009af7a894225226dc11824d4e0252f587439717aefc3703992dc5
|
||||
PBIN numpy-1.15.4.pbin-1+exheres-0 3449 SHA256 d6b973651c30a64d05d86ff90ae56963969868baeef0adb76efd45748baf599e SHA512 0ce25b7e724d17523e608fdc17fec762a80ef93c0921c180d57964e8287e00610a37b6bc49ed4171d16ef65984bb4915ce7a8719a34f20cf68be956d98a64d14 WHIRLPOOL d60a5debc51d1ea5b4be308a5bcccdd12dd510a8cd9dbc8f41d05a068d2f6c4ddd7f5906d15edc0c5b8953db8e3f6c227ef2cef74b667583a73cd854c786154e
|
||||
DIST hasufell-binhost--dev-python--numpy-1.16.4--C.28054.1569265463.824698.C.tar.bz2 10633726 SHA256 3bf790b9c83416d443058d055d0e72c876614695eef962e072aa8909d7425b41 SHA512 db1dce2f0772caccf69aecb440ec6f2abacfa0622f646aa10bf208024ddd14c9f0937b7270d14b8dd0709e73b6a1f06f374210d999f2ef682e2eb841db80de01 WHIRLPOOL a4bb0243a71522060c720117e1e31cdcd96039bb999c0af5a63c23979def6e242c5a8a4d9b0f466efa899ca9fece00cd55c9983ddd1b6f834e7a748317047fda
|
||||
PBIN numpy-1.16.4.pbin-1+exheres-0 3336 SHA256 e2013059558d7fe6a93cdf65538200e0c0107a0c62473dc7e78a18141b1fc5da SHA512 40216bec1b858df59db0861707bc936acdb943fef6871e0f3ed4bce375b376cf94fe13cd4a4f0a214c8fc150c002bf457b03f7bd409831e2a9ab28ee18d52818 WHIRLPOOL c5887a2884b55caa6f27d5d65c35bf82e411860573d3767c83a019ea7f8a15944f56d030c9a8d6a69a3738a112647ddd480aac68ad5a4e94013682bff8fef189
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Tue Dec 25 10:51:12 CET 2018
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 21:04:28 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build: virtual/unzip ) [[ defined-in = [ pypi.exlib ] ]] ( 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:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( build+run: dev-python/Cython[>=0.19][python_abis:*(-)?] sys-libs/libgfortran:=8 virtual/blas virtual/lapack ) [[ defined-in = [ numpy.exlib ] ]]"
|
||||
DEPENDENCIES="( build: virtual/unzip ) [[ defined-in = [ pypi.exlib ] ]] ( 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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( build+run: dev-python/Cython[>=0.19][python_abis:*(-)?] sys-libs/libgfortran:=9 virtual/blas virtual/lapack ) [[ defined-in = [ numpy.exlib ] ]]"
|
||||
DESCRIPTION=" NumPy is the fundamental package needed for scientific computing with Python. It contains: * a powerful N-dimensional array object * sophisticated broadcasting functions * basic linear algebra functions * basic Fourier transforms * sophisticated random number capabilities * tools for integrating Fortran code * tools for integrating C/C++ code Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/numpy/ https://numpy.org"
|
||||
INHERITED=" pypi flag-o-matic multibuild easy-multibuild python setup-py numpy"
|
||||
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 ] ]] ) "
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="BSD-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/n/numpy/numpy-1.15.4.zip"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/n/numpy/numpy-1.16.4.zip"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1545731472"
|
||||
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"
|
||||
GENERATED_TIME="1569265468"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--numpy-1.15.4--C.23818.1545731467.813477.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--numpy-1.16.4--C.28054.1569265463.824698.C.tar.bz2"
|
||||
SUMMARY="Fast and sophisticated array facility for the Python language"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:numpy"
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--paramiko-2.4.2--C.338.1555380760.135507.C.tar.bz2 688893 SHA256 894f1c8d3445461856875a9346bc76cce9ce650c1744b5addef680a6e5875598 SHA512 816c8de7922466cb641ed349c895bb5b6ceb009f5b8226bdd4e46d1b8dd2b00aae0218e4eaf13bb05ab3f3fd34c780c40d243f35ea28a1059cac9c2bb76e9a13 WHIRLPOOL 2802ea6179462f40ed5a73b95be4d609888a24dbbcd9844a898f40747d4bd258cfa0997a431b9aaa77b2c524cec8a2fba474bf332209137e7a2e7d478053c62b
|
||||
PBIN paramiko-2.4.2.pbin-1+exheres-0 2872 SHA256 575a859051771308f15dee087651fba131815d0a09155945befa047ee89778cc SHA512 ff6877ec3b2e762a5e7d968368af146d86a1f58091a710db975edf2e83a3dff0fc97baa2ab3285eed4d7d1e692fa722b6950c840f6a5572badb8db3037bf1373 WHIRLPOOL 6d2ae563ae143d7b507833177b262acfa1a98f992bfba15553d86e6f066d97ee4490c95eee8c6be3599caa27c084a13afd246fd4327bc50517d4c0b6d36b35e7
|
||||
DIST hasufell-binhost--dev-python--paramiko-2.6.0--C.4670.1569244878.346177.C.tar.bz2 710028 SHA256 d3bf62724f851b5ef50651606bc13e932bee6733d86dcfa214aecf4761e62464 SHA512 a88f70f129239ce9e0177e10f2f41893e57f2e055f5824abd0686119c9241a406118b8dd3f8ca43999454a4d01f59401e8092ae61bd53f1f97fb154ac346dc05 WHIRLPOOL b89df34323bc3896af6abe577cd20bfdc0e29429d23eb4bc2465e99e2e7ebf741c252cd134fc0f3ce62028edba1e09f58b6cc20bbf4da074ee9a77ab348d9c10
|
||||
PBIN paramiko-2.6.0.pbin-1+exheres-0 2713 SHA256 873db7977f2ec1fbf53fc42834dee36dfddafd741d24f42b91c1b4e7c1d67c0d SHA512 bbdff479ccc903207c75d4b56634a8b2648f0ddf8958a593488be403af1d6eab2e981ba97cfa87fd58fc6b88edf9f88526e9f8eae74970435235a9e06fd5e865 WHIRLPOOL 3462d51ee90c4143d7c3f29e67711be4fb6b8eaf3c457418863028f29d2e689cc8ad11864fdb9a60bcd8d4f79e4d3e733c99e039f16ebf739141cd6c87652578
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Created by paludis-3.0.0 on Tue 16 Apr 2019 04:12:40 AM CEST
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/bcrypt[>=3.1.3][python_abis:*(-)?] dev-python/cryptography[>=1.5][python_abis:*(-)?] dev-python/pyasn1[>=0.1.7][python_abis:*(-)?] dev-python/pynacl[>=1.0.1][python_abis:*(-)?] test: dev-python/mock[python_abis:*(-)?] ) [[ defined-in = [ paramiko-2.4.2.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:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/paramiko/ https://github.com/paramiko/paramiko"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py utf8-locale"
|
||||
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 ~x86"
|
||||
LICENCES="LGPL-2.1"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-2.4.2.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1555380760"
|
||||
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=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
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--paramiko-2.4.2--C.338.1555380760.135507.C.tar.bz2"
|
||||
SUMMARY="SSH2 protocol library"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:paramiko"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
38
packages/dev-python/paramiko/paramiko-2.6.0.pbin-1+exheres-0
Normal file
38
packages/dev-python/paramiko/paramiko-2.6.0.pbin-1+exheres-0
Normal file
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-3.0.0 on Mon 23 Sep 2019 03:21:18 PM CEST
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/bcrypt[>=3.1.3][python_abis:*(-)?] dev-python/cryptography[>=2.5][python_abis:*(-)?] dev-python/pynacl[>=1.0.1][python_abis:*(-)?] test: dev-python/mock[python_abis:*(-)?] ) [[ defined-in = [ paramiko-2.6.0.exheres-0 ] ]] ( 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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/paramiko/ https://github.com/paramiko/paramiko"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py utf8-locale"
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="LGPL-2.1"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-2.6.0.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1569244878"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
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--paramiko-2.6.0--C.4670.1569244878.346177.C.tar.bz2"
|
||||
SUMMARY="SSH2 protocol library"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:paramiko"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--pexpect-4.6.0--C.28406.1542434604.674369.C.tar.bz2 157200 SHA256 23247b56d3f8c9b4822ada7a8013b5caafeea819ae875ce55c8512595bd2f1fa SHA512 95364b9bc009f67c1e23c6b73bc5cca0f4b7d9b1a644003f4d8eb7bedf855992318982ffb88d473532d6cf57437e2428a601a7cb0cbf35f266e91a4c085f88c8 WHIRLPOOL d3b0d4dfd104591504cbf9d8c754a3ecd83daee336250e519ba41a41868c83f32d019c6b3299246db63e40bc0682fa6bdbe1c97c28b64c8c181af9154492535c
|
||||
PBIN pexpect-4.6.0.pbin-1+exheres-0 3365 SHA256 0ab4f0aaabedd3d613d4fc131df3fe2d81f03f31d43d3bce50803316193f6f76 SHA512 b03dd5d6a6d08b24d8d735e839016cb5a006d8a101e45821f5b0d3fd8035281fbeb379fd6492c25809d0014ae95497ad0ed0a1e67311aa035ef82dfbe12c83d1 WHIRLPOOL c4f48e0d75518ae58e9f8a990b2508f526463480c86bba77ad16c8bf37fea94d7535b548c45c3ccbd205ea64282b83396ae9774deb99bd450db5fc65356e6aac
|
||||
DIST hasufell-binhost--dev-python--pexpect-4.7.0--C.26050.1569244837.935545.C.tar.bz2 165050 SHA256 170ca2cd312e6a2123467b186c857095025cd1fbe8c8a8a459f618ec5d336431 SHA512 e3f814045954b71bb56346206016620c49f61a1971f6f5f00af886fbc34db8ca420be8b3911ba1c3fd6a0b7f9c6e3322d17b075c8e1945ed7080f75151cc1033 WHIRLPOOL b2f66e3c6bf41b4dd628f9e4d5be98941060d9424978c9abd60c1a8f87ca8863029901e3c90e1b7777de44cd746c33b1f467d9296388ffcdd9ceef17542023fe
|
||||
PBIN pexpect-4.7.0.pbin-1+exheres-0 3255 SHA256 ea4e8b7628684250a9c6451e5c865c1d1548696e9436a343cec7a2654e0f8e8d SHA512 597cc210b1a3d6437519ed0a542a6ec8163d4d17d8459d124adff130d61eeff3024b4cce654b97f74d423465270765ebb3594b4c1e849295c2a3f016eb48ecd3 WHIRLPOOL 38426d725012e013294159413d0d1959102c944e0dfb54a7713a3d77a19e4117285f598d2b2038e8ab32e7b76f14a447fe77ae818bb26b76f842177a0bc6c080
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Sat Nov 17 07:03:24 CET 2018
|
||||
# Created by paludis-3.0.0 on Mon 23 Sep 2019 03:20:38 PM CEST
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/ptyprocess[>=0.5][python_abis:*(-)?] ) [[ defined-in = [ pexpect-4.6.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 ] ]] ( ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: dev-python/ptyprocess[>=0.5][python_abis:*(-)?] ) [[ defined-in = [ pexpect-4.7.0.exheres-0 ] ]] ( 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 ) ) [[ defined-in = [ python.exlib ] ]] ( ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=" Pexpect is a Python module for spawning child applications and controlling them automatically. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Other Expect-like modules for Python require TCL and Expect or require C extensions to be compiled. Pexpect does not use C, Expect, or TCL extensions. It should work on any platform that supports the standard Python pty module. The Pexpect interface focuses on ease of use so that simple tasks are easy."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/pexpect/"
|
||||
INHERITED=" utf8-locale 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 ] ]] ) "
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64"
|
||||
LICENCES="ISC"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.6.0.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.7.0.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1542434604"
|
||||
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"
|
||||
GENERATED_TIME="1569244838"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pexpect-4.6.0--C.28406.1542434604.674369.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--pexpect-4.7.0--C.26050.1569244837.935545.C.tar.bz2"
|
||||
SUMMARY="Allows easy control of interactive console applications"
|
||||
BUGS_TO="alip@exherbo.org"
|
||||
REMOTE_IDS=" pypi:pexpect"
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--prompt_toolkit-2.0.5--C.22663.1539588794.841140.C.tar.bz2 1142216 SHA256 77afc4b8486c14bcda74ad1558ff0f69a78b9dfd3bc5911bc81ee72221f30adb SHA512 88dc0590aeb95c197a0e09bdebc5fb6324e13cf9907a6829daa0155fe385c7df03e2b3cb6888d532a1d0f6331f1f07a85466f792f2992492fd4555f85b0b841f WHIRLPOOL f4c8fd8060a438b94f6b875eb79e30cde841938341ceda70eec00245daffb58c32baa54ec3b2833a8e58fe3366e6c849c499b847b77558f3ccf1f24ede63ae24
|
||||
PBIN prompt_toolkit-2.0.5.pbin-1+exheres-0 2869 SHA256 b0478c52d217a8ed2029411b595d848671921c26a733f7011d58f3945d699d04 SHA512 521473270c557b77e0edd72d574d882c1f704dd456386e4191bff1a24a0b944f5e77e83e0c9e5973e4f95f1050ba1a7bf05efc7ac5e333ba8ad59c13eae95f0c WHIRLPOOL 0d870c2dae0a3937604fc3d36ca023d67229b199c5c9bdc731fdf3c01947ae428940085b19c2458911fcafd416ce1a6b70307644c6a907d542bbc75c3240c0a1
|
||||
DIST hasufell-binhost--dev-python--prompt_toolkit-2.0.9--C.4554.1569245005.119668.C.tar.bz2 1189083 SHA256 f548279dac947f1e06bce0b2a79333c6e97c695f6c76553b7052acf35cf0ef65 SHA512 4d6592d95b9c3c380702fa65589456ffb0ab19a1fef77740f40145cf1933b8275e927b3bc0e1ea2d0db078bf6306f9d1870945b3cfe8c5246ec82af44fb1de52 WHIRLPOOL ed211d189bdacea7e0eb2e8315c97a5ba639a68ebdfa73e9043efccd34899de93ab6f205973d6ee2d5cff411e0469278aaef56c7533d4c30131ffa0fb1d5543a
|
||||
PBIN prompt_toolkit-2.0.9.pbin-1+exheres-0 2754 SHA256 6086f328790871122f5086c28c960dd84705bdcee754e0b5b24a6b2941d77ee9 SHA512 e6a7c0070feaff8a43961460a21f7653710ac9b5f670de45ed4d314fc1f790deceea968446a54e059bb5207945afac0f3c216509d1c3da842df53a3b315ecb5c WHIRLPOOL 514e556f67a35eb0a870fd6fbd36c098b03be76a6498192c326d68f33f8ec2291eee5d6312ceb26a49a034f9fadc6d1d5743cef12fbe7e0b744d4449675c12fe
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Mon Oct 15 09:33:15 CEST 2018
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:23:26 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/six[>=1.9.0][python_abis:*(-)?] dev-python/wcwidth[python_abis:*(-)?] ) [[ defined-in = [ prompt_toolkit-2.0.5.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:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: dev-python/six[>=1.9.0][python_abis:*(-)?] dev-python/wcwidth[python_abis:*(-)?] ) [[ defined-in = [ prompt_toolkit-2.0.9.exheres-0 ] ]] ( 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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://python-prompt-toolkit.readthedocs.io https://pypi.org/project/prompt_toolkit/"
|
||||
INHERITED=" github 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 ] ]] ) "
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="BSD-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-2.0.5.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-2.0.9.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1539588795"
|
||||
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"
|
||||
GENERATED_TIME="1569245006"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="hasufell"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--prompt_toolkit-2.0.5--C.22663.1539588794.841140.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--prompt_toolkit-2.0.9--C.4554.1569245005.119668.C.tar.bz2"
|
||||
SUMMARY="Library for building powerful interactive command lines in Python"
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
REMOTE_IDS=" github:jonathanslenders/python-prompt-toolkit pypi:prompt_toolkit"
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--setuptools-41.0.1--C.27335.1558765126.401818.C.tar.bz2 1755839 SHA256 d716f3c7548cdc7b8c05e308edefdb4f7f501ac092f57d6f44129ee407d80481 SHA512 937b591ce5d5058c4378294093793c8ac451dd6cf43aa633341cd81f896df8157098bc612ae4f18c4d63009f725052d2c54565a7d40e1946d30fd71ce03a8fee WHIRLPOOL 9adf78070add6e0a80eafc6466c180f01ab4589b84b99d4d7679a33b1cea5f3ca77dfd855c39a1d6f65361b70b93462218aff5c32d8455fb38f41a0e2e56b948
|
||||
PBIN setuptools-41.0.1.pbin-1+exheres-0 3326 SHA256 7378de3295064b269fd1c8585c5774680ea9d5ee6166188ad02f4adae5a7f164 SHA512 a4305192eaf855dfaff788ac1ceef68db25b831400ac1c8e766cdc56e81ce125109eb50bab3e06783ed3cc8625b3d3429f47f496343b9a7112a19651f91c1290 WHIRLPOOL 05defbb6deb9d74ab730f229a9c139d4e856c2b8a4429d630ffac91ba09ba64539d5bbc2f7d55e3d9eaf9ed7d82a5e9c22260c0e8a7123043a14cda44deb18a3
|
||||
DIST hasufell-binhost--dev-python--setuptools-41.2.0--C.30446.1569243704.863810.C.tar.bz2 1757675 SHA256 01364aedb413ff6a6a3dadc817873feb7b3c7e34003346225206c51f24ea41f3 SHA512 ebe507230d055aa20a5a9665a34af03ab7ad1bd131e936e55884532405d58db90997d4aac35b78eb3a122df9dd804c93e353d112cc154eea08806793bb93d3e3 WHIRLPOOL cd7c5fff593bf059c111dd9d657aaa0dbed5caf32b59d90c15bac0c591ff07144437dd452cc6d921db3f7d39d7950b003def3486743fe693e0defc311272082c
|
||||
PBIN setuptools-41.2.0.pbin-1+exheres-0 3212 SHA256 2c4b4445c570de64f4d1c319aa5d7d4025bdb6dd87a735408cd6755758a5cfad SHA512 b92c5097d4b5e47aafa77163d895a6f981af56fc57e6490946074df77abbdd0bfc7f593d43a548939b5b1e85d1dd67b3b8cad269139685cbe2ad13cda10c5bf6 WHIRLPOOL c15961e45602135610cefbb0e36a548f805f15f8d2b4927d3b2491ff88057d54d38b071994a31eea1ae10b45618a063cea2d62cfc5888cb5f38edcabc8af56f7
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Sat May 25 08:18:47 CEST 2019
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:01:45 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( post: dev-python/certifi[>=2016.9.26][python_abis:*(-)?] suggestion: ( dev-python/pip[python_abis:*(-)?] dev-python/pytest[>=3.2.0][python_abis:*(-)?] dev-python/pytest-fixture-config[python_abis:*(-)?] dev-python/pytest-virtualenv[python_abis:*(-)?] dev-python/virtualenv[python_abis:*(-)?] dev-python/wheel[python_abis:*(-)?] python_abis:2.7? ( dev-python/mock[python_abis:2.7] ) ) [[ note = [ required for test suite ] ]] ) [[ defined-in = [ setuptools-41.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.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 ] ]]"
|
||||
DEPENDENCIES="( post: dev-python/certifi[>=2016.9.26][python_abis:*(-)?] suggestion: ( dev-python/pip[python_abis:*(-)?] dev-python/pytest[>=3.2.0][python_abis:*(-)?] dev-python/pytest-fixture-config[python_abis:*(-)?] dev-python/pytest-virtualenv[python_abis:*(-)?] dev-python/virtualenv[python_abis:*(-)?] dev-python/wheel[python_abis:*(-)?] python_abis:2.7? ( dev-python/mock[python_abis:2.7] ) ) [[ note = [ required for test suite ] ]] ) [[ defined-in = [ setuptools-41.2.0.exheres-0 ] ]] ( build: virtual/unzip ) [[ defined-in = [ pypi.exlib ] ]] ( 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 ) ) [[ 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.org/project/setuptools/"
|
||||
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 ] ]] ) "
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~armv8 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-41.0.1.zip"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-41.2.0.zip"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1558765127"
|
||||
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"
|
||||
GENERATED_TIME="1569243705"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="arbor"
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--setuptools-41.0.1--C.27335.1558765126.401818.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--setuptools-41.2.0--C.30446.1569243704.863810.C.tar.bz2"
|
||||
SUMMARY="Easily download, build, install, upgrade, and uninstall Python packages"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:setuptools"
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--sip-4.19.17--C.30104.1558766034.138233.C.tar.bz2 815202 SHA256 4dec2cb3684957f67b46bbf03d429563742aec726a8b00457cfcf2b7cd20adf1 SHA512 e6198e7d879235956345dd31472f935cf309c8f05e74b3acb361cf78c6f0d3cd2cd46b95c153d9ceda03547b89425460b7325164144da26d8087ebfc4a6710b3 WHIRLPOOL cfe44dd01afdc60462d17e056fb8dd2ccd961c99bc3ab5eca39ec3226ad01ae3ceeb4eba7a71715a747b8e995930c86985f86a4bdab16ae2d2acdc6ae0710d94
|
||||
PBIN sip-4.19.17.pbin-1+exheres-0 3027 SHA256 8c816a9ddcc009768aa42e87c0d0ce2836fd09f3d28e93916004b67f8667a148 SHA512 a30e254151a064d8ce1b1d626de630f16310483929ee40564980c386dc0d2407b80d22c8828f492eed22305fde718f38aa3b2c2df360677bbb24b425da2c057e WHIRLPOOL 7f41a8c8f3ea51f8b900a5953179b4789930d1d8688eda75c05b807e4b9396dba32add1882094977b626c56ff3b1cb3001f4e2bad381355aebb54437696f1178
|
||||
DIST hasufell-binhost--dev-python--sip-4.19.19--C.31567.1569244860.417972.C.tar.bz2 818020 SHA256 0d3981d13a6047711df5f9faac1aad439bc38d93f3d03643f185de889f4dbe5a SHA512 a70a82efae9c31c9edc96d5ea005f4faf5fd61a0e2fa4ea7ceb2b46640b7fc53c4b626d40398c73f709a9b9611afdadc7a48acf3f04205e63b14e37180c2951e WHIRLPOOL 01a4ec341233d8e6bd7cc75e77ef62048ef2bc9e07a760242b9e0933a2e5d957811aca22a53675736b7a9ff8fb6924568a37ddbfa1b6c3bf293479255d354847
|
||||
PBIN sip-4.19.19.pbin-1+exheres-0 2913 SHA256 2ec4a13c033e149ed58f4d569ce0aaf8e665513b6b21b17259d8273a0c42bc60 SHA512 f57439d5918491aafe69dd146d03e021bb8baf169c03ddb2ce2b1de0bba8b3ebeba3ac5a133ff32a71ba30b7f2ef7b027ec9e18e644a6e1ac7791c9db21ecd17 WHIRLPOOL c48f4e348594907ad42ba3525ec6272742a8bee95a297defc77af4c9aa9a5183f2f2e3ae64cc73ebe5c9b6c7e252bf24f2e1f86448f866d4f5041e0134fdc006
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Sat May 25 08:33:54 CEST 2019
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:21:00 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
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 ] ]]"
|
||||
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 ) ) [[ defined-in = [ python.exlib ] ]]"
|
||||
DESCRIPTION=" SIP is a tool to generate C++ interface code for Python. It is similar to SWIG, but uses a different interface format. It was used to build PyQt and PyKDE, and has support for the Qt signal/slot mechanism."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"
|
||||
INHERITED=" pypi multibuild easy-multibuild python sip"
|
||||
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 ] ]] ( debug [[ description = [ Enable debugging features or make debugging easier ] ]] ) [[ defined-in = [ sip.exlib ] ]] ) "
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( debug [[ description = [ Enable debugging features or make debugging easier ] ]] ) [[ defined-in = [ sip.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
LICENCES="|| ( GPL-2 GPL-3 SIP )"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://www.riverbankcomputing.com/static/Downloads/sip/4.19.17/sip-4.19.17.tar.gz"
|
||||
DOWNLOADS="https://www.riverbankcomputing.com/static/Downloads/sip/4.19.19/sip-4.19.19.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1558766034"
|
||||
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"
|
||||
GENERATED_TIME="1569244860"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--sip-4.19.17--C.30104.1558766034.138233.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--sip-4.19.19--C.31567.1569244860.417972.C.tar.bz2"
|
||||
SUMMARY="A tool for generating bindings for C++ classes so that they can be used by Python"
|
||||
BUGS_TO="philantrop@exherbo.org"
|
||||
REMOTE_IDS=" pypi:SIP"
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--sphinxcontrib-websupport-1.0.1--C.2953.1537467376.173310.C.tar.bz2 82739 SHA256 10d48950524b3d2d25e59259d56fe650c738a41336d5acf33421114df5ca7af8 SHA512 f1147162f92298e04290ba53abf5e9bd8d9d1914987bf0cabe41ccbc48a2bd5915de5df61a93d244374aa0b6c1c72a382940a59ef539cdffc9d0af02e37b3949 WHIRLPOOL 2e5c9a8d250df6a47e2bd11711e2d1b7d205938b544ec635c9c4151a6e1e0a7ea2d9c912cd2b7de17d2add057122588ae296874f6edfd8cc9fa78a552f1050a2
|
||||
PBIN sphinxcontrib-websupport-1.0.1.pbin-1+exheres-0 2707 SHA256 2450ca5c2cb2fe4cffb4957a3643e7237763beb2b81f43500d40f0d88cf597b7 SHA512 87b4795ed0eea97c26d039e59970161d0e895a00418258b05bf436ec9412e22da185f8cc4eba61e7ab7a28b0ae288e215e30d5c01cb5070171fef18a6c3eee3a WHIRLPOOL 23f4e5e0446a4e1f66aa4d239572c9f213dc0a0463b72d788b73a840d73bcfdacc547658e4dfe86f016e27eece28f20562e06778ff2ce5487d1a76d40ab54357
|
||||
DIST hasufell-binhost--dev-python--sphinxcontrib-websupport-1.1.0--C.10197.1569244898.28734.C.tar.bz2 82949 SHA256 e801906bab460cfa5ffe6bb6a14c39b4c2ce9befee0a3a2685ae10cc1c059280 SHA512 011081728ca88a80969d98b5cc079ffea519a1ad5b58f0d6c1a2b3c02e6f53a637ff4e588a361ace6a043492524f96fcf31325941682453f4ef9e111c3d3896f WHIRLPOOL 48d3c1be5c7874107e50cbcb88fc6c29d8c0f4662df77039e17358e4b765390346acde9e5d85ad516ef6cd76731f37d8a0ba644ff34bdaddd02b74fc36599394
|
||||
PBIN sphinxcontrib-websupport-1.1.0.pbin-1+exheres-0 2593 SHA256 357b0232e3f274ea5b8b0072045c364fda6b944899768b9a32ac5bcc47c56f69 SHA512 941acb07495e99ce4bd838db42674fa5dd3e329a2b03af1d364becf96acbf8ca94563ea0670a6a6083d6da8503b28fb1b707ee239fecebed39ef830d61712ae3 WHIRLPOOL fdde302c686e9b9d2171f2850a4327298d33d4e5da3277436b29dcbdbf8e71addf9ef3f754912faf81210ff0d38dfccdb357f0be9e3221ca55ac1419fa2414f3
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Thu Sep 20 20:16:16 CEST 2018
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:21:38 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( test: dev-python/mock[python_abis:*(-)?] ) [[ defined-in = [ sphinxcontrib-websupport-1.0.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:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( test: dev-python/mock[python_abis:*(-)?] ) [[ defined-in = [ sphinxcontrib-websupport-1.1.0.exheres-0 ] ]] ( 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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/sphinxcontrib-websupport/"
|
||||
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 ] ]] ) "
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64"
|
||||
LICENCES="BSD-2"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1537467376"
|
||||
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"
|
||||
GENERATED_TIME="1569244898"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--sphinxcontrib-websupport-1.0.1--C.2953.1537467376.173310.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--sphinxcontrib-websupport-1.1.0--C.10197.1569244898.28734.C.tar.bz2"
|
||||
SUMMARY="Sphinx API for Web Apps"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:sphinxcontrib-websupport"
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--typed-ast-1.3.1--C.14328.1552277354.253642.C.tar.bz2 229893 SHA256 211fb285f1e95cb8b400e036d6125d239a776d21d3faad76134cda516c18fdf3 SHA512 cd780518a27070f6ae84dae0d94911ac5be3ecd5ff170ba9f9252dd889b83a5972341110ac6cf46396d277ba4b5c1a39d8ae8bbf587eb9f2bf4bcab3c32151ed WHIRLPOOL 6f03106226abba879d5e22e2591bef9e563bd3b32470ad2bb66c40c706b53a5f961abc00c1feaf94790a965370f9f7d4b6b568f47f8666ce23da306f0b82ea12
|
||||
PBIN typed-ast-1.3.1.pbin-1+exheres-0 2900 SHA256 f25cbf87362d8d1f0de39029eb10b9b064133b27e88866663c8a2cbafe31f2a6 SHA512 5e0baaf25f408a90b3c01db9be0c2c6874e6d13dbd8ccd9d0e59a32f8f4ca91f794212815f4b6525e5bf4fcc6f117372b672bfbebf5329c9e99292b28e5ff2ce WHIRLPOOL 21f37d21f8ece76bc45855f1effd49f063c1106c47fe643465c0f8ce388007d3806fb012f6c3062cc840066fa6c19baf5ade62525d51460d6a82d71482b7a6c9
|
||||
DIST hasufell-binhost--dev-python--typed-ast-1.4.0--C.15541.1569244927.935208.C.tar.bz2 234054 SHA256 f289a2be741ec690473fa701f21cae46c85d9b3d72771849bce4749d1308edfd SHA512 08cf29c305375f72d6eade6cbed2810ea08febe35d289266bf01fd39aa319eea9fb0abcb2485a3527bd068794f6f4ef5b25983ffbffc9bdf7b5cb686579e04ff WHIRLPOOL 4cfd51ee34284b23c492a57051b16d0f73930f6d42c01efc0c008ad0aef261c776ba6fecc1b6cc0211cd04ba0ba76f2f26b8b834dff8fd95012917b607f18f62
|
||||
PBIN typed-ast-1.4.0.pbin-1+exheres-0 2787 SHA256 70c4560caddbdf8857b2ccc5df19d21aab211e276dfacb4c367a061862778127 SHA512 de34f71a6af753d7725f57eae09935a58b5dfe991789a61378cfb809027ebd72c32d99d2e253f3915973270553cdba078252704891469523f4e677e2084ba0a7 WHIRLPOOL 85c60342e13659404d12a1c849abe1509311f28368bb4f7496747b5baa92a45bc86733a1624c84ebc4047c8de34a26981d57b6741b254e351dc9927b45cbf8fa
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Mon Mar 11 05:09:14 CET 2019
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:22:08 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: 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: 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=" typed_ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library. Unlike ast, the parsers in typed_ast include PEP 484 type comments and are independent of the version of Python under which they are run. The typed_ast parsers produce the standard Python AST (plus type comments), and are both fast and correct, as they are based on the CPython 2.7 and 3.6 parser"
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/typed-ast/"
|
||||
HOMEPAGE="https://pypi.org/project/typed_ast/"
|
||||
INHERITED=" github pypi multibuild easy-multibuild python setup-py typed-ast"
|
||||
MYOPTIONS="( ( ( python_abis: ( 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 ] ]] ) "
|
||||
MYOPTIONS="( ( ( python_abis: ( 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 ~x86"
|
||||
LICENCES="Apache-2.0"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/t/typed-ast/typed-ast-1.3.1.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/t/typed_ast/typed_ast-1.4.0.tar.gz"
|
||||
OPTIONS="python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1552277354"
|
||||
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"
|
||||
GENERATED_TIME="1569244928"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,10 +28,10 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="hasufell"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--typed-ast-1.3.1--C.14328.1552277354.253642.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--typed-ast-1.4.0--C.15541.1569244927.935208.C.tar.bz2"
|
||||
SUMMARY="A fork of Python 2 and 3 ast modules with type comment support"
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
REMOTE_IDS=" github:python/typed_ast pypi:typed-ast"
|
||||
REMOTE_IDS=" github:python/typed_ast pypi:typed_ast"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
2
packages/dev-python/typing_extensions/Manifest
Normal file
2
packages/dev-python/typing_extensions/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--typing_extensions-3.7.4--C.21009.1569244944.249233.C.tar.bz2 67566 SHA256 28bf1a756f67074169d7754839de6b37b311962a7f4cfb689c712423ddd0911c SHA512 bd95ed08be623d9153f9eedeb5e6c0988f5cf3ee8c12dafbf70a8f240a1c5770e3a9be05fdab4f0c79cd0759996f74e38d39c3cfa5fc901dfb7a8591c24053e6 WHIRLPOOL e2db253a1fb5da227d578ba0eddef950cbc8afe83f05c39274df0e8c8874ade52d100504144b6b2ec1129c1ddf7a09153ea32102085c566ac6bcb14a3582f111
|
||||
PBIN typing_extensions-3.7.4.pbin-1+exheres-0 2505 SHA256 b44f9afbb03df489b035fe3a98c1152fa2ab62bfca7d1c3fb1cda1b23dbdd240 SHA512 6cf27b05f89f0c61492ea9a0297984cedff513518c83589d37d6dac9dd3bfb7e1509de668d921f9ea5191acd8bce59d8c2a93753d78962d79654ecf603a16b67 WHIRLPOOL 8f6f5e39b080b0bc235c9a13c8c103170291308f10478689d5097638a1f006f6217901e834f2f6f43a9f8429562cea23c1af99ccd616e173218bbc84f24c4616
|
||||
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:22:24 CEST 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( ) [[ defined-in = [ typing_extensions-3.7.4.exheres-0 ] ]] ( 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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/typing_extensions/"
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="PSF"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-3.7.4.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1569244944"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="hasufell"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--typing_extensions-3.7.4--C.21009.1569244944.249233.C.tar.bz2"
|
||||
SUMMARY="Backported and Experimental Type Hints for Python 3.5+"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:typing_extensions"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--urwid-1.3.1-r1--C.23662.1537610194.568693.C.tar.bz2 1071424 SHA256 c237ce9ca6ff12378206f264254bc65d876c779840f57c30544a277032906f90 SHA512 cef59a08acf1c845d627ee07578b982225e3d70f17e124d89d97ece3d2a827538c371989d3cdd157743014f25a20be56a63b8f1aedeb90d0cfb4aec2d48b5b5a WHIRLPOOL 185474cbf6b02cbd1b99f50ca49c07122894c7cb3db590ed218d9d522e13eda68338b003da28eed3d255517d9604448d6721e973fa1d2bc3aa00a1c39ec0babf
|
||||
PBIN urwid-1.3.1-r1.pbin-1+exheres-0 2799 SHA256 28c691b0ba824d7ae6ca97011705a63354bd547bb8b94d7e92eaa88d7728d9c2 SHA512 e8828704d972ed9817496060ea1276f5aa3a01f2db636ad65dfab1f841a55c6f32fb2054f6368005aa33ef0454c8e6db255440575e6363eb08d7123fd8101074 WHIRLPOOL 1811f4ee1b15c9103bf198530c53d9c27917284bc56445c9f488420de834c4b6c08df9ed6c6fabff0c9a7728f3b3422bbc1b74b17ab0c2cc0ce38e90a4d7f619
|
||||
DIST hasufell-binhost--dev-python--urwid-2.0.1--C.31632.1569244985.225959.C.tar.bz2 1113037 SHA256 05a8656b98c8a075af5f6bdf1321bfb534eb0df18344e3dfc84cf9592952f2c4 SHA512 89d0836df459df6de589738e12280a52f01a84c250091160080d14596dbd41ebafc02d44d2b147634631e206d227178b4741c0a0764b24a55bb500f0c3e9ca4f WHIRLPOOL 3a6f7c1ef72191b40962e765d6ee182d28d5f102c90222f80c1c949e740dd776e90a58e6aea2a4dec997a64d7987be8211f054c03ad48d77e238e47bda5ec1c6
|
||||
PBIN urwid-2.0.1.pbin-1+exheres-0 2740 SHA256 e48e79231ddf7ff267a1ddfa9b763bb9875839052a11858f01aeb4b129dc7e64 SHA512 84dfc6c52f6842a62074113ff014906eb44ff180cb0b8fe2b8e6c45beb5c239458a98bbf04aae010b6c06560f2a77317cf33c7d57b9f86e02da46c7ce2133db8 WHIRLPOOL fd88c4c60f97158a8df68162e3f885dfb33790942d1eaf106deb35aa4b36fef655d343ac80a4f435dab1d3b3edb27e969cdbb9030b7e3532a19747a21ae8cbdd
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Created by paludis-3.0.0 on Sat Sep 22 11:56:35 CEST 2018
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
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 ] ]] ( recommendation: sys-libs/ncurses suggestion: net-twisted/Twisted[python_abis:*(-)?] [[ description = [ for TwistedEventLoop class: ] ]] www-servers/apache [[ description = [ for web_display modules ] ]] ) [[ defined-in = [ urwid.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://urwid.org/"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py urwid"
|
||||
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 ~x86"
|
||||
LICENCES="LGPL-2.1"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/u/urwid/urwid-1.3.1.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1537610195"
|
||||
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=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
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--urwid-1.3.1-r1--C.23662.1537610194.568693.C.tar.bz2"
|
||||
SUMMARY="Urwid is a console user interface library for Python."
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:urwid"
|
||||
UPSTREAM_CHANGELOG="http://excess.org/urwid/wiki/ChangeLog"
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION="http://excess.org/urwid/"
|
||||
SCM_REVISION=""
|
||||
38
packages/dev-python/urwid/urwid-2.0.1.pbin-1+exheres-0
Normal file
38
packages/dev-python/urwid/urwid-2.0.1.pbin-1+exheres-0
Normal file
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 15:23:05 CEST 2019
|
||||
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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]] ( recommendation: sys-libs/ncurses suggestion: dev-python/tornado[python_abis:*(-)?] [[ description = [ for TornadoEventLoop class ] ]] net-twisted/Twisted[python_abis:*(-)?] [[ description = [ for TwistedEventLoop class ] ]] www-servers/apache [[ description = [ for web_display modules ] ]] ) [[ defined-in = [ urwid.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://urwid.org/"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py urwid"
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="LGPL-2.1"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/u/urwid/urwid-2.0.1.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1569244985"
|
||||
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=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
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--urwid-2.0.1--C.31632.1569244985.225959.C.tar.bz2"
|
||||
SUMMARY="Urwid is a console user interface library for Python."
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:urwid"
|
||||
UPSTREAM_CHANGELOG="http://urwid.org//changelog.html"
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
Reference in New Issue
Block a user