Add x86_64, armv7l binaries

This commit is contained in:
Satadru Pramanik
2021-07-26 00:32:09 -04:00
parent ef4e0f83fd
commit a522eeac9d
141 changed files with 1597 additions and 96 deletions

View File

@@ -9,6 +9,13 @@ class Ansible < Package
source_url 'https://files.pythonhosted.org/packages/53/d5/6cdea3c8479644b1b788d57cad500e9d782e06f6a84cac05121a65cca67e/ansible-3.3.0.tar.gz'
source_sha256 '2de5385c48a2a24a19f6cbaccc7d7684c64b6194f9a9b175aba7949d53b07bc9'
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/ansible/3.3.0_x86_64/ansible-3.3.0-chromeos-x86_64.tpxz'
})
binary_sha256({
x86_64: 'c1580c511f0ae42bf3aacce66439ce8c9cf2f93c4ebe40223ae65410e88b3b22'
})
depends_on 'ansible_base'
depends_on 'py3_setuptools' => :build

View File

@@ -9,6 +9,13 @@ class Ansible_base < Package
source_url 'https://files.pythonhosted.org/packages/2f/7c/36119f0695fe48fd5eeb33a78c11137642abf1f67b477f31b9772da5a85d/ansible-base-2.10.9.tar.gz'
source_sha256 '04635d3e08fc29358c76b8e7f1e9db0ce443fb09ce30b2acc6cacaad165f2151'
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/ansible_base/2.10.9_x86_64/ansible_base-2.10.9-chromeos-x86_64.tpxz'
})
binary_sha256({
x86_64: '28d811d9b8d912f23f911fa46ed7e43758f1f54083486156e075a949a09dd03f'
})
depends_on 'xdg_base'
depends_on 'py3_cryptography'
depends_on 'py3_pyyaml'

View File

@@ -9,6 +9,19 @@ class Asciinema < Package
source_url 'https://github.com/asciinema/asciinema/archive/v2.0.2.tar.gz'
source_sha256 '2578a1b5611e5375771ef6582a6533ef8d40cdbed1ba1c87786fd23af625ab68'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/asciinema/2.0.2-1_armv7l/asciinema-2.0.2-1-chromeos-armv7l.tar.xz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/asciinema/2.0.2-1_armv7l/asciinema-2.0.2-1-chromeos-armv7l.tar.xz',
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/asciinema/2.0.2-1_i686/asciinema-2.0.2-1-chromeos-i686.tar.xz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/asciinema/2.0.2-2_x86_64/asciinema-2.0.2-2-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '5fddd233f9f093935c23574dc1ce6247103352e845408375fa537fd2f56675ec',
armv7l: '5fddd233f9f093935c23574dc1ce6247103352e845408375fa537fd2f56675ec',
i686: '82f850655844133b11a251428021f9d92904b6c733f68cd3f6f827987fc072ee',
x86_64: 'a94b73de95817df65ede7ba0e58c71547cf7eb6a326b9707dd94a29a3fd73aab'
})
depends_on 'xdg_base'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Avocado_framework < Package
source_url 'https://github.com/avocado-framework/avocado.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/avocado_framework/87.0_armv7l/avocado_framework-87.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/avocado_framework/87.0_armv7l/avocado_framework-87.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/avocado_framework/87.0_x86_64/avocado_framework-87.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'fa01356025b6bcafda45fbbf468d0f3c29b5d4c499f8c9c0e089d1774de71c03',
armv7l: 'fa01356025b6bcafda45fbbf468d0f3c29b5d4c499f8c9c0e089d1774de71c03',
x86_64: 'e51b95bf30fc88981f33b015d77150fefc4e1a77fe801691a19c86ef475ee6d8'
})
depends_on 'xdg_base'
depends_on 'xzutils'
depends_on 'py3_setuptools' => :build

View File

@@ -3,22 +3,43 @@ require 'package'
class Bind < Package
description 'BIND is open source software that enables you to publish your Domain Name System (DNS) information on the Internet, and to resolve DNS queries for your users.'
homepage 'https://www.isc.org/downloads/bind/'
@_ver = '9.17.12'
@_ver = '9.17.11'
version @_ver
license 'Apache-2.0, BSD, BSD-2, GPL-2, HPND, ISC and MPL-2.0'
compatibility 'all'
source_url 'https://gitlab.isc.org/isc-projects/bind9.git'
git_hashtag @_ver.gsub('.', '_')
source_url 'file:///dev/null'
source_sha256 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/bind/9.17.11_armv7l/bind-9.17.11-chromeos-armv7l.tar.xz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/bind/9.17.11_armv7l/bind-9.17.11-chromeos-armv7l.tar.xz',
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/bind/9.17.11_i686/bind-9.17.11-chromeos-i686.tar.xz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/bind/9.17.11_x86_64/bind-9.17.11-chromeos-x86_64.tar.xz'
})
binary_sha256({
aarch64: '732a27d1c4061ac070d159583b1b76068980799a3021999d39e11a6da79d6e84',
armv7l: '732a27d1c4061ac070d159583b1b76068980799a3021999d39e11a6da79d6e84',
i686: '7541e71a39abf95c510d78522e033637b8918fc1bbcb0880149a60d0b6b6cd39',
x86_64: '4f075b386135f94a2508aa13e005033454662c608f23923b9e2f58bad7329377'
})
depends_on 'jsonc'
depends_on 'libcap'
depends_on 'libuv'
depends_on 'py3_ply'
def self.build
system 'autoreconf -fiv'
system 'git config --global advice.detachedHead false'
@_ver_ = @_ver.gsub(/[.]/, '_')
system "git clone --depth=1 -b v#{@_ver_} https://gitlab.isc.org/isc-projects/bind9.git"
Dir.chdir 'bind9' do
system 'pip3 install ply==3.11'
system 'autoreconf -fi'
system 'filefix'
system "#{CREW_ENV_OPTIONS} ./configure #{CREW_OPTIONS} \
system "env CFLAGS='-DDIG_SIGCHASE -flto=auto' \
CXXFLAGS='-pipe -flto=auto' \
LDFLAGS='-flto=auto' \
./configure \
#{CREW_OPTIONS} \
--enable-fixed-rrset \
--enable-full-report \
--with-openssl \
@@ -26,8 +47,13 @@ class Bind < Package
--disable-maintainer-mode"
system 'make'
end
end
def self.install
Dir.chdir 'bind9' do
system "make DESTDIR=#{CREW_DEST_DIR} install"
system 'pip3 uninstall -y ply'
system "pip3 install --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR} -I ply==3.11"
end
end
end

View File

@@ -10,6 +10,17 @@ class Csvkit < Package
source_url 'https://github.com/wireservice/csvkit.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/csvkit/1.0.6_armv7l/csvkit-1.0.6-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/csvkit/1.0.6_armv7l/csvkit-1.0.6-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/csvkit/1.0.6_x86_64/csvkit-1.0.6-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '3caee2c61cee798fcf16d96ba310f0f77a8b237e56889f1cfe2d12a127f34961',
armv7l: '3caee2c61cee798fcf16d96ba310f0f77a8b237e56889f1cfe2d12a127f34961',
x86_64: '0b12a20e97969ebb2e7cca57040824c772b2bcdcb824ab5f32618f1a79fed62d'
})
depends_on 'py3_six'
depends_on 'py3_agate_dfb'
depends_on 'py3_agate'

View File

@@ -4,11 +4,22 @@ class Duplicity < Package
description 'Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.'
homepage 'http://duplicity.nongnu.org/'
version '0.8.19'
compatibility 'all'
license 'GPL-3'
compatibility 'all'
source_url 'https://files.pythonhosted.org/packages/9f/ae/4eb8869a12a531f453ef1d64a0d53dfa6a674895f6222b347f8c96a7a88b/duplicity-0.8.19.tar.gz'
source_sha256 'd5dda2918058d0e47bf7a1299cfc9b51cc2f0546920fc3cfcf7ae06fc76d68ba'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/duplicity/0.8.19_armv7l/duplicity-0.8.19-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/duplicity/0.8.19_armv7l/duplicity-0.8.19-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/duplicity/0.8.19_x86_64/duplicity-0.8.19-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '69cffac0a6b444047e073e8d8aff2dcd0f3e362da626ea0cb2824530963aa684',
armv7l: '69cffac0a6b444047e073e8d8aff2dcd0f3e362da626ea0cb2824530963aa684',
x86_64: 'a472aa7109a205f91dd16a4e3604bf73ddd7ef5e257eddfd7c63a39ba18eebbc'
})
depends_on 'librsync'
depends_on 'gnupg'
depends_on 'openssh'

View File

@@ -10,6 +10,17 @@ class Gittools < Package
source_url 'https://github.com/internetwache/GitTools.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gittools/24eaef0d11e590643e65d188b017b49414d81cc2_armv7l/gittools-24eaef0d11e590643e65d188b017b49414d81cc2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gittools/24eaef0d11e590643e65d188b017b49414d81cc2_armv7l/gittools-24eaef0d11e590643e65d188b017b49414d81cc2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gittools/24eaef0d11e590643e65d188b017b49414d81cc2_x86_64/gittools-24eaef0d11e590643e65d188b017b49414d81cc2-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '7d71cda4330eb365798fca1c44d42ac4757fcaa20c057b370f740874e3424820',
armv7l: '7d71cda4330eb365798fca1c44d42ac4757fcaa20c057b370f740874e3424820',
x86_64: '13973423b9d8f1f015b6d003e9627b7753b0730f805cd1e9bdc6b67b14081dc2'
})
depends_on 'py3_requests'
def self.build
@@ -30,10 +41,10 @@ class Gittools < Package
def self.postinstall
puts
puts "The following tools are available:".lightblue
puts "gitfinder - identifies websites with publicly accessible .git repositories".lightblue
puts "gitdumper - downloads .git repositories from webservers which do not have directory listing enabled".lightblue
puts "extractor - attempts to recover incomplete git repositories".lightblue
puts 'The following tools are available:'.lightblue
puts 'gitfinder - identifies websites with publicly accessible .git repositories'.lightblue
puts 'gitdumper - downloads .git repositories from webservers which do not have directory listing enabled'.lightblue
puts 'extractor - attempts to recover incomplete git repositories'.lightblue
puts
end
end

