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,29 +4,29 @@ class Py3_pyopenssl < Package
|
||||
description 'PyOpenSSL is a Python wrapper module around the OpenSSL library.'
|
||||
homepage 'https://www.pyopenssl.org/'
|
||||
@_ver = '21.0.0'
|
||||
version @_ver
|
||||
version "#{@_ver}-py3.11"
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/pyca/pyopenssl.git'
|
||||
git_hashtag @_ver
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/21.0.0_armv7l/py3_pyopenssl-21.0.0-chromeos-armv7l.tpxz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/21.0.0_armv7l/py3_pyopenssl-21.0.0-chromeos-armv7l.tpxz',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/21.0.0_i686/py3_pyopenssl-21.0.0-chromeos-i686.tpxz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/21.0.0_x86_64/py3_pyopenssl-21.0.0-chromeos-x86_64.tpxz'
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/21.0.0-py3.11_armv7l/py3_pyopenssl-21.0.0-py3.11-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/21.0.0-py3.11_armv7l/py3_pyopenssl-21.0.0-py3.11-chromeos-armv7l.tar.zst',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/21.0.0-py3.11_i686/py3_pyopenssl-21.0.0-py3.11-chromeos-i686.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/21.0.0-py3.11_x86_64/py3_pyopenssl-21.0.0-py3.11-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: '329cf0ad0b08c669918aa0c7c1f1a728678eb62c0f566131a83c8aa7a8fa7cc5',
|
||||
armv7l: '329cf0ad0b08c669918aa0c7c1f1a728678eb62c0f566131a83c8aa7a8fa7cc5',
|
||||
i686: '8d6f5beb6cf6002bfef590c189e896463b814513655d459da6d33de6fb72aeae',
|
||||
x86_64: 'f37bb9d35f279a7c538532e5a9b13b259101c8d81470b7bdd1be5f08c32bb60a'
|
||||
aarch64: '312537cf2ebe6f1f055906df47f3fc415e37d888aae029ce90494b39cd28fdb7',
|
||||
armv7l: '312537cf2ebe6f1f055906df47f3fc415e37d888aae029ce90494b39cd28fdb7',
|
||||
i686: '93c205133b6564638af1ea4bf7c850641586aa56dacb1d569f87f940c69beb41',
|
||||
x86_64: 'b9756c7860ebdf868cf7ef6bee00885bfe2ca5f0a389ef589f75dc3870c112d8'
|
||||
})
|
||||
|
||||
depends_on 'openssl'
|
||||
depends_on 'py3_cryptography'
|
||||
depends_on 'py3_six'
|
||||
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