mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Python 3.11 (#7570)
* Python 3.11 initial binary upload * switch py_libxml2 to -py3.11 * fixup package versions * fix py3_pillow * build python with ensurepip * add flit_core to pyparsing * update some package versions * update wheel * update core python packages * more updates * update py3_libxml2.rb py3_pyelftools.rb py3_codespell.rb * add all successful builds * update versions in broken builds * fix package * adding some binaries * add build * add meson build * add py3_numpy builds * update itstool * update xcb_proto * add more packages * update bind to not include py3_ply * rebuild libcaca * update py3_gi_docgen * remove some conflicts_ok * remove setuptools and pip deps * attempt pip uninstall during install * add preflight to pip and setuptools * try excluding pip again * adjust logic * lint
This commit is contained in:
@@ -4,26 +4,26 @@ class Py3_wcwidth < Package
|
||||
description 'WCWidth measures the displayed width of unicode strings in a terminal.'
|
||||
homepage 'https://github.com/jquast/wcwidth/'
|
||||
@_ver = '0.2.5'
|
||||
version "#{@_ver}-1"
|
||||
version "#{@_ver}-py3.11"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/jquast/wcwidth.git'
|
||||
git_hashtag @_ver
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_wcwidth/0.2.5-1_armv7l/py3_wcwidth-0.2.5-1-chromeos-armv7l.tpxz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_wcwidth/0.2.5-1_armv7l/py3_wcwidth-0.2.5-1-chromeos-armv7l.tpxz',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_wcwidth/0.2.5-1_i686/py3_wcwidth-0.2.5-1-chromeos-i686.tpxz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_wcwidth/0.2.5-1_x86_64/py3_wcwidth-0.2.5-1-chromeos-x86_64.tpxz'
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_wcwidth/0.2.5-py3.11_armv7l/py3_wcwidth-0.2.5-py3.11-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_wcwidth/0.2.5-py3.11_armv7l/py3_wcwidth-0.2.5-py3.11-chromeos-armv7l.tar.zst',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_wcwidth/0.2.5-py3.11_i686/py3_wcwidth-0.2.5-py3.11-chromeos-i686.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_wcwidth/0.2.5-py3.11_x86_64/py3_wcwidth-0.2.5-py3.11-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: 'f3a1cc943cf945d22981a0a9a48c1c8f44e03b96cd9ed5c41805ed0a65ee1acf',
|
||||
armv7l: 'f3a1cc943cf945d22981a0a9a48c1c8f44e03b96cd9ed5c41805ed0a65ee1acf',
|
||||
i686: '66f9c6a712e15f61ad91d6f594bfdd3a2089578efa4e28f246f5af258a6a8885',
|
||||
x86_64: 'a760f2d5300a1d55fcf61728cfe32f826e5dbc949e87d77650ece4b09fa0e17d'
|
||||
aarch64: '964b2586d0aebaef7e56d716d1f956ee2eaebb221e43e569be5fa19885e4fdf4',
|
||||
armv7l: '964b2586d0aebaef7e56d716d1f956ee2eaebb221e43e569be5fa19885e4fdf4',
|
||||
i686: 'aa85eb4633a7ddd9f878a37bfa3ef859d1096a713f30ef07ab58076458bdcfa4',
|
||||
x86_64: '431c8702ac82bfe7b2f2c85ce4f066e1acc94c6ae0944a85a0bfa2e77598c304'
|
||||
})
|
||||
|
||||
depends_on 'py3_setuptools' => :build
|
||||
depends_on 'python3' => :build
|
||||
|
||||
def self.build
|
||||
system "python3 setup.py build #{PY3_SETUP_BUILD_OPTIONS}"
|
||||
|
||||
Reference in New Issue
Block a user