View File

@@ -8,7 +8,18 @@ class Gyp_next < Package
license 'BSD-3'
compatibility 'all'
source_url 'https://github.com/nodejs/gyp-next.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gyp_next/0.8.1_armv7l/gyp_next-0.8.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gyp_next/0.8.1_armv7l/gyp_next-0.8.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gyp_next/0.8.1_x86_64/gyp_next-0.8.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '95b8ca7502843d7af0e2ed1ad85b27e426b2f7a72b345e73c3e67e4cde5b0674',
armv7l: '95b8ca7502843d7af0e2ed1ad85b27e426b2f7a72b345e73c3e67e4cde5b0674',
x86_64: 'f0d7e59aee2f08b5b0a9b40b7daef3b8a85c850d46dc73fcc33ad1a6eacd11e5'
})
depends_on 'py3_setuptools' => :build

View File

@@ -7,8 +7,19 @@ class Libwacom < Package
version @_ver
license 'MIT'
compatibility 'all'
source_url "https://github.com/linuxwacom/libwacom.git"
git_hashtag 'libwacom-' + @_ver
source_url 'https://github.com/linuxwacom/libwacom.git'
git_hashtag "libwacom-#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/libwacom/1.11_armv7l/libwacom-1.11-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/libwacom/1.11_armv7l/libwacom-1.11-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/libwacom/1.11_x86_64/libwacom-1.11-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '3f82ff53c82a48d4fc98b628f4d8be620872f4751e199779b861ee3045c7350e',
armv7l: '3f82ff53c82a48d4fc98b628f4d8be620872f4751e199779b861ee3045c7350e',
x86_64: '479764662e888c2c014b0a4f95a359adf8f892d7f08283b5e7fc3d16798d85ca'
})
depends_on 'libgudev'
depends_on 'eudev'

View File

@@ -10,9 +10,20 @@ class Mercurial < Package
source_url "https://www.mercurial-scm.org/release/mercurial-#{@_ver}.tar.gz"
source_sha256 'fc5d6a8f6478d88ef83cdd0ab6d86ad68ee722bbdf4964e6a0b47c3c6ba5309f'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mercurial/5.8_armv7l/mercurial-5.8-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mercurial/5.8_armv7l/mercurial-5.8-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mercurial/5.8_x86_64/mercurial-5.8-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '83b3a8bcd61c507ea89833c67966a36fd4d1f254cd294ef7025f67e5fe912451',
armv7l: '83b3a8bcd61c507ea89833c67966a36fd4d1f254cd294ef7025f67e5fe912451',
x86_64: '6c94efc2f57585786374ee1202835226b844a0fe930cc8a520ac8d8a135623da'
})
depends_on 'py3_docutils'
depends_on 'texinfo' => :build
depends_on "py3_setuptools" => :build
depends_on 'py3_setuptools' => :build
def self.build
system "python3 setup.py build #{PY3_SETUP_BUILD_OPTIONS}"

View File

@@ -10,6 +10,19 @@ class Meson < Package
source_url 'https://github.com/mesonbuild/meson.git'
git_hashtag @_ver
binary_url({
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/meson/0.58.1_i686/meson-0.58.1-chromeos-i686.tpxz',
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/meson/0.58.2_armv7l/meson-0.58.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/meson/0.58.2_armv7l/meson-0.58.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/meson/0.58.2_x86_64/meson-0.58.2-chromeos-x86_64.tpxz'
})
binary_sha256({
i686: '81211605d926df2868241b31726224bfe41f816faa7095a123e9c78dea680a7a',
aarch64: '725b270200e40fd3ebbaa4d4312f6fa6cb76422c92bfaa125322b74696f04b5e',
armv7l: '725b270200e40fd3ebbaa4d4312f6fa6cb76422c92bfaa125322b74696f04b5e',
x86_64: '4330d50cc93deb873f60fb3dda818f9875c9967b938c66f5577245a4fdbebbd2'
})
depends_on 'ninja'
depends_on 'samurai'
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,14 @@ class Oci_cli < Package
license 'UPL-1.0'
compatibility 'all'
source_url 'https://github.com/oracle/oci-cli.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/oci_cli/2.24.3_x86_64/oci_cli-2.24.3-chromeos-x86_64.tpxz'
})
binary_sha256({
x86_64: '8732fa4c8469aff32e587a43a3065064ac21aba6afef70187628d934929eb735'
})
depends_on 'py3_arrow'
depends_on 'py3_six'

View File

@@ -10,6 +10,17 @@ class Py3_agate < Package
source_url 'https://github.com/wireservice/agate.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate/1.6.1_armv7l/py3_agate-1.6.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate/1.6.1_armv7l/py3_agate-1.6.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate/1.6.1_x86_64/py3_agate-1.6.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'bcc3db13c5aa17e5e8234869b977011960b5cd4f488d92c3cb52adf4fbf3ac55',
armv7l: 'bcc3db13c5aa17e5e8234869b977011960b5cd4f488d92c3cb52adf4fbf3ac55',
x86_64: '9c7fefd9fe2e3d2a5f961efe28ad90758882e76f0e5101f07811194291883f77'
})
depends_on 'py3_babel'
depends_on 'py3_six'
depends_on 'py3_pyicu'

View File

@@ -10,6 +10,17 @@ class Py3_agate_dfb < Package
source_url 'https://github.com/wireservice/agate-dbf.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_dfb/0.2.2_armv7l/py3_agate_dfb-0.2.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_dfb/0.2.2_armv7l/py3_agate_dfb-0.2.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_dfb/0.2.2_x86_64/py3_agate_dfb-0.2.2-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '27a3e18a7dc058d0d4381d0f95b3bd8eef1c0a43455a6394a444cb6172cbddc4',
armv7l: '27a3e18a7dc058d0d4381d0f95b3bd8eef1c0a43455a6394a444cb6172cbddc4',
x86_64: '2395c81b46a6a6e5d05ce0edc65ad9c4c5ec87f67a10b031683f534ddfd06572'
})
depends_on 'py3_dbfread'
depends_on 'py3_agate'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_agate_excel < Package
source_url 'https://github.com/wireservice/agate-excel.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_excel/0.2.4_armv7l/py3_agate_excel-0.2.4-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_excel/0.2.4_armv7l/py3_agate_excel-0.2.4-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_excel/0.2.4_x86_64/py3_agate_excel-0.2.4-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'a72b3a80ddc035fe6fbfd87acf6c934bebd0a936aafe289859a481a5e2a6bfea',
armv7l: 'a72b3a80ddc035fe6fbfd87acf6c934bebd0a936aafe289859a481a5e2a6bfea',
x86_64: '37ef4427689227433ef857e568df871be6d25fd0cce8b62c4b54f1af537ceca5'
})
depends_on 'py3_xlrd'
depends_on 'py3_openpyxl'
depends_on 'py3_olefile'

View File

