Skip to content

Commit

Permalink
Merge pull request #50 from Ferenc-/mygnuhealth-latest
Browse files Browse the repository at this point in the history
Update mygnuhealth to latest and add new dependencies
  • Loading branch information
Ferenc- authored Jun 26, 2024
2 parents da161e7 + de98279 commit 9fb7255
Showing 1 changed file with 66 additions and 2 deletions.
68 changes: 66 additions & 2 deletions org.gnuhealth.mygnuhealth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,70 @@ modules:
name: urllib3
packagetype: bdist_wheel
type: pypi
# 'python-dateutil' is a direct dependency of mygnuhealth
# Generated with flatpak-pip-generator --runtime org.freedesktop.Sdk//23.08 --yaml --checker-data pip python-dateutil
- name: python3-python-dateutil
buildsystem: simple
build-commands:
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "python-dateutil" --no-build-isolation
sources:
- type: file
url: https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl
sha256: 8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
x-checker-data:
name: six
packagetype: bdist_wheel
type: pypi
- type: file
url: https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl
sha256: 75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a
x-checker-data:
name: python-dateutil
packagetype: bdist_wheel
type: pypi
# 'bleak' is a direct dependency of mygnuhealth
# Generated with flatpak-pip-generator --runtime org.freedesktop.Sdk//23.08 --yaml --checker-data pip python-dateutil
- name: python3-bleak
buildsystem: simple
build-commands:
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "bleak" --no-build-isolation
sources:
- type: file
url: https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl
sha256: 04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d
x-checker-data:
name: typing-extensions
packagetype: bdist_wheel
type: pypi
# x86_64 specific
- type: file
only-arches:
- x86_64
url: https://files.pythonhosted.org/packages/6a/7a/aa1260a30d7766eed7ab9b57b1f7391eb5c72ec3e11bede0984cc31925ff/dbus_fast-2.22.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
sha256: 6497859da721041dbf7615aab1cae666e5c0a169fca80032ab2fd8b03f7730f5
x-checker-data:
name: dbus-fast
packagetype: bdist_wheel
type: pypi
# aarch64 specific
- type: file
only-arches:
- aarch64
url: https://files.pythonhosted.org/packages/fd/d1/7a64954d4956ea2d99d15c89371720c96f7336c8ba899f1e50121a80ce9b/dbus_fast-2.22.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
sha256: 38e213b0252f97d6a9ceb97cd2d84ddac0d998b8dd15bdca051def181a666b6a
x-checker-data:
name: dbus-fast
packagetype: bdist_wheel
type: pypi
- type: file
url: https://files.pythonhosted.org/packages/99/7b/ff0544a039a34b50ad6fb3164e2e27aa0e3e8f98954daad35699a4e516ee/bleak-0.22.2-py3-none-any.whl
sha256: 8395c9e096f28e0ba1f3e6a8619fa21c327c484f720b7af3ea578d04f498a458
x-checker-data:
name: bleak
packagetype: bdist_wheel
type: pypi
# 'cairosvg' is a direct dependency of mygnuhealth
# Generated with flatpak-pip-generator --runtime org.freedesktop.Sdk//23.08 --yaml --checker-data pip cairosvg
- name: python3-cairosvg
Expand Down Expand Up @@ -385,8 +449,8 @@ modules:
--prefix=${FLATPAK_DEST} "." --no-build-isolation
sources:
- type: archive
url: https://files.pythonhosted.org/packages/d4/63/83f0b5fdc0176f487874d67f7a8f1e470d74de49662e6cdde64bda426246/mygnuhealth-2.0.3.tar.gz
sha256: 3b84b70d8720033a3c68e4d3a15ab9991ab7fd9bce776a64205ca191b837fe50
url: https://files.pythonhosted.org/packages/e9/c1/a610c8b60c78013f4f0fe70b4d9d2fd21dc81d28e3b720005f2a0d0e5db8/mygnuhealth-2.2.0.tar.gz
sha256: d72d6dc8cc4b526e132a28540f6f30665f5622f09d5a819d1de4526e3b7bc61f
x-checker-data:
type: pypi
name: mygnuhealth

0 comments on commit 9fb7255

Please sign in to comment.