Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-03-27 17:44:30 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-08-31 22:53:56 +0300
commitafbfb63a000b6c1baf2445ac5d794d5b39024495 (patch)
tree9e15c3937091f3cdf0ed5e4f7815178368b52413 /flatpak
parent20cb0f092b717911b8e4d72df881d17344209bf4 (diff)
Replace css-utils with css-parser
The latter is a maintained fork that runs natively on python2/python3 (without using the fragile 2to3), fixes deprecations, and has a passing testsuite.
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gajim.Gajim.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/flatpak/org.gajim.Gajim.yaml b/flatpak/org.gajim.Gajim.yaml
index 3f463c613..e8cbea9cc 100644
--- a/flatpak/org.gajim.Gajim.yaml
+++ b/flatpak/org.gajim.Gajim.yaml
@@ -147,16 +147,14 @@ modules:
url: https://files.pythonhosted.org/packages/6e/b3/b4d443d2e30c00cdb73612426222172182e54359545cfb17774792619e49/keyring-19.0.2-py2.py3-none-any.whl
sha256: afbfe7bc9bdba69d25c551b0c738adde533d87e0b51ad6bbe332cbea19ad8476
- - name: python3-cssutils
+ - name: python3-css-parser
buildsystem: simple
build-commands:
- - pip3 install --prefix=/app cssutils-1.0.2-py3-none-any.whl
- cleanup:
- - /bin
+ - pip3 install --prefix=/app css-parser-1.0.4-py3-none-any.whl
sources:
- type: file
- url: https://files.pythonhosted.org/packages/6b/15/a9fb9010f58d1c55dd0b7779db2334feb9a572d407024f39a60f44293861/cssutils-1.0.2-py3-none-any.whl
- sha256: c74dbe19c92f5052774eadb15136263548dd013250f1ed1027988e7fef125c8d
+ url: https://files.pythonhosted.org/packages/py3/c/css_parser/css_parser-1.0.4-py3-none-any.whl
+ sha256: 49d6906416569e715b144df97ed81a94b6dc663fbcae6d1dbf4807e7fb8367ae
- name: python3-precis_i18n
buildsystem: simple