@@ -10,6 +10,17 @@ class Py3_agate_sql < Package
source_url 'https://github.com/wireservice/agate-sql.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_sql/0.5.7_armv7l/py3_agate_sql-0.5.7-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_sql/0.5.7_armv7l/py3_agate_sql-0.5.7-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_agate_sql/0.5.7_x86_64/py3_agate_sql-0.5.7-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '211b35ed7e9d3a484c16defcd5189657693067d4db59afa67a01189e09409411',
armv7l: '211b35ed7e9d3a484c16defcd5189657693067d4db59afa67a01189e09409411',
x86_64: '4e5560fbade017e6aa1e2f552e625bc9df2421ec9ca1312d69d58668e29d1995'
})
depends_on 'py3_agate'
depends_on 'py3_sqlalchemy'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_alabaster < Package
source_url 'https://github.com/bitprophet/alabaster.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_alabaster/0.7.12_armv7l/py3_alabaster-0.7.12-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_alabaster/0.7.12_armv7l/py3_alabaster-0.7.12-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_alabaster/0.7.12_x86_64/py3_alabaster-0.7.12-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '9f3a1bad1ec31d93269f89680d5c35a13a08f4a95ce8a551867cecc5f1360370',
armv7l: '9f3a1bad1ec31d93269f89680d5c35a13a08f4a95ce8a551867cecc5f1360370',
x86_64: '91b8482cab6e522d127eb12a500e558bd4e75cc9c4aa2a15d6740d910234a766'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_appdirs < Package
source_url 'https://github.com/ActiveState/appdirs.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_appdirs/1.4.4_armv7l/py3_appdirs-1.4.4-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_appdirs/1.4.4_armv7l/py3_appdirs-1.4.4-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_appdirs/1.4.4_x86_64/py3_appdirs-1.4.4-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'db15a8668c1aca1dff9f81cec803d61f1c493527f855aeb86283fe89eceb2997',
armv7l: 'db15a8668c1aca1dff9f81cec803d61f1c493527f855aeb86283fe89eceb2997',
x86_64: 'fbf581f687e842e0d1e607ce240d49347e8b7d91cbfb35fe7def1ec56f41c992'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_argcomplete < Package
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/kislyuk/argcomplete.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_argcomplete/1.12.3_armv7l/py3_argcomplete-1.12.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_argcomplete/1.12.3_armv7l/py3_argcomplete-1.12.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_argcomplete/1.12.3_x86_64/py3_argcomplete-1.12.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '1ff2f9b0a998bcb04c5b63e256f347a93cd5e8cc7930aaf3efb89d29b18bc438',
armv7l: '1ff2f9b0a998bcb04c5b63e256f347a93cd5e8cc7930aaf3efb89d29b18bc438',
x86_64: 'ad27365654a37640bff243e4c03b0ed06cb5a3cb5a0abcf14feb4b207643d110'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_arrow < Package
source_url 'https://github.com/arrow-py/arrow.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_arrow/0.17.0_armv7l/py3_arrow-0.17.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_arrow/0.17.0_armv7l/py3_arrow-0.17.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_arrow/0.17.0_x86_64/py3_arrow-0.17.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'ce488d8ba3142883bdd45ed20816d6be886453b098edc09a6d7d886b82c926bb',
armv7l: 'ce488d8ba3142883bdd45ed20816d6be886453b098edc09a6d7d886b82c926bb',
x86_64: 'd74a3e9dd7d6c4af0e6a7a8f08e3f3d680a4126f7e2f72d4586eff9d32b74fa9'
})
depends_on 'py3_dateutil'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_attrs < Package
source_url 'https://github.com/python-attrs/attrs.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_attrs/21.2.0_armv7l/py3_attrs-21.2.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_attrs/21.2.0_armv7l/py3_attrs-21.2.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_attrs/21.2.0_x86_64/py3_attrs-21.2.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'f6a64bcf69dd7858b2d86e6b46c43be2d233014f974edcf7e84507f35f625a99',
armv7l: 'f6a64bcf69dd7858b2d86e6b46c43be2d233014f974edcf7e84507f35f625a99',
x86_64: '1a4937ddeb9977bd37419a70e5191187511801ecbaee363aae89555f721b1732'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_babel < Package
license 'BSD'
compatibility 'all'
source_url 'https://github.com/python-babel/babel.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_babel/2.9.1_armv7l/py3_babel-2.9.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_babel/2.9.1_armv7l/py3_babel-2.9.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_babel/2.9.1_x86_64/py3_babel-2.9.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'a4c30b48576805611efcdf4f4b58b8ee307fb897055cd46e1597c1f6a38a104c',
armv7l: 'a4c30b48576805611efcdf4f4b58b8ee307fb897055cd46e1597c1f6a38a104c',
x86_64: '124f044721c89a5ab3f76202c90ca7ccf4d37cacb69088ca8552218a531e740a'
})
depends_on 'py3_pytz'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_beautifulsoup4 < Package
source_url 'https://files.pythonhosted.org/packages/6b/c3/d31704ae558dcca862e4ee8e8388f357af6c9d9acb0cad4ba0fbbd350d9a/beautifulsoup4-4.9.3.tar.gz'
source_sha256 '84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_beautifulsoup4/4.9.3_armv7l/py3_beautifulsoup4-4.9.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_beautifulsoup4/4.9.3_armv7l/py3_beautifulsoup4-4.9.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_beautifulsoup4/4.9.3_x86_64/py3_beautifulsoup4-4.9.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '5d32a945ceffa8d39198bba8ebfd3830b1298eccd913134b11f8161d5ffdd102',
armv7l: '5d32a945ceffa8d39198bba8ebfd3830b1298eccd913134b11f8161d5ffdd102',
x86_64: 'b4de5da35e8c1a64fce5375c6c61917d69763ec3f8afd0383690d2ca9638b424'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_certifi < Package
source_url 'https://github.com/certifi/python-certifi.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_certifi/2020.12.05_armv7l/py3_certifi-2020.12.05-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_certifi/2020.12.05_armv7l/py3_certifi-2020.12.05-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_certifi/2020.12.05_x86_64/py3_certifi-2020.12.05-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '568f94b763dc5a616150ed572f8136f1f83dd852674311f7445206eb638bef70',
armv7l: '568f94b763dc5a616150ed572f8136f1f83dd852674311f7445206eb638bef70',
x86_64: '3e11a1836f36b685c668c0b149e8a1001c2b385df2fb35ebe24b800357526e84'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_cffi < Package
source_url 'https://files.pythonhosted.org/packages/2e/92/87bb61538d7e60da8a7ec247dc048f7671afe17016cd0008b3b710012804/cffi-1.14.6.tar.gz'
source_sha256 'c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_cffi/1.14.6_armv7l/py3_cffi-1.14.6-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_cffi/1.14.6_armv7l/py3_cffi-1.14.6-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_cffi/1.14.6_x86_64/py3_cffi-1.14.6-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'b8fb5b6b8f7d866d80901792934034f6c1c145f06288e47600d16cbfe69a26e5',
armv7l: 'b8fb5b6b8f7d866d80901792934034f6c1c145f06288e47600d16cbfe69a26e5',
x86_64: 'd75a398ba7e4196843558c7f32a7692347d0c0d280fcd6b5fe5c5c285d5e441b'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_chardet < Package
source_url 'https://github.com/chardet/chardet.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_chardet/4.0.0_armv7l/py3_chardet-4.0.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_chardet/4.0.0_armv7l/py3_chardet-4.0.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_chardet/4.0.0_x86_64/py3_chardet-4.0.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '1f5e8a5b489edf07d57eef7ece1f9192d9271c64c9be8046dc5cf4545a83c365',
armv7l: '1f5e8a5b489edf07d57eef7ece1f9192d9271c64c9be8046dc5cf4545a83c365',
x86_64: '68734f0138f0d5c9e052f594b9119c05d92058fc5297b5bda3f712aab94df215'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_click < Package
source_url 'https://github.com/pallets/click.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_click/7.1.2_armv7l/py3_click-7.1.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_click/7.1.2_armv7l/py3_click-7.1.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_click/7.1.2_x86_64/py3_click-7.1.2-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '601e3274f08e2308083fc312aa4614b5eedb4272f611d344f77f72248abcd89f',
armv7l: '601e3274f08e2308083fc312aa4614b5eedb4272f611d344f77f72248abcd89f',
x86_64: 'baca766a2e97aeb8c6999fff28bc9b6f76493f544abd8e335ab502420e0544b0'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_colorama < Package
source_url 'https://github.com/tartley/colorama.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_colorama/0.4.4_armv7l/py3_colorama-0.4.4-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_colorama/0.4.4_armv7l/py3_colorama-0.4.4-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_colorama/0.4.4_x86_64/py3_colorama-0.4.4-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '65a9a09e40d7e266238ccfc497f13f7c11e3d656dd3aaeed65a5401c58dc70fe',
armv7l: '65a9a09e40d7e266238ccfc497f13f7c11e3d656dd3aaeed65a5401c58dc70fe',
x86_64: 'df9e61f5e16424e6d02a9eececa4fc284c9a9a26e2b268435566a1d542d6f31d'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_configparser < Package
license 'MIT'
compatibility 'all'
source_url 'https://github.com/jaraco/configparser.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_configparser/5.0.2_armv7l/py3_configparser-5.0.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_configparser/5.0.2_armv7l/py3_configparser-5.0.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_configparser/5.0.2_x86_64/py3_configparser-5.0.2-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '239d87ea1922fd8ae501b603011f8ddb4212026dd6e72bf3bf750ee5dd3cb277',
armv7l: '239d87ea1922fd8ae501b603011f8ddb4212026dd6e72bf3bf750ee5dd3cb277',
x86_64: 'e45b32190ef07b77b65cc4648ac8f0c2a3f7752d2f872c5f9b3e97b198956e3f'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,13 @@ class Py3_cryptography < Package
source_url 'https://github.com/pyca/cryptography.git'
git_hashtag @_ver
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_cryptography/3.4.7_x86_64/py3_cryptography-3.4.7-chromeos-x86_64.tpxz'
})
binary_sha256({
x86_64: 'f95da04a5ebbb8b3d12b12ab90f244f2d45445e3eb004e62177966396ddbd2b9'
})
depends_on 'py3_cffi'
depends_on 'py3_six'
depends_on 'py3_setuptools_rust' => :build

View File

@@ -8,7 +8,18 @@ class Py3_cssselect < Package
license 'BSD'
compatibility 'all'
source_url 'https://github.com/scrapy/cssselect.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_cssselect/1.1.0_armv7l/py3_cssselect-1.1.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_cssselect/1.1.0_armv7l/py3_cssselect-1.1.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_cssselect/1.1.0_x86_64/py3_cssselect-1.1.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'daadd3f8649cabb1884f2e8ed37c05149be271e3aff9d0022548ce896a11e5ab',
armv7l: 'daadd3f8649cabb1884f2e8ed37c05149be271e3aff9d0022548ce896a11e5ab',
x86_64: 'bb1c01edf7595c0fdd4baa7c738df7c7c4c861f7b64bf1a23e2fc908d1d3f341'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_dateutil < Package
source_url 'https://github.com/dateutil/dateutil.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dateutil/2.8.1_armv7l/py3_dateutil-2.8.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dateutil/2.8.1_armv7l/py3_dateutil-2.8.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dateutil/2.8.1_x86_64/py3_dateutil-2.8.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '69b12966a2d83315df429beb76465ac13a32ff82749c86afe3eb71e0213ff873',
armv7l: '69b12966a2d83315df429beb76465ac13a32ff82749c86afe3eb71e0213ff873',
x86_64: '626496d05853a5734262d7a2f44289effeaa3573b9a44dfc9e32ca5a7c624131'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_dbfread < Package
source_url 'https://github.com/olemb/dbfread.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dbfread/2.0.7_armv7l/py3_dbfread-2.0.7-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dbfread/2.0.7_armv7l/py3_dbfread-2.0.7-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dbfread/2.0.7_x86_64/py3_dbfread-2.0.7-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '3e249ab1b461e7eb1f29fcb37c2ca22284c5f19c59aeeebf3ecc90b5f3e42db6',
armv7l: '3e249ab1b461e7eb1f29fcb37c2ca22284c5f19c59aeeebf3ecc90b5f3e42db6',
x86_64: '7ca187db27a24dcec9416523dc6e1801e9126a61b55cf47980711e23d245eac0'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_decorator < Package
source_url 'https://github.com/micheles/decorator.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_decorator/4.4.2_armv7l/py3_decorator-4.4.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_decorator/4.4.2_armv7l/py3_decorator-4.4.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_decorator/4.4.2_x86_64/py3_decorator-4.4.2-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '3b5cf4a06faa87a5f7cd6ac40f035d78f416c71529cf264f1ebd042170024689',
armv7l: '3b5cf4a06faa87a5f7cd6ac40f035d78f416c71529cf264f1ebd042170024689',
x86_64: 'c5cf9f13a699189e71e43f362b0e17447f4ee1cd01cebb8aaf6d2074efaab2d8'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_dicttoxml < Package
license 'MIT'
compatibility 'all'
source_url 'https://github.com/quandyfactory/dicttoxml.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dicttoxml/1.3.1_armv7l/py3_dicttoxml-1.3.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dicttoxml/1.3.1_armv7l/py3_dicttoxml-1.3.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dicttoxml/1.3.1_x86_64/py3_dicttoxml-1.3.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '2768c5f5a8030c4c767527190858affc5f08615c8fd51306747cc940520c1146',
armv7l: '2768c5f5a8030c4c767527190858affc5f08615c8fd51306747cc940520c1146',
x86_64: '2d1ac6c009956ef58fb036072918ca327adfaf8b9c689d1bc0cd058dbed3eecf'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_distlib < Package
source_url 'https://bitbucket.org/pypa/distlib.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_distlib/0.3.1_armv7l/py3_distlib-0.3.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_distlib/0.3.1_armv7l/py3_distlib-0.3.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_distlib/0.3.1_x86_64/py3_distlib-0.3.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '65978b1ac26d1fbed2e6d52b206556b5c73d97eb3b1df265ae0c697fa85b7987',
armv7l: '65978b1ac26d1fbed2e6d52b206556b5c73d97eb3b1df265ae0c697fa85b7987',
x86_64: '58c20fa460e47d16141c1e33482443e98b479c080cb2460df950a5d74b9e152f'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_dnspython < Package
license 'ISC'
compatibility 'all'
source_url 'https://github.com/rthalley/dnspython.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dnspython/2.1.0_armv7l/py3_dnspython-2.1.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dnspython/2.1.0_armv7l/py3_dnspython-2.1.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_dnspython/2.1.0_x86_64/py3_dnspython-2.1.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'f8b99763641f16ac27a7083e8cf1b2a541b9c3f552c216ceef0cba314637e889',
armv7l: 'f8b99763641f16ac27a7083e8cf1b2a541b9c3f552c216ceef0cba314637e889',
x86_64: '7dace66ee94e5ad3332ce8c24879df9958b9bd141a022580db5a31298cb2d843'
})
depends_on 'py3_setuptools' => :build

