Files
chromebrew/packages/py3_platformdirs.rb
github-actions[bot] bb58cdcf9d AutoBuild: updates-2025-05-08-17-17 started at 2025-05-08-22UTC (#11887)
* Add unbuilt updated pip packages to updates-2025-05-08-17-17

* Add unbuilt updated ruby gem packages to updates-2025-05-08-17-17

* Add built packages for linux/386 to updates-2025-05-08-17-17

* fix binary generation conflict

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add some updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update ruby buildsystem to use CREW_GLIBC options during gem build.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add more x86_64 binaries.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust LD_LIBRARY_PATH used in build workflows.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Try removing LD_LIBRARY_PATH from build workflow.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Further tweak docker build setup.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust unit tests...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust armv7l container entrance in workflows...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/arm/v7 to updates-2025-05-08-17-17

* Update py3_urwid x86_64

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2025-05-08 23:12:43 +00:00

23 lines
725 B
Ruby

require 'buildsystems/pip'
class Py3_platformdirs < Pip
description 'A small Python package for determining appropriate platform-specific dirs.'
homepage 'https://pypi.org/project/platformdirs'
version "4.3.8-#{CREW_PY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'f1734f3a4add0842a45e869398092fae61e54f4f905ffed6162974f2f9770181',
armv7l: 'f1734f3a4add0842a45e869398092fae61e54f4f905ffed6162974f2f9770181',
i686: 'd0856f1804c947f41db8594590a056a7239e7b8ef446cdc40a1f43aa2fb2a42a',
x86_64: '260ed463614eed3ca9a6b00a2c5f6badeb9c94b3083c37c17ce105a8bc513c32'
})
depends_on 'python3' => :build
no_source_build
end