Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--sip-4.19.22--C.4084.1588170145.484740.C.tar.bz2 809405 SHA256 882c982594f7cbd534fece7df28671c2d7b4b392c3848fce88bebccb61a75d27 SHA512 aa07479c4cf2a032af19320d4b5ce018ef5987b9469d3ee6de6a09969c5d80ac0e6da3358c0e890299cd9d58cb07e94a2122ec57917c0ceb7a9098f6e9710488 WHIRLPOOL d0b7f2cfe3bd0e4ac8d013ba8447742673c8d994510d0d56133dc3041dd0f2c6ddbd855a9fbb9d9b54a4a075797ee3875dd4f790f20bb2bf5ccaeea3b2a806e0
|
||||
PBIN sip-4.19.22.pbin-1+exheres-0 3000 SHA256 4c4e55ba815392d78f028603bcf90f345b399a202709a6ea2a84293d913e78cc SHA512 9ad00bd443de9cbacd5719d94bb76dfe0feca40cc2043d30eea6d402688bf71649d036b04512ac5770fd265dd363d8c1d512f1850f76b37ca6fb068dc82ea952 WHIRLPOOL ba61012a1f0eb00bb5597864d9333a9a2667ad32029932c8f93fc30dd71ade3491338ae3cfcc3297867a0751c9629a13483e1069707e17c63689989eca07a02c
|
||||
DIST hasufell-binhost--dev-python--sip-4.19.24--C.24420.1605740930.192703.C.tar.bz2 816066 SHA256 0309f3c6fb64373f35c7a8dcf62080314cc870217919d5d3d8e3cb3440a1156e SHA512 f92ee459bc525e2971245c4df0174e682366deb133789ee7974b0479a7c32304269c203c1bf6ac537fcb08606bc310270245cf5e37cf8d30fca723e7924ca7e3 WHIRLPOOL 3aa6154e7c2ee2a16f8689610ba3a5f71df1960437067111e5606ea9c4c3ef4484ab37203fd9edfa6b0da8ecc38e33db8df3d3e0362bfe2ae751b53ad92a72a3
|
||||
PBIN sip-4.19.24.pbin-1+exheres-0 2978 SHA256 0c552cf4be8c7cbdde5cf52955326ece3bae034507a6df9fc0300403a801e3dc SHA512 cc0397de8acde7d85b51b5feb022af5b404153eab1805c9f7342aeda3cd2b5939a77264a80f1f182ad6ef349f917998fd6a86adf517f4317bd4dd1ee9eb59a9f WHIRLPOOL c447949cbfeb60e014f90c00c9002d09577ad46ba143f2701200ccc97a1c97e7f66f68c23ac190590d7c7bbb4936bad0870d9417e916a1e0c5a45a32a1a979f7
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Created by paludis-3.0.0 on Wed Apr 29 16:22:25 CEST 2020
|
||||
# Created by paludis-3.0.0 on Thu Nov 19 00:08:50 CET 2020
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) python_abis:3.8? ( dev-lang/python:3.8 ) ) [[ defined-in = [ python.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) python_abis:3.8? ( dev-lang/python:3.8 ) python_abis:3.9? ( dev-lang/python:3.9 ) ) [[ defined-in = [ python.exlib ] ]]"
|
||||
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.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( 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.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] 3.9 [[ description = [ Use Python ABI 3.9 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( 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.22/sip-4.19.22.tar.gz"
|
||||
DOWNLOADS="https://www.riverbankcomputing.com/static/Downloads/sip/4.19.24/sip-4.19.24.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1588170145"
|
||||
GENERATED_TIME="1605740930"
|
||||
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=""
|
||||
@@ -28,9 +28,9 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--sip-4.19.22--C.4084.1588170145.484740.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--sip-4.19.24--C.24420.1605740930.192703.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"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:SIP"
|
||||
UPSTREAM_CHANGELOG="https://www.riverbankcomputing.com/static/Downloads/sip4/ChangeLog"
|
||||
UPSTREAM_RELEASE_NOTES="https://www.riverbankcomputing.com/news/sip-419"
|
||||
Reference in New Issue
Block a user