View File

@@ -9,6 +9,17 @@ class Py3_docutils < Package
source_url 'https://sourceforge.net/projects/docutils/files/docutils/0.17.1/docutils-0.17.1.tar.gz'
source_sha256 '686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_docutils/0.17.1_armv7l/py3_docutils-0.17.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_docutils/0.17.1_armv7l/py3_docutils-0.17.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_docutils/0.17.1_x86_64/py3_docutils-0.17.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '7991b4f06ea92a83f2f3516f3c084e5a2800592164e70869e5c38751b5c9e593',
armv7l: '7991b4f06ea92a83f2f3516f3c084e5a2800592164e70869e5c38751b5c9e593',
x86_64: 'a78db8875de1b809b898334ae4026fb3b86ac87e4f6cc788c535702e70f037ba'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_docx2txt < Package
source_url 'https://github.com/ankushshah89/python-docx2txt.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_docx2txt/0.8_armv7l/py3_docx2txt-0.8-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_docx2txt/0.8_armv7l/py3_docx2txt-0.8-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_docx2txt/0.8_x86_64/py3_docx2txt-0.8-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '8c73dcb3572f19da071bddaf2340ea7c5415790dd87ccd94a2667d3528247ce0',
armv7l: '8c73dcb3572f19da071bddaf2340ea7c5415790dd87ccd94a2667d3528247ce0',
x86_64: 'e4bb30becfb81c7f3b0570ec3f4849f2e44e9cdc164cf7ded0af8c40b46c6a92'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_et_xmlfile < Package
source_url 'https://files.pythonhosted.org/packages/3d/5d/0413a31d184a20c763ad741cc7852a659bf15094c24840c5bdd1754765cd/et_xmlfile-1.1.0.tar.gz'
source_sha256 '8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_et_xmlfile/1.1_armv7l/py3_et_xmlfile-1.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_et_xmlfile/1.1_armv7l/py3_et_xmlfile-1.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_et_xmlfile/1.1_x86_64/py3_et_xmlfile-1.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '20c7507f597d3397368033a826c93334259e36003ac557737971f1ba98afcd00',
armv7l: '20c7507f597d3397368033a826c93334259e36003ac557737971f1ba98afcd00',
x86_64: 'c64e6a5ce0288dd472903911e1bd21f760ba451cbb3c4c3bace140a3ae20b519'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_extract_msg < Package
source_url 'https://files.pythonhosted.org/packages/67/fb/ed86f4fa53e58e90598f635bba9b4140a20992bd968aaaf8ae1fbacd6e57/extract_msg-0.28.7.tar.gz'
source_sha256 '7ebdbd7863a3699080a69f71ec0cd30ed9bfee70bad9acc6a8e6abe9523c78c0'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_extract_msg/0.28.7_armv7l/py3_extract_msg-0.28.7-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_extract_msg/0.28.7_armv7l/py3_extract_msg-0.28.7-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_extract_msg/0.28.7_x86_64/py3_extract_msg-0.28.7-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'c2b94eba0e922d79cd416c77db71e8004422efe69e90f306e5ae8b196d4a6446',
armv7l: 'c2b94eba0e922d79cd416c77db71e8004422efe69e90f306e5ae8b196d4a6446',
x86_64: 'e5a2c8dbf6abac1fdd8e7573c7ee08f3e0c9173c43ce554aeacf84132337afc3'
})
depends_on 'py3_tzlocal'
depends_on 'py3_olefile'
depends_on 'py3_imapclient'

View File

@@ -10,6 +10,17 @@ class Py3_fasteners < Package
source_url 'https://github.com/harlowja/fasteners.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_fasteners/0.15_armv7l/py3_fasteners-0.15-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_fasteners/0.15_armv7l/py3_fasteners-0.15-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_fasteners/0.15_x86_64/py3_fasteners-0.15-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '847f56cbe17a28de5bd78fcf9d69ea5db05fd011e035b70c28051444216460e4',
armv7l: '847f56cbe17a28de5bd78fcf9d69ea5db05fd011e035b70c28051444216460e4',
x86_64: 'cd2fdf2690b0acd28063048c4653f887237da16e44ea756f33af18916cbb0cd6'
})
depends_on 'py3_six'
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,18 @@ class Py3_filelock < Package
license 'Unlicense'
compatibility 'all'
source_url 'https://github.com/benediktschmitt/py-filelock.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_filelock/3.0.12_armv7l/py3_filelock-3.0.12-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_filelock/3.0.12_armv7l/py3_filelock-3.0.12-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_filelock/3.0.12_x86_64/py3_filelock-3.0.12-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '67648c5c3a5bb64e28cb3bf7a86db2b825ae648444975f198ca6c3e9a8471774',
armv7l: '67648c5c3a5bb64e28cb3bf7a86db2b825ae648444975f198ca6c3e9a8471774',
x86_64: '265ec94c08c1bb9fa4e49e1b5a5c4a3ff432a55af850f4891b731fab7505c61e'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_flask < Package
source_url 'https://github.com/pallets/flask.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_flask/1.1.2_armv7l/py3_flask-1.1.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_flask/1.1.2_armv7l/py3_flask-1.1.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_flask/1.1.2_x86_64/py3_flask-1.1.2-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '61698011f63fd5edc84c44ef79f38f271281fe7b14f599b6fe78967007f0d11e',
armv7l: '61698011f63fd5edc84c44ef79f38f271281fe7b14f599b6fe78967007f0d11e',
x86_64: '6d63948aeaf0a00eb948399d301df392a1e73ab67d0209673a24327d296ed1b3'
})
depends_on 'py3_werkzeug'
depends_on 'py3_itsdangerous'
depends_on 'py3_click'

View File

