From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 30 May 2023 04:15:05 +0300 (MSK) From: Ivan Zakharyaschev To: ALT Linux Team development discussions In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="1807885841-510416656-1685409305=:2635" Cc: python@packages.altlinux.org, Grigory Ustinov , Anton Vyatkin Subject: Re: [devel] [#321689] TESTED (try 3) python3-module-zope.exceptions.git=4.6-alt2 ... X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2023 01:15:05 -0000 Archived-At: List-Archive: List-Post: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1807885841-510416656-1685409305=:2635 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8BIT Hello! On Wed, 24 May 2023, Ivan Zakharyaschev wrote: > Я не проверял, но есть опасения, что импорт этих модулей не будет работать > при такой упаковке. Раньше так было. А цель -- что пофиксить? Только Сейчас такой проблемой страдает python3-module-zope.password, но, например, не python3-module-zope.interface . Нашёл плохой пакет так: grep '/usr/lib/python3/site-packages/zope/' /ALT/Sisyphus/{noarch,x86_64}/base/contents_index Вот какой командой можно проверить: $ p=python3-module-zope.password; hsh --without-stuff --ini ~/hasher2 && hsh-install ~/hasher2/ "$p" tests-for-installed-python3-pkgs && hsh-run ~/hasher2/ --mount=/proc,/dev/pts -- bash -c "rpm -q $p; rpm -q $p --provides; echo 'Non-importable:'; /usr/lib/rpm/check-python3-provs-importable $p" python3-module-zope.password-4.4-alt1.noarch python3(zope.password) python3(zope.password.interfaces) python3(zope.password.legacy) python3(zope.password.password) python3(zope.password.vocabulary) python3(zope.password.zpasswd) python3-module-zope.password = 4.4-alt1:sisyphus+321169.2400.3.1 Non-importable: zope.password zope.password.interfaces zope.password.legacy zope.password.password zope.password.vocabulary zope.password.zpasswd $ p=python3-module-zope.interface; hsh --without-stuff --ini ~/hasher2 && hsh-install ~/hasher2/ "$p" tests-for-installed-python3-pkgs && hsh-run ~/hasher2/ --mount=/proc,/dev/pts -- bash -c "rpm -q $p; rpm -q $p --provides; echo 'Non-importable:'; /usr/lib/rpm/check-python3-provs-importable $p" python3-module-zope.interface-5.4.0-alt2.x86_64 python3(zope.interface) python3(zope.interface._compat) python3(zope.interface._flatten) python3(zope.interface._zope_interface_coptimizations) python3(zope.interface.adapter) python3(zope.interface.advice) python3(zope.interface.common) python3(zope.interface.common.builtins) python3(zope.interface.common.collections) python3(zope.interface.common.idatetime) python3(zope.interface.common.interfaces) python3(zope.interface.common.io) python3(zope.interface.common.mapping) python3(zope.interface.common.numbers) python3(zope.interface.common.sequence) python3(zope.interface.declarations) python3(zope.interface.document) python3(zope.interface.exceptions) python3(zope.interface.interface) python3(zope.interface.interfaces) python3(zope.interface.registry) python3(zope.interface.ro) python3(zope.interface.verify) python3-module-zope.interface = 5.4.0-alt2:sisyphus+291245.43540.56.1 Non-importable: $ -- Best regards, Ivan --1807885841-510416656-1685409305=:2635--