From 2bda0d54b37dd3ebf7917c3a58c0404d21afe7f6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 10 Mar 2022 23:01:07 +0000 Subject: shell will now default to dash asap --- repo/python/python-sphinx.xibuild | 2 +- repo/python/python-webencodings.xibuild | 4 ++-- repo/python/python.xibuild | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'repo/python') diff --git a/repo/python/python-sphinx.xibuild b/repo/python/python-sphinx.xibuild index 544c8c8..7d24130 100644 --- a/repo/python/python-sphinx.xibuild +++ b/repo/python/python-sphinx.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="python" -DEPS="python-sphinxcontrib-applehelp python-sphinxcontrib-devhelp python-python-jsmath python-sphinxcontrib-htmlhelp python-sphinxcontrib-serializinghtml python-sphinxcontrib-qthelp python-Jinja2 python-Pygments python-docutils python-snowballstemmer python-babel python-alabaster python-imagesize python-requests python-packaging python-importlib-metadata python-colorama python-python-websupport python-flake8 python-isort python-mypy python-docutils-stubs python-types-typed-python-ast python-types-requests python-pytest python-python-cov python-html5lib python-cython python-typed-ast" +DEPS="python-sphinxcontrib-applehelp python-sphinxcontrib-devhelp python-sphinxcontrib-htmlhelp python-sphinxcontrib-serializinghtml python-sphinxcontrib-qthelp python-Jinja2 python-docutils python-snowballstemmer python-babel python-alabaster python-imagesize python-requests python-packaging python-importlib-metadata python-mypy python-html5lib" PKG_VER=4.4.0 SOURCE=https://files.pythonhosted.org/packages/c9/08/c2932e66460cfbc8973928d276dc82ccde2d24b365055eeda9f0afc1951e/Sphinx-$PKG_VER.tar.gz diff --git a/repo/python/python-webencodings.xibuild b/repo/python/python-webencodings.xibuild index 33693c3..5a29aa8 100644 --- a/repo/python/python-webencodings.xibuild +++ b/repo/python/python-webencodings.xibuild @@ -1,11 +1,11 @@ #!/bin/sh -MAKEDEPS="python" +MAKEDEPS="python python-setuptools" DEPS="" PKG_VER=0.5.1 SOURCE=https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-$PKG_VER.tar.gz -DESC="Character encoding aliases for legacy web content" +DESC="Character encoding for legacy web content" build() { python setup.py build diff --git a/repo/python/python.xibuild b/repo/python/python.xibuild index 91e0d9e..3876d8b 100644 --- a/repo/python/python.xibuild +++ b/repo/python/python.xibuild @@ -1,7 +1,6 @@ #!/bin/sh - -MAKEDEPS="make autoconf automake autoconf-archive sqlite" +MAKEDEPS="make autoconf automake autoconf-archive sqlite3" DEPS="bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib grep" PKG_VER=3.10.2 -- cgit v1.2.1