Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--docutils-0.14--C.30775.1502659045.691218.C.tar.bz2 2550377 SHA256 0a5d1facbf111ebedb73f468cbc64d9b8d5aaac0802d0e305d2c64353cd5f3bf SHA512 bad66855b45e3652aba9452950648648f030e1849996d47dd95bfa150d3dbb907112107da21676ab9720dd75070fa54af260580c59a13bdf2a934353f7f31675 WHIRLPOOL 71646a812d4e9d17fea61fbc8547a4df0f343be38e2415dcc2cd1bc639ab10952b01b52fd8cecf0b9a498d788599625221f0a140b33c8608e89dd71cd938a396
|
||||
PBIN docutils-0.14.pbin-1+exheres-0 3101 SHA256 fbf21f0b4073e997208178c48d1c0af565b6bb24e3c56f4a8fd51200b346a387 SHA512 d444aef32c12df62fd68899de81e52d7c9182c496a3102db6e2bc1b8000e51df976c5dc91ff6f3c5958ad36ddc5db54d0fefd5f28cd5a98e4aed9546aa607847 WHIRLPOOL e6be211922a4a7c07af77b4ec52e088be1dd3b66e1d45ab05b9c81e36f0f828395906537dee8be588b1f23074230867c2af8d52ac0026af85f2d28ca171da0f4
|
||||
DIST hasufell-binhost--dev-python--docutils-0.15.2--C.25612.1576507655.463896.C.tar.bz2 2536347 SHA256 7a26c4e4e727dfd303229f54b2dcd28dba733ae957fa7ed537e72c464d206a60 SHA512 0ee8e256650c946a729310551a5d4474223b773a480ac5e6820918deada867da8af6c7e190cc217325003b81bb370ba0211c241ce622946485e8bfe7544cf2a3 WHIRLPOOL 7a41d8694b69d04667d6be1144b32eae23b3826c18b118b7c9dafe7c44f2410fd6c5e6c69694b44eec0f8993a4763899f487c9f6cf7c0d1e57a9adcefa1f0c8d
|
||||
PBIN docutils-0.15.2.pbin-1+exheres-0 3109 SHA256 225f29eff6baee55032c0de862df5f9005a87f7081bc2412586e90c07ab48962 SHA512 e0dd24c8eeee3c8738a44fbe8e0384fb7e3a1fd5c94f8cb20499aae72ca5f6de31f21487e1c2e884cf501bd627ca00249d73e4a869c068d315e969b8ac5599d0 WHIRLPOOL 59b5cdec364307598bfc7f57237dafa5241afa5f5c16f30aae8647ad134db5d60b425df4962f62f66e6fffd4a11685b8d48cfd5536a2264f927627385e119ef3
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Sun Aug 13 23:17:26 CEST 2017
|
||||
# Created by paludis-3.0.0 on Mon Dec 16 15:47:36 CET 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( suggestion: dev-python/Pillow [[ description = [ Support for images ] ]] dev-python/Pygments [[ description = [ Support syntax highlighting within code directive ] ]] ) [[ defined-in = [ docutils-0.14.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.3? ( dev-lang/python:3.3 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) ) [[ defined-in = [ python.exlib ] ]]"
|
||||
DEPENDENCIES="( suggestion: dev-python/Pillow [[ description = [ Support for images ] ]] dev-python/Pygments [[ description = [ Support syntax highlighting within code directive ] ]] ) [[ defined-in = [ docutils-0.15.2.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 ] ]]"
|
||||
DESCRIPTION=" Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX. It includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/docutils/ http://docutils.sourceforge.net"
|
||||
HOMEPAGE="https://pypi.org/project/docutils/ http://docutils.sourceforge.net"
|
||||
INHERITED=" pypi multibuild easy-multibuild python setup-py"
|
||||
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.3 [[ description = [ Use Python ABI 3.3 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~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 ~arm ~armv7 ~armv8 ~x86"
|
||||
LICENCES="public-domain PYTHON BSD-2 GPL-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.14.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.15.2.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1502659046"
|
||||
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="1576507656"
|
||||
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 ~arm ~armv7 ~x86"
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--docutils-0.14--C.30775.1502659045.691218.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--docutils-0.15.2--C.25612.1576507655.463896.C.tar.bz2"
|
||||
SUMMARY="Set of tools for processing plaintext docs into HTML, XML, etc..."
|
||||
BUGS_TO="polatel@itu.edu.tr"
|
||||
REMOTE_IDS=" pypi:docutils sourceforge:docutils"
|
||||
Reference in New Issue
Block a user