@@ -8,7 +8,18 @@ class Py3_future < Package
license 'MIT'
compatibility 'all'
source_url 'https://github.com/PythonCharmers/python-future.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_future/0.18.2_armv7l/py3_future-0.18.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_future/0.18.2_armv7l/py3_future-0.18.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_future/0.18.2_x86_64/py3_future-0.18.2-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '2f45cc2a262e3ee766966df030ef2abd7fa35088a175051a0d58c579b131dfcc',
armv7l: '2f45cc2a262e3ee766966df030ef2abd7fa35088a175051a0d58c579b131dfcc',
x86_64: 'd3de1fd3a86c74ce4ed4d34e90d034b2de0cb8717e79c6398b022c7592159294'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_greenlet < Package
source_url 'https://github.com/python-greenlet/greenlet.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_greenlet/1.1.0_armv7l/py3_greenlet-1.1.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_greenlet/1.1.0_armv7l/py3_greenlet-1.1.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_greenlet/1.1.0_x86_64/py3_greenlet-1.1.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'f5c1a3532b05917a888490359d5d63fa852781be3987f5f682e378e74bf6dae7',
armv7l: 'f5c1a3532b05917a888490359d5d63fa852781be3987f5f682e378e74bf6dae7',
x86_64: '05d6bfaa4de933989cddbea9a604d5b8930a19df365a56479d21cfb5e0732426'
})
depends_on 'py3_agate'
depends_on 'py3_sqlalchemy'
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,18 @@ class Py3_idna < Package
license 'BSD-3'
compatibility 'all'
source_url 'https://github.com/kjd/idna.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_idna/3.1_armv7l/py3_idna-3.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_idna/3.1_armv7l/py3_idna-3.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_idna/3.1_x86_64/py3_idna-3.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '8b1d43393a55416ce6d245b757c8fb471e6e9a05b0e0b97c03bdfeae61daf527',
armv7l: '8b1d43393a55416ce6d245b757c8fb471e6e9a05b0e0b97c03bdfeae61daf527',
x86_64: '81ae966d16b99111df47c49bad147ab4517a91dc1056ef3f7037edc0c1ac3767'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_imagesize < Package
source_url 'https://github.com/shibukawa/imagesize_py.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_imagesize/1.1.0_armv7l/py3_imagesize-1.1.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_imagesize/1.1.0_armv7l/py3_imagesize-1.1.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_imagesize/1.1.0_x86_64/py3_imagesize-1.1.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '8a50d8638aa483659890a2f8a7fbb728ba06f144ee744d8ce58f5e0fa4673969',
armv7l: '8a50d8638aa483659890a2f8a7fbb728ba06f144ee744d8ce58f5e0fa4673969',
x86_64: '43f5e898252eefbf95f4f8671ea60bd7936ba21dbf26d1f1ff5520a29f8f3c49'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_imapclient < Package
source_url 'https://github.com/mjs/imapclient.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_imapclient/2.2.0_armv7l/py3_imapclient-2.2.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_imapclient/2.2.0_armv7l/py3_imapclient-2.2.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_imapclient/2.2.0_x86_64/py3_imapclient-2.2.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '26ba0231d3a994da411ef64e6fbee4676be0f66a5fa66d5412ee13a0c7e78dd6',
armv7l: '26ba0231d3a994da411ef64e6fbee4676be0f66a5fa66d5412ee13a0c7e78dd6',
x86_64: '02bc417b206a0881fb13c6804b02281168eca1688932f944a4a5355fb1809528'
})
depends_on 'py3_six'
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,14 @@ class Py3_impacket < Package
license 'Apache-2.0-with-impacket-modifications'
compatibility 'all'
source_url 'https://github.com/SecureAuthCorp/impacket.git'
git_hashtag 'impacket_' + @_ver.gsub('.', '_')
git_hashtag "impacket_#{@_ver.gsub('.', '_')}"
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_impacket/0.9.22_x86_64/py3_impacket-0.9.22-chromeos-x86_64.tpxz'
})
binary_sha256({
x86_64: '795f9396ffaa32c7f197dc732bd36cdcbe71965514e75ae205f4d9729ac288e5'
})
depends_on 'py3_pycryptodomex'
depends_on 'py3_flask'

View File

@@ -8,7 +8,18 @@ class Py3_importlib_metadata < Package
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/python/importlib_metadata.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_importlib_metadata/4.6.1_armv7l/py3_importlib_metadata-4.6.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_importlib_metadata/4.6.1_armv7l/py3_importlib_metadata-4.6.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_importlib_metadata/4.6.1_x86_64/py3_importlib_metadata-4.6.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '5568b64c5d7d8b967a739a3f21fb2a718daedb34a41f15290649e32ecbacbe74',
armv7l: '5568b64c5d7d8b967a739a3f21fb2a718daedb34a41f15290649e32ecbacbe74',
x86_64: '55de7326823289d71254bc10fb31b58578072b27c09abc203f604fb9005ac27a'
})
depends_on 'py3_zipp'
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,18 @@ class Py3_iniconfig < Package
license 'MIT'
compatibility 'all'
source_url 'https://github.com/pytest-dev/iniconfig.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_iniconfig/1.1.1_armv7l/py3_iniconfig-1.1.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_iniconfig/1.1.1_armv7l/py3_iniconfig-1.1.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_iniconfig/1.1.1_x86_64/py3_iniconfig-1.1.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'd8faa31c9d0d32fdcb8580ffe407a084a7a3a761eb998b73407e5df41ae715af',
armv7l: 'd8faa31c9d0d32fdcb8580ffe407a084a7a3a761eb998b73407e5df41ae715af',
x86_64: '29d178df195e9c668fb9a74463ddaa98988a89d27c702b1f2479b4e70e527e62'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_isodate < Package
source_url 'https://github.com/gweis/isodate.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_isodate/0.6.0_armv7l/py3_isodate-0.6.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_isodate/0.6.0_armv7l/py3_isodate-0.6.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_isodate/0.6.0_x86_64/py3_isodate-0.6.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '0b45d4ecab2b2ca8706e1de22e8918c8d6cf100bab2e8085fb8976cb3a7d0015',
armv7l: '0b45d4ecab2b2ca8706e1de22e8918c8d6cf100bab2e8085fb8976cb3a7d0015',
x86_64: '3d204a492c1b418a2fa77d810d4756a1c78aafc6eb87113e17d4ff04b70aa190'
})
depends_on 'py3_six'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_itsdangerous < Package
source_url 'https://github.com/pallets/itsdangerous.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_itsdangerous/1.1.0_armv7l/py3_itsdangerous-1.1.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_itsdangerous/1.1.0_armv7l/py3_itsdangerous-1.1.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_itsdangerous/1.1.0_x86_64/py3_itsdangerous-1.1.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '1a9e0553a57fe8ffc640b83b24b11da265fae3b9e7aacf7b69b113b32fb18ecb',
armv7l: '1a9e0553a57fe8ffc640b83b24b11da265fae3b9e7aacf7b69b113b32fb18ecb',
x86_64: 'c95d5c7d93517188a33c72f25342f55b74f230e8424ea50737e658de9ee087de'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_jeepney < Package
source_url 'https://files.pythonhosted.org/packages/8e/9b/72259ccc9c49cf830f60289c841d57a449d993f48de0df5e76b3f9d929ae/jeepney-0.7.0.tar.gz'
source_sha256 '1237cd64c8f7ac3aa4b3f332c4d0fb4a8216f39eaa662ec904302d4d77de5a54'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jeepney/0.7.0_armv7l/py3_jeepney-0.7.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jeepney/0.7.0_armv7l/py3_jeepney-0.7.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jeepney/0.7.0_x86_64/py3_jeepney-0.7.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'f6d662b0d518b94df727fb08e6fb76f43f346f8fcb164c7eada2622aa59c39fc',
armv7l: 'f6d662b0d518b94df727fb08e6fb76f43f346f8fcb164c7eada2622aa59c39fc',
x86_64: 'c28d755bd64f0b335792f0059833640bb7b175ea51695a4ec56d362315f35190'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_jinja2 < Package
source_url 'https://github.com/pallets/jinja.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jinja2/2.11.3_armv7l/py3_jinja2-2.11.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jinja2/2.11.3_armv7l/py3_jinja2-2.11.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jinja2/2.11.3_x86_64/py3_jinja2-2.11.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'd3e75f478bca3d6a91b1482b055646af9cb49b5e2a52941b30b4378cc7ddd8a2',
armv7l: 'd3e75f478bca3d6a91b1482b055646af9cb49b5e2a52941b30b4378cc7ddd8a2',
x86_64: '7f92ed068506f415c0e2c95d32131f65be19181013f0db99f6c031a55566b1e5'
})
depends_on 'py3_markupsafe'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_jmespath < Package
source_url 'https://github.com/jmespath/jmespath.py.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jmespath/0.10.0_armv7l/py3_jmespath-0.10.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jmespath/0.10.0_armv7l/py3_jmespath-0.10.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_jmespath/0.10.0_x86_64/py3_jmespath-0.10.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '0fc01341a03a02daad06ef2bf3e82c947964a2b9e048890e7f638712bea1d072',
armv7l: '0fc01341a03a02daad06ef2bf3e82c947964a2b9e048890e7f638712bea1d072',
x86_64: 'bfab11e20104c918092dc31029083424a461207f28093e9fc5873fb3f791ca52'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_json2xml < Package
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/vinitkumar/json2xml.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_json2xml/3.6.0_armv7l/py3_json2xml-3.6.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_json2xml/3.6.0_armv7l/py3_json2xml-3.6.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_json2xml/3.6.0_x86_64/py3_json2xml-3.6.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'ebaf5d827ea6d9683d36b6db16f04a2de05d0fd1e63b2b2c0d82602ede6b9b46',
armv7l: 'ebaf5d827ea6d9683d36b6db16f04a2de05d0fd1e63b2b2c0d82602ede6b9b46',
x86_64: '13e41d07e2939271ba4d3cd2ad458cfa84490c3c57fa8da3328031f91d954af3'
})
depends_on 'py3_requests'
depends_on 'py3_xmltodict'

View File

@@ -8,7 +8,14 @@ class Py3_keyring < Package
license 'MIT'
compatibility 'all'
source_url 'https://github.com/jaraco/keyring.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_keyring/23.0.1_x86_64/py3_keyring-23.0.1-chromeos-x86_64.tpxz'
})
binary_sha256({
x86_64: 'f1ce83cfed4f4d7f6f0628e7022c1d9f8c1ec77a8217deed2d968075bdf4b79b'
})
depends_on 'py3_jeepney'
depends_on 'py3_secretstorage'

View File

@@ -8,7 +8,18 @@ class Py3_ldap3 < Package
license 'LGPL-3'
compatibility 'all'
source_url 'https://github.com/cannatag/ldap3.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ldap3/2.9_armv7l/py3_ldap3-2.9-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ldap3/2.9_armv7l/py3_ldap3-2.9-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ldap3/2.9_x86_64/py3_ldap3-2.9-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '40e23ad500cdfc66f8f67a651ed07276fbe9ecf3ca4440f3a02016cf7b670fdb',
armv7l: '40e23ad500cdfc66f8f67a651ed07276fbe9ecf3ca4440f3a02016cf7b670fdb',
x86_64: 'd5bdd0be697e51fe7919bb4c485791b1cdd3f517b027e8b2c7ba4e8aca97ec86'
})
depends_on 'py3_pyasn1'
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,18 @@ class Py3_ldapdomaindump < Package
license 'LGPL-3'
compatibility 'all'
source_url 'https://github.com/dirkjanm/ldapdomaindump.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ldapdomaindump/0.9.3_armv7l/py3_ldapdomaindump-0.9.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ldapdomaindump/0.9.3_armv7l/py3_ldapdomaindump-0.9.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ldapdomaindump/0.9.3_x86_64/py3_ldapdomaindump-0.9.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '8863611b54e966831c4adf1901cbbc8911cd09fffde4039ccf696b70bb9d3098',
armv7l: '8863611b54e966831c4adf1901cbbc8911cd09fffde4039ccf696b70bb9d3098',
x86_64: '90d80b5305990db7a424673c1dfc380f9eb16dec7f04c87f6184e399b8822b1e'
})
depends_on 'py3_future'
depends_on 'py3_dnspython'

