Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--py-1.5.3--C.4129.1521812964.401895.C.tar.bz2 345942 SHA256 f2d59b11f102a0b43f0e6522c5e18cd7e020798d71917e13021316f54427b7a6 SHA512 8d905c87bb412d30496175484f2902db7b73721fdc29ff0ed2b299c1ee11d92cfe56aee61a70655b458608b167b31c6704364374cd019087bb771055fc52739d WHIRLPOOL 0635ee3d24ee6327f59bc6837b45763f7e9ad9022ff7eaa9df742d2ee2d9ba6951e5de190501423706b1ed4cd683270f633fe1727416c904dfe98facb9eb729f
|
||||
PBIN py-1.5.3.pbin-1+exheres-0 2935 SHA256 af924a26cb7495b9feb728fbe51fe8592f35bcdde4ffeb05ff91c92438c29701 SHA512 0a332275a3b538be67032c3efe8a401b6d9e9dd73eab5790b61c416bfa89ff01940bd43703aed62fa2c72d15bfddef1a37cf3549b0162af4d4c7e49491f8dbe0 WHIRLPOOL cb092076e2d4e7d8116fa053655dfba579737e0c186491d2047a635e423b7fe7f29d2f6a0daa21960577a0d0518d0f38cce642b933c6da4e81cb7d48bd8d37e9
|
||||
DIST hasufell-binhost--dev-python--py-1.8.0--C.26044.1576507776.232403.C.tar.bz2 346933 SHA256 f4b95431194ce89a7f0f3ac21da158daaac153077cde55546380a42f0c03f711 SHA512 697965fa2c70eb044d65f4dcd7fe4c30c81f1c711f9a11da43f6251996c4e33f5b9ef3d24fa1a02fb581a8288bff868e5d37e8fe10fe741516f2572f40a63f01 WHIRLPOOL c158360f60947154c528eac77208d55f0604272ef5d3d1f6f928a5118cb10798fc976bcaad90d9b2641c16206ff9cf864e151d84e40fe710085b0c07cb2cc263
|
||||
PBIN py-1.8.0.pbin-1+exheres-0 3086 SHA256 bbdad4790d4a90bf1ae1cfe549371f3e1bc622f0758bd16f3fa38423453cf092 SHA512 e9e20de1fc539a4c1a6369b260a93e13e059ee69ff482e56bf01f0458e99670340583d20339ef9d0bad2b9b61fe0cfcb4d7f157ae48c7264c8b391481684888e WHIRLPOOL 20a78aaa15738c42dfe2049ed48a2db60a3243e3539e4fbbbb2313d6ce2da9d0d3f5b84e880f400cb781f1decedb5055dd830f861d9ba7957805d29688132458
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Fri Mar 23 14:49:24 CET 2018
|
||||
# Created by paludis-3.0.0 on Mon 16 Dec 2019 03:49:36 PM CET
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( post: dev-python/pytest[python_abis:*(-)?] [[ note = [ actually test ] ]] ) [[ defined-in = [ py-1.5.3.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 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( build: dev-python/setuptools_scm[python_abis:*(-)?] post: dev-python/pytest[<5][python_abis:*(-)?] [[ note = [ actually test ] ]] ) [[ defined-in = [ py-1.8.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 ) python_abis:3.8? ( dev-lang/python:3.8 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=" The py lib is a Python development support library featuring the following tools and modules: * py.path: uniform local and svn path objects * py.apipkg: explicit API control and lazy-importing * py.iniconfig: easy parsing of .ini files * py.code: dynamic code generation and introspection"
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/py/"
|
||||
HOMEPAGE="https://pypi.org/project/py/"
|
||||
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.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 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/py/py-1.5.3.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/py/py-1.8.0.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1521812964"
|
||||
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="1576507776"
|
||||
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,9 +26,9 @@ CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~armv7 ~x86"
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--py-1.5.3--C.4129.1521812964.401895.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--py-1.8.0--C.26044.1576507776.232403.C.tar.bz2"
|
||||
SUMMARY="Library with cross-python path, ini-parsing, io, code, log facilities"
|
||||
BUGS_TO="alip@exherbo.org"
|
||||
REMOTE_IDS=" pypi:py"
|
||||
Reference in New Issue
Block a user