Remove Pygments from snapcraft.yml
authorAnthony Fok <foka@debian.org>
Wed, 25 Aug 2021 16:43:32 +0000 (10:43 -0600)
committerAnthony Fok <foka@debian.org>
Wed, 25 Aug 2021 16:43:32 +0000 (10:43 -0600)
Pygments support was removed in Hugo v0.60.0

snap/snapcraft.yaml

index ecf7063efeb9ec8b8787287d6bb0152df7329887..188bab50109b1705f188f2f0980ded4ec6047868 100644 (file)
@@ -92,23 +92,3 @@ parts:
       usr/lib/: lib/
     prime:
       - bin/pandoc
-
-  pygments:
-    plugin: nil
-    stage-packages:
-      - python3-pygments
-    organize:
-      usr/bin/: bin/
-      usr/lib/: lib/
-    prime:
-      - bin/pygmentize
-      - lib/python*/site-packages/Pygments-*.dist-info/*
-      - lib/python*/site-packages/pygments/*
-      - bin/python*
-      - -bin/python*m
-      - lib/python*/*
-      - -lib/python*/distutils/*
-      - -lib/python*/email/*
-      - -lib/python*/lib2to3/*
-      - -lib/python*/tkinter/*
-      - -lib/python*/unittest/*