View File

@@ -10,6 +10,17 @@ class Py3_leather < Package
source_url 'https://github.com/wireservice/leather.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_leather/0.3.3_armv7l/py3_leather-0.3.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_leather/0.3.3_armv7l/py3_leather-0.3.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_leather/0.3.3_x86_64/py3_leather-0.3.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'f14d873fa5aa5becc163ad401060dc794a71a421a39ca3bb387801bfbfe75fcc',
armv7l: 'f14d873fa5aa5becc163ad401060dc794a71a421a39ca3bb387801bfbfe75fcc',
x86_64: '848cc859d20f8b8184cb3fe512d703073608e84a021bb57527a9103e4a61cdb9'
})
depends_on 'py3_six'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_libevdev < Package
source_url 'https://gitlab.freedesktop.org/libevdev/python-libevdev.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_libevdev/0.9_armv7l/py3_libevdev-0.9-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_libevdev/0.9_armv7l/py3_libevdev-0.9-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_libevdev/0.9_x86_64/py3_libevdev-0.9-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '423bfba6a3ebcb077a42d62df039a03f7495bbe82e69d54bee23917274a0b82e',
armv7l: '423bfba6a3ebcb077a42d62df039a03f7495bbe82e69d54bee23917274a0b82e',
x86_64: '637430a7df660a2be0c0681ad08c26f7e746f145fa6c1aa2de7ea1256179d6ce'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_libxml2 < Package
license 'MIT'
compatibility 'all'
source_url 'https://gitlab.gnome.org/GNOME/libxml2.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_libxml2/2.9.12_armv7l/py3_libxml2-2.9.12-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_libxml2/2.9.12_armv7l/py3_libxml2-2.9.12-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_libxml2/2.9.12_x86_64/py3_libxml2-2.9.12-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '6e56764b886b8a311031ec5f8f7d25aa2593e28a34e79f0b15d87ab462a7f403',
armv7l: '6e56764b886b8a311031ec5f8f7d25aa2593e28a34e79f0b15d87ab462a7f403',
x86_64: 'd9f41187eae16e4c3dd25a647b12f6a7b9b5a4511a13bddc915a68d36fb19b7a'
})
depends_on 'libxml2'
depends_on 'libxslt'

View File

@@ -8,7 +8,18 @@ class Py3_lxml < Package
license 'BSD-3'
compatibility 'all'
source_url 'https://github.com/lxml/lxml.git'
git_hashtag 'lxml-' + @_ver
git_hashtag "lxml-#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_lxml/4.6.3_armv7l/py3_lxml-4.6.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_lxml/4.6.3_armv7l/py3_lxml-4.6.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_lxml/4.6.3_x86_64/py3_lxml-4.6.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '78988749162202d2da062a5c9b718d27f9cb0290d18cf3526eeba8affa489657',
armv7l: '78988749162202d2da062a5c9b718d27f9cb0290d18cf3526eeba8affa489657',
x86_64: 'fa0232ee0bd1d4a171f37f15e0e608e3fd27bc9306c30d195ac83639cfa5feb6'
})
depends_on 'py3_cython' => :build
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_magic < Package
source_url 'https://github.com/ahupp/python-magic.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_magic/0.4.22_armv7l/py3_magic-0.4.22-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_magic/0.4.22_armv7l/py3_magic-0.4.22-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_magic/0.4.22_x86_64/py3_magic-0.4.22-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'c86ecb80682a8c66d4bc71243c3bfd4985248c9ebd11b9306e90263d204dfa35',
armv7l: 'c86ecb80682a8c66d4bc71243c3bfd4985248c9ebd11b9306e90263d204dfa35',
x86_64: '358ae56e26512e33ed4527e342226ab81e6bfeda40f85391a839cf557b7c6a57'
})
depends_on 'filecmd'
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,18 @@ class Py3_mako < Package
license 'MIT'
compatibility 'all'
source_url 'https://github.com/sqlalchemy/mako.git'
git_hashtag 'rel_' + @_ver.gsub('.','_')
git_hashtag "rel_#{@_ver.gsub('.', '_')}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_mako/1.1.4_armv7l/py3_mako-1.1.4-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_mako/1.1.4_armv7l/py3_mako-1.1.4-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_mako/1.1.4_x86_64/py3_mako-1.1.4-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'e2de545b1cc564adcca01fedc0d9eae9d7960bf2b113ead1e5ea984112975e37',
armv7l: 'e2de545b1cc564adcca01fedc0d9eae9d7960bf2b113ead1e5ea984112975e37',
x86_64: 'abc167c04d84436e3760bc8274f4c78d1ab062f439829489ab90c5ec8521122c'
})
depends_on 'py3_markupsafe'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_markdown < Package
source_url 'https://github.com/Python-Markdown/markdown.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_markdown/3.3.4_armv7l/py3_markdown-3.3.4-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_markdown/3.3.4_armv7l/py3_markdown-3.3.4-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_markdown/3.3.4_x86_64/py3_markdown-3.3.4-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '1b2adf8265bba21545e029127806cd2523d4fa43a609494ce9202eb0af7f93b3',
armv7l: '1b2adf8265bba21545e029127806cd2523d4fa43a609494ce9202eb0af7f93b3',
x86_64: '08d6d1d753b8bb9eb34d5269b17196e25b3d5372335b70bea1130bd87a441d8c'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_markupsafe < Package
source_url 'https://github.com/pallets/markupsafe.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_markupsafe/1.1.1_armv7l/py3_markupsafe-1.1.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_markupsafe/1.1.1_armv7l/py3_markupsafe-1.1.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_markupsafe/1.1.1_x86_64/py3_markupsafe-1.1.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '05269eb76a28496280e09830e855ceac625562826e0d31b8c72eef0d655a8a7a',
armv7l: '05269eb76a28496280e09830e855ceac625562826e0d31b8c72eef0d655a8a7a',
x86_64: 'c716a9294a7e21ec561e24aa85b10b20ba5c09234054b5a37f1d95d38b7d86be'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_minidb < Package
source_url 'https://github.com/thp/minidb.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_minidb/2.0.4_armv7l/py3_minidb-2.0.4-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_minidb/2.0.4_armv7l/py3_minidb-2.0.4-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_minidb/2.0.4_x86_64/py3_minidb-2.0.4-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'f24b36350a476fb5b19cd6b80539a56bdb55dbfe6b06457033f5c4e2a3a6a2ab',
armv7l: 'f24b36350a476fb5b19cd6b80539a56bdb55dbfe6b06457033f5c4e2a3a6a2ab',
x86_64: 'a25902253e19f270ead0504e21ba738415c1a116fb3a7dd2a8d18897522d8681'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,19 @@ class Py3_nuitka < Package
source_url 'https://github.com/Nuitka/Nuitka.git'
git_hashtag @_ver
binary_url({
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_nuitka/0.6.14.5_i686/py3_nuitka-0.6.14.5-chromeos-i686.tar.xz',
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_nuitka/0.6.16.2_armv7l/py3_nuitka-0.6.16.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_nuitka/0.6.16.2_armv7l/py3_nuitka-0.6.16.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_nuitka/0.6.16.2_x86_64/py3_nuitka-0.6.16.2-chromeos-x86_64.tpxz'
})
binary_sha256({
i686: '536aa48fba66c1dea2f81127479426be5edbd9b21336b44d415ba635be69b17d',
aarch64: '06d9d1e0de011c0ebf250cfb71067c189210711480c08fb706185fe5f003d8ca',
armv7l: '06d9d1e0de011c0ebf250cfb71067c189210711480c08fb706185fe5f003d8ca',
x86_64: 'f647a197723b43ec25f57bcb03d6e05f41276f40424e1e3c0f221602dfe7c721'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,20 @@ class Py3_numpy < Package
license 'BSD'
compatibility 'all'
source_url 'https://github.com/numpy/numpy.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_numpy/1.20.2_i686/py3_numpy-1.20.2-chromeos-i686.tar.xz',
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_numpy/1.20.2_armv7l/py3_numpy-1.20.2-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_numpy/1.20.2_armv7l/py3_numpy-1.20.2-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_numpy/1.20.2_x86_64/py3_numpy-1.20.2-chromeos-x86_64.tpxz'
})
binary_sha256({
i686: '15358c391e68667f3ceb607a16720093806a7840c6da526d7078a52b195b63e3',
aarch64: 'de21a40aeb98be94b3546d2b49452679fc281170ae6377f35f384823beab3469',
armv7l: 'de21a40aeb98be94b3546d2b49452679fc281170ae6377f35f384823beab3469',
x86_64: 'abed005b2ae64c691a275d21101dd1d87a8dba3351630883d26264b2e47cd0ab'
})
depends_on 'lapack'
depends_on 'py3_cython' => :build

View File

@@ -8,7 +8,14 @@ class Py3_oci < Package
license 'UPL-1.0 or Apache-2.0'
compatibility 'all'
source_url 'https://github.com/oracle/oci-python-sdk.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_oci/2.38.1_x86_64/py3_oci-2.38.1-chromeos-x86_64.tpxz'
})
binary_sha256({
x86_64: 'd8405fcf598555bd2e060fd2549ac055b09d086a6d4f96abda982a9b0d48697e'
})
depends_on 'py3_dateutil'
depends_on 'py3_configparser'

View File

