Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--mypy-0.620--C.4729.1535342206.341955.C.tar.bz2 1615456 SHA256 8b08d3de2422e2cfb4f0d20506b7be80eb9626b07a4e4cd6aa505e7e87daf036 SHA512 8089380b75434fe9eb72c723cf78b0019f0f3714dc727de4447eb51bd02e4e2c767693b099c3720f5c54ef0f75bb66cea5da5c79f183bbf58df9415ab002a143 WHIRLPOOL fb0cef72fb1025524902361a5f23192d34fd31b692733779f31429749e25cb44a91254ac9e362be4b359a8e1253473af92a947360d2c4927911dd695c8833761
|
||||
PBIN mypy-0.620.pbin-1+exheres-0 3302 SHA256 9dc358f310bf56b1997382898189d189f2689e3702e69f9c6735669d910123d0 SHA512 9e6ec9d7fd65469bbe721319a2d7be028ded74e81369effeff032372945df6cfed775aa284500087d1c5ad0c50e3344904cbe96daded5707ae1ceacab0e29ca4 WHIRLPOOL b55315db8a11779a9b12538cf5ad795b35f2ffd2e937e69623dbf135e5bbcd5cd5f00de48a176fc93ead356f53cc87c1e4583bf484378e72c2a8302fe471bde3
|
||||
DIST hasufell-binhost--dev-python--mypy-0.630--C.17238.1539588777.827051.C.tar.bz2 1659769 SHA256 c73c1bf612c932ec5c0b4361b2442bb1e2562154e016ec273ce2eb45370a7217 SHA512 52ea36d91f8e63468bc38b5a1ad4f4b86d98edd20316e2f9dc0bccc37cd201abef7c2453ec8555f6fa9dc030e181a6a220e563c20a187aaa52ff14464292e79e WHIRLPOOL 857efdd6ca976e08060646a520f9f73ca801408b0d6a33b262dec85381df942d89df3518456242b17b1e385b5d492819bc6a9f9ad41879457da35b71d908e683
|
||||
PBIN mypy-0.630.pbin-1+exheres-0 3384 SHA256 242f1dec9c9adfd887f82947945646ca28241d26baba8f685dde6eee054cba02 SHA512 a55f144e2a5f39c224e1d6e295ff30f70fb0c8642f2adb4f19776958fb5fe39a4ea7bcfe37178478dcfe23daea04d660dc8273f3bd1085d46d87e77970584cdd WHIRLPOOL 405e3934bba4928d2e0c1cfcb9cc6017c5f97c6b41b9af3f3da027b22be40ea7ba1cbb4e28499671c5583698a9d9efb6a8abf8b85ad64dff554b6205cffba4e3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Created by paludis-3.0.0 on Mon Aug 27 05:56:47 CEST 2018
|
||||
# Created by paludis-3.0.0 on Mon Oct 15 09:32:58 CEST 2018
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: dev-python/typed-ast[>=1.1.0&<1.2.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.620.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 ] ]]"
|
||||
DEPENDENCIES="( build+run: dev-python/typed-ast[>=1.1.0&<1.2.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.630.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/"
|
||||
@@ -9,11 +9,11 @@ MYOPTIONS="( ( ( python_abis: ( 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.620.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.630.tar.gz"
|
||||
OPTIONS="python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1535342207"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
GENERATED_TIME="1539588778"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="hasufell"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.620--C.4729.1535342206.341955.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.630--C.17238.1539588777.827051.C.tar.bz2"
|
||||
SUMMARY="Optional static typing for Python"
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
REMOTE_IDS=" github:python/mypy pypi:mypy"
|
||||
2
packages/dev-python/mypy_extensions/Manifest
Normal file
2
packages/dev-python/mypy_extensions/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--mypy_extensions-0.4.1--C.11801.1539588763.914320.C.tar.bz2 34320 SHA256 bb426188977416deb8daa4460a92ea75167956ee04612d294ace30d7fb7c7ba6 SHA512 2494fd8549e92b372da7a41c48cb8a2d33c1895548b369b710a89d01df403400f76f7e527f19f5d5f6760a683d1497b946701d6815e1b4fd27dc12900c6ef13b WHIRLPOOL 791edf0df78ee28cf4ad82ebd802bba72c0e6dbb9d091f8868c1450ecbf17d1e1ec114c79a68156afe958c3371211df583b63ff0ad31b17efb85ccbd8414ccba
|
||||
PBIN mypy_extensions-0.4.1.pbin-1+exheres-0 2701 SHA256 a91cdef800ba9b81a993442fae2b5c980690b801c9b29504a18e897df39ebf7e SHA512 308128bc6d95b65b70b1acce6fd67208b58e744f27e3ce34c6b71635a58c41e222fa163b6e1d94acb95a53d0cc50bc1d31acd7fb9cca19652b35ae8f5f1b5b17 WHIRLPOOL 62a4f3fead25ec348c687d0586adcc26302593c2cfa8e52ed459a09f76241cabe91137f3aa9994cc96c4e7d0169b660d5430e28e05c8ee3e24365df75d9718d5
|
||||
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-3.0.0 on Mon Oct 15 09:32:44 CEST 2018
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: python_abis:3.4? ( dev-python/typing[>=3.5.3][python_abis:3.4] ) ) [[ defined-in = [ mypy_extensions-0.4.1.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/mypy_extensions/"
|
||||
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 ] ]] ) "
|
||||
PLATFORMS="~amd64"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy_extensions/mypy_extensions-0.4.1.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1539588764"
|
||||
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"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy_extensions-0.4.1--C.11801.1539588763.914320.C.tar.bz2"
|
||||
SUMMARY="Experimental type system extensions for programs checked with the mypy typechecker"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:mypy_extensions"
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--prompt_toolkit-1.0.15-r1--C.3552.1528550050.377123.C.tar.bz2 897046 SHA256 b6e02a6fd3a4d92850f2b0fd0808cf3ae46355fdf5ad7f4d6f6e42a70ba5d68b SHA512 0485671e26c2d2d88d77cfb1cb3485a3e0d889e9a74c0e1a62ba48eaeb4c2f59bce442084f5549f1d41c2be37d6f4b7bc01b55f1d7b5d578da793d982376ee28 WHIRLPOOL c5528a469a387b74271ef666ec6b4372cc1c6adf8c37f302a6aeeafdb10009f10153c57ac13115298743fd3cd0f11b0cb00f918762dcd6cda1b172b47adc04e7
|
||||
PBIN prompt_toolkit-1.0.15-r1.pbin-1+exheres-0 2858 SHA256 a75e8018fa11508fd957d0e8a51268bbf301f4a55713dfaedd14b7d18b0fc99b SHA512 20beb349d68bed8c0c8a2215160d40b5b63a794c2aa9f72fa25924e049e39549d507c2f68939cb77274cf5d2d9070cba3f9eb069aead08fa27c7857a4324b68c WHIRLPOOL 95a9b32dd6ce7c4be7d28a4f7e4b4a20948ecc0c6b6631f590fb5f2d8b507e7755f9966749575478d9b11c6cb16a23dd94807e7b8ce8d0dc90ed26df998d3333
|
||||
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Created by paludis-3.0.0 on Sat Jun 9 15:14:11 CEST 2018
|
||||
# Created by paludis-3.0.0 on Mon Oct 15 09:33:15 CEST 2018
|
||||
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-1.0.15-r1.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.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 ] ]]"
|
||||
DESCRIPTION=""
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://python-prompt-toolkit.readthedocs.io https://pypi.org/project/prompt_toolkit/"
|
||||
@@ -9,11 +9,11 @@ MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="BSD-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-1.0.15.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-2.0.5.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1528550051"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
GENERATED_TIME="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"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="hasufell"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--prompt_toolkit-1.0.15-r1--C.3552.1528550050.377123.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--prompt_toolkit-2.0.5--C.22663.1539588794.841140.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"
|
||||
Reference in New Issue
Block a user