@@ -8,7 +8,18 @@ class Py3_olefile < Package
license 'BSD'
compatibility 'all'
source_url 'https://github.com/decalage2/olefile.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_olefile/0.46_armv7l/py3_olefile-0.46-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_olefile/0.46_armv7l/py3_olefile-0.46-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_olefile/0.46_x86_64/py3_olefile-0.46-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '82216940336248467735a00ed9178a7dda6da52458ceff0ee29e41705ff443a5',
armv7l: '82216940336248467735a00ed9178a7dda6da52458ceff0ee29e41705ff443a5',
x86_64: '9869cf81203d8a9ae564569e9977bdfd64890c6ba1dd7128593421f42028e600'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_openpyxl < Package
source_url 'https://files.pythonhosted.org/packages/f1/7d/fb475cd963bd9d244f95a90c98f518f5c834fefe749f25f9f479ca2d8a51/openpyxl-3.0.7.tar.gz'
source_sha256 '6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_openpyxl/3.0.7_armv7l/py3_openpyxl-3.0.7-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_openpyxl/3.0.7_armv7l/py3_openpyxl-3.0.7-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_openpyxl/3.0.7_x86_64/py3_openpyxl-3.0.7-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '67f3562fdfa8fc22850b8cb128678f4bf508704e5b2eea838e29952084b74202',
armv7l: '67f3562fdfa8fc22850b8cb128678f4bf508704e5b2eea838e29952084b74202',
x86_64: '7fc82dee675d67baafa0458367c844c5493bf9c167ef229e40d940fc55420703'
})
depends_on 'py3_et_xmlfile'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_packaging < Package
source_url 'https://github.com/pypa/packaging.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_packaging/20.9_armv7l/py3_packaging-20.9-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_packaging/20.9_armv7l/py3_packaging-20.9-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_packaging/20.9_x86_64/py3_packaging-20.9-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '455e073afb6ca12d3c4837f97d6c4753ab20093b3a45529199f6331ccae2192b',
armv7l: '455e073afb6ca12d3c4837f97d6c4753ab20093b3a45529199f6331ccae2192b',
x86_64: '976769e26fb5a042068876e1204820ea39177b82eb576e36ed0ecb96b178747c'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_parsedatetime < Package
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/bear/parsedatetime.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_parsedatetime/2.6_armv7l/py3_parsedatetime-2.6-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_parsedatetime/2.6_armv7l/py3_parsedatetime-2.6-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_parsedatetime/2.6_x86_64/py3_parsedatetime-2.6-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'bb4a5c7932ccdaba5b29e981f1872fd84f22cf1dbbe36c210f20f30ca2e7461c',
armv7l: 'bb4a5c7932ccdaba5b29e981f1872fd84f22cf1dbbe36c210f20f30ca2e7461c',
x86_64: 'ad032dca3e09c204521a36b4f5e266c74c2add26b77fc034e6ee2782d278ec61'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_pathspec < Package
source_url 'https://github.com/cpburnz/python-path-specification.git'
git_hashtag '7b125acf41702cb82679dcf56aaf6a14d34bd785'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pathspec/0.8.1_armv7l/py3_pathspec-0.8.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pathspec/0.8.1_armv7l/py3_pathspec-0.8.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pathspec/0.8.1_x86_64/py3_pathspec-0.8.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '481821346709685a9267ac247db37279cb7511c44056edd4bbb02d4a3f4bb81a',
armv7l: '481821346709685a9267ac247db37279cb7511c44056edd4bbb02d4a3f4bb81a',
x86_64: 'b3f22a0db1f837e25e673b9723d9e4adb9eac2ce5f559fe74f271317b6c5fab6'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_pdfminer_six < Package
source_url 'https://github.com/pdfminer/pdfminer.six.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pdfminer_six/20201018_armv7l/py3_pdfminer_six-20201018-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pdfminer_six/20201018_armv7l/py3_pdfminer_six-20201018-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pdfminer_six/20201018_x86_64/py3_pdfminer_six-20201018-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '0190554a998298faa773b29a8a29746627dcfeea528a58c7149bed1f9d4f8093',
armv7l: '0190554a998298faa773b29a8a29746627dcfeea528a58c7149bed1f9d4f8093',
x86_64: '00e565527c66c64c8f61ccfcbd8f283c7e77002115fdd24cd27f7e2a8c99e901'
})
depends_on 'py3_pycryptodome'
depends_on 'py3_sortedcontainers'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_pillow < Package
source_url 'https://github.com/python-pillow/Pillow.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pillow/8.3.1_armv7l/py3_pillow-8.3.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pillow/8.3.1_armv7l/py3_pillow-8.3.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pillow/8.3.1_x86_64/py3_pillow-8.3.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'd13c98552eb144e0e37550e179a49c24fe1a35a0a3033810e3814d32c0fbc015',
armv7l: 'd13c98552eb144e0e37550e179a49c24fe1a35a0a3033810e3814d32c0fbc015',
x86_64: '227408b4faf8bbb1dfe0da046d54dad9071d054cad675eba91468717ce438919'
})
depends_on 'py3_lxml'
depends_on 'py3_xlsxwriter'
depends_on 'libjpeg'

View File

@@ -10,6 +10,17 @@ class Py3_pluggy < Package
source_url 'https://github.com/pytest-dev/pluggy.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pluggy/0.13.1_armv7l/py3_pluggy-0.13.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pluggy/0.13.1_armv7l/py3_pluggy-0.13.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pluggy/0.13.1_x86_64/py3_pluggy-0.13.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'b52471f3165e506014641212c666b4b0cd83554a420f9b956c528a5941efc0b0',
armv7l: 'b52471f3165e506014641212c666b4b0cd83554a420f9b956c528a5941efc0b0',
x86_64: '65b5e572673f2c23516b5eb728dba13a9ab228e992170e0237cb84e54319e38a'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -9,6 +9,17 @@ class Py3_ply < Package
source_url 'https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da/ply-3.11.tar.gz'
source_sha256 '00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ply/3.11_armv7l/py3_ply-3.11-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ply/3.11_armv7l/py3_ply-3.11-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_ply/3.11_x86_64/py3_ply-3.11-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '01623b278862d6b2cc009b29d8d9caa58b3f8d5b191fe22ea762a1a9ee337137',
armv7l: '01623b278862d6b2cc009b29d8d9caa58b3f8d5b191fe22ea762a1a9ee337137',
x86_64: '85171b92200dec35d59d0ca62b7c3c1f0cf3aeb091b186e616a4c199829e8851'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_pptx < Package
license 'MIT'
compatibility 'all'
source_url 'https://github.com/scanny/python-pptx.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pptx/0.6.18_armv7l/py3_pptx-0.6.18-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pptx/0.6.18_armv7l/py3_pptx-0.6.18-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pptx/0.6.18_x86_64/py3_pptx-0.6.18-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '0d48691a41df2ff7af5c5568214b312350909554a95ef3e2661bc56dbb7ea9d1',
armv7l: '0d48691a41df2ff7af5c5568214b312350909554a95ef3e2661bc56dbb7ea9d1',
x86_64: 'cb94d5f39a4eef3f50b24bc089f5cb6a462a589c5dc7a778b82c18beaecd6d6b'
})
depends_on 'py3_lxml'
depends_on 'py3_pillow'

View File

@@ -10,6 +10,17 @@ class Py3_py < Package
source_url 'https://github.com/pytest-dev/py.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_py/1.10.0_armv7l/py3_py-1.10.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_py/1.10.0_armv7l/py3_py-1.10.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_py/1.10.0_x86_64/py3_py-1.10.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '87216dfa6e6dea6bf5d2a2b706a054db9affbb78413de08b14df23711eeeb053',
armv7l: '87216dfa6e6dea6bf5d2a2b706a054db9affbb78413de08b14df23711eeeb053',
x86_64: 'daf69c756cec7668d0a3aea2d2dd54e7634a5a0650a6452b8a3e004f001571df'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_pyasn1 < Package
license 'BSD-2'
compatibility 'all'
source_url 'https://github.com/etingof/pyasn1.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyasn1/0.4.8_armv7l/py3_pyasn1-0.4.8-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyasn1/0.4.8_armv7l/py3_pyasn1-0.4.8-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyasn1/0.4.8_x86_64/py3_pyasn1-0.4.8-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '973e13b9ed9e573657b2e0d4744a59a2b184f476c3fac9444d0b04c623a81f93',
armv7l: '973e13b9ed9e573657b2e0d4744a59a2b184f476c3fac9444d0b04c623a81f93',
x86_64: '1654c19d2179c0c0a810003a29c1a55e0005c99e3bd7d64347a734806b670e70'
})
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,18 @@ class Py3_pycryptodome < Package
license 'BSD and public-domain'
compatibility 'all'
source_url 'https://github.com/Legrandin/pycryptodome.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pycryptodome/3.10.1_armv7l/py3_pycryptodome-3.10.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pycryptodome/3.10.1_armv7l/py3_pycryptodome-3.10.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pycryptodome/3.10.1_x86_64/py3_pycryptodome-3.10.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '1a41505f8037649f2d50514b71c9ed449c499ecd287031f5063ed0442e2d4e2e',
armv7l: '1a41505f8037649f2d50514b71c9ed449c499ecd287031f5063ed0442e2d4e2e',
x86_64: 'b6461c2659331ec4748d0f8209ba9e89695d3edfbd9ff03aac4f68e706b2c43f'
})
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,18 @@ class Py3_pycryptodomex < Package
license 'BSD and public-domain'
compatibility 'all'
source_url 'https://github.com/Legrandin/pycryptodome.git'
git_hashtag 'v' + @_ver + 'x'
git_hashtag "v#{@_ver}x"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pycryptodomex/3.10.1_armv7l/py3_pycryptodomex-3.10.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pycryptodomex/3.10.1_armv7l/py3_pycryptodomex-3.10.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pycryptodomex/3.10.1_x86_64/py3_pycryptodomex-3.10.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '5e171077d9015b2520ef00e45254e714c793f138de2e73021cc9014ca4c57c2a',
armv7l: '5e171077d9015b2520ef00e45254e714c793f138de2e73021cc9014ca4c57c2a',
x86_64: '932d34f2810d2a6aeb28a1109fa1a91807babe26eef2593980cb752aee4a5ada'
})
depends_on 'py3_setuptools' => :build

View File

@@ -11,16 +11,16 @@ class Py3_pyelftools < Package
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyelftools/0.27_armv7l/py3_pyelftools-0.27-chromeos-armv7l.tar.xz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyelftools/0.27_armv7l/py3_pyelftools-0.27-chromeos-armv7l.tar.xz',
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyelftools/0.27_i686/py3_pyelftools-0.27-chromeos-i686.tar.xz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyelftools/0.27_x86_64/py3_pyelftools-0.27-chromeos-x86_64.tar.xz'
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyelftools/0.27_armv7l/py3_pyelftools-0.27-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyelftools/0.27_armv7l/py3_pyelftools-0.27-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyelftools/0.27_x86_64/py3_pyelftools-0.27-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'f5da6d42031d374f73344b9f13207c41c47ba8e571cd36ca45194eb60e5cd0fa',
armv7l: 'f5da6d42031d374f73344b9f13207c41c47ba8e571cd36ca45194eb60e5cd0fa',
i686: '17dcdddf5764b8ff2339ea037cfe9f5c7ab9cb29479f856dec0663ef093344a6',
x86_64: '443dbb4e558e0c02066a22179e97122daccfac5d455e40ab67ec0f5dbf744f76'
aarch64: 'b994942b282cb1c859b5001f16839476c4d99cd22a75b6f926342aa23d91444e',
armv7l: 'b994942b282cb1c859b5001f16839476c4d99cd22a75b6f926342aa23d91444e',
x86_64: 'a4fb7eb28776078f41b15bd41d25ed0f2ca70629186cacb305116ba0d7975dbe'
})
depends_on 'py3_setuptools' => :build

View File

@@ -8,7 +8,18 @@ class Py3_pyicu < Package
license 'MIT'
compatibility 'all'
source_url 'https://gitlab.pyicu.org/main/pyicu.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyicu/2.7.3_armv7l/py3_pyicu-2.7.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyicu/2.7.3_armv7l/py3_pyicu-2.7.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyicu/2.7.3_x86_64/py3_pyicu-2.7.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'c33368edcac29c591da25ada3005349ebc86a1013b821df6e459af2c08715dac',
armv7l: 'c33368edcac29c591da25ada3005349ebc86a1013b821df6e459af2c08715dac',
x86_64: '8243a2b5e225bc1001fa0392887ea122f47b01644f2e7b0cf68e5b355f6ab4c7'
})
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,13 @@ class Py3_pyopenssl < Package
source_url 'https://github.com/pyca/pyopenssl.git'
git_hashtag @_ver
binary_url({
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyopenssl/20.0.1_x86_64/py3_pyopenssl-20.0.1-chromeos-x86_64.tpxz'
})
binary_sha256({
x86_64: '071477601beeca4bd49dc5975a9fe0d4ee7050135538086f3218d03fb1932a5a'
})
depends_on 'openssl'
depends_on 'py3_cryptography'
depends_on 'py3_six'

View File

@@ -10,9 +10,13 @@ class Py3_pystemmer < Package
source_sha256 '9b81c35302f1d2a5ad9465b85986db246990db93d97d3e8f129269ed7102788e'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pystemmer/2.0.1_armv7l/py3_pystemmer-2.0.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pystemmer/2.0.1_armv7l/py3_pystemmer-2.0.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pystemmer/2.0.1_x86_64/py3_pystemmer-2.0.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '33877bc277d34c3b4345a54589d6d2a824ff51c8a53683ba1546b51f34bde0d4',
armv7l: '33877bc277d34c3b4345a54589d6d2a824ff51c8a53683ba1546b51f34bde0d4',
x86_64: '10d004a45733854bbd67e03133c60eaac0e52ce40d9ee7dbe0a64fa59b6717a4'
})

View File

@@ -10,6 +10,17 @@ class Py3_pyte < Package
source_url 'https://github.com/selectel/pyte.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyte/0.8.0_armv7l/py3_pyte-0.8.0-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyte/0.8.0_armv7l/py3_pyte-0.8.0-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyte/0.8.0_x86_64/py3_pyte-0.8.0-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'db517d40a541ba10577ef864500d67b0799df7734e2f2c06d6475957a849d42b',
armv7l: 'db517d40a541ba10577ef864500d67b0799df7734e2f2c06d6475957a849d42b',
x86_64: '696b32d304152582824182624049ff495a9fc2557204e785cc89749e12bb3fd5'
})
depends_on 'py3_wcwidth'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_pytest < Package
source_url 'https://github.com/pytest-dev/pytest.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytest/6.2.4_armv7l/py3_pytest-6.2.4-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytest/6.2.4_armv7l/py3_pytest-6.2.4-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytest/6.2.4_x86_64/py3_pytest-6.2.4-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'd853fbff044481b9f34b630b7e44677a1f2dd3f0a8649eaf52209b9d484db4a3',
armv7l: 'd853fbff044481b9f34b630b7e44677a1f2dd3f0a8649eaf52209b9d484db4a3',
x86_64: '30fe0a993bc2c666f7bbc1555fde84e4a2f0c1e1199e5fabd94e25902ab6a71a'
})
depends_on 'py3_py'
depends_on 'py3_toml'
depends_on 'py3_packaging'

View File

@@ -10,6 +10,17 @@ class Py3_pytimeparse < Package
source_url 'https://github.com/wroberts/pytimeparse.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytimeparse/1.1.8_armv7l/py3_pytimeparse-1.1.8-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytimeparse/1.1.8_armv7l/py3_pytimeparse-1.1.8-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytimeparse/1.1.8_x86_64/py3_pytimeparse-1.1.8-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '0d51a50a382749a31a884549ac6914bf9c43fc6937eb5c330c083b050fed74f8',
armv7l: '0d51a50a382749a31a884549ac6914bf9c43fc6937eb5c330c083b050fed74f8',
x86_64: 'fcfab1dc5a048c57fd8a465fc1f3df01bb74e938f10a627c7c327f3eb3dc280f'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -10,6 +10,17 @@ class Py3_pytz < Package
source_url 'https://files.pythonhosted.org/packages/b0/61/eddc6eb2c682ea6fd97a7e1018a6294be80dba08fa28e7a3570148b4612d/pytz-2021.1.tar.gz'
source_sha256 '83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da'
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytz/2021.1_armv7l/py3_pytz-2021.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytz/2021.1_armv7l/py3_pytz-2021.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pytz/2021.1_x86_64/py3_pytz-2021.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '385c77eef4a350e34c165cd7e229868bf1faee782bbce1f7a41d19d38792631c',
armv7l: '385c77eef4a350e34c165cd7e229868bf1faee782bbce1f7a41d19d38792631c',
x86_64: 'c33ae70cd50e9a09f5909eeebe227828011a79cd24b9325ab59b7b3d00214078'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_pyudev < Package
license 'LGPL-2.1+'
compatibility 'all'
source_url 'https://github.com/pyudev/pyudev.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyudev/0.22_armv7l/py3_pyudev-0.22-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyudev/0.22_armv7l/py3_pyudev-0.22-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyudev/0.22_x86_64/py3_pyudev-0.22-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'd3595f1225885de8ccbdca03a0a4e6a3be3745d48869fa0e65bbaf152a8bacaa',
armv7l: 'd3595f1225885de8ccbdca03a0a4e6a3be3745d48869fa0e65bbaf152a8bacaa',
x86_64: 'b3e8f6b7149108bf039a29a7a6ed1c19199396c68a3f08d5817128c726af198b'
})
depends_on 'py3_six'
depends_on 'py3_setuptools' => :build

View File

@@ -10,6 +10,17 @@ class Py3_pyyaml < Package
source_url 'https://github.com/yaml/pyyaml.git'
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyyaml/5.4.1.1_armv7l/py3_pyyaml-5.4.1.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyyaml/5.4.1.1_armv7l/py3_pyyaml-5.4.1.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_pyyaml/5.4.1.1_x86_64/py3_pyyaml-5.4.1.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '2238a2b916934779b015e9b80279d05a0e8431580c33c97baeed732dfd97e5db',
armv7l: '2238a2b916934779b015e9b80279d05a0e8431580c33c97baeed732dfd97e5db',
x86_64: '2219b3b519406e57edcbd2bde7895b850b255b4a06d8d76c1e7ee8f784935e47'
})
depends_on 'py3_setuptools' => :build
def self.build

View File

@@ -8,7 +8,18 @@ class Py3_requests < Package
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/psf/requests.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_requests/2.25.1_armv7l/py3_requests-2.25.1-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_requests/2.25.1_armv7l/py3_requests-2.25.1-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_requests/2.25.1_x86_64/py3_requests-2.25.1-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: '02ff6c040ddd7ecb5d8513e921fea179775582472352efed67edf539eefef0ba',
armv7l: '02ff6c040ddd7ecb5d8513e921fea179775582472352efed67edf539eefef0ba',
x86_64: '740645baf795270ca05fffd76ff190d9c31f8cd87414ee406846baae770ba1fa'
})
depends_on 'py3_chardet'
depends_on 'py3_idna'

View File

@@ -8,7 +8,18 @@ class Py3_retrying < Package
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/rholder/retrying.git'
git_hashtag 'v' + @_ver
git_hashtag "v#{@_ver}"
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_retrying/1.3.3_armv7l/py3_retrying-1.3.3-chromeos-armv7l.tpxz',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_retrying/1.3.3_armv7l/py3_retrying-1.3.3-chromeos-armv7l.tpxz',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/py3_retrying/1.3.3_x86_64/py3_retrying-1.3.3-chromeos-x86_64.tpxz'
})
binary_sha256({
aarch64: 'b740f5334db1044b55f4edc3876f7f88b631584abde4cb57f68f0a29285e4820',
armv7l: 'b740f5334db1044b55f4edc3876f7f88b631584abde4cb57f68f0a29285e4820',
x86_64: 'b96a36c91d9c3a54ec595ac9133cf62d45f03c6057a785cca907cae6006c55b7'
})
depends_on 'py3_six'
depends_on 'py3_setuptools' => :build

Some files were not shown because too many files have changed in this diff Show More