diff options
author | Yigit Sever | 2021-09-29 17:35:11 +0300 |
---|---|---|
committer | Yigit Sever | 2021-09-29 17:35:11 +0300 |
commit | ba08ce51c928b127d7f36be436149e34df363f0c (patch) | |
tree | ac504cf070c405839d1fd3d8bdb1d05d4c8109c1 | |
parent | 9e1911a1ef17d7d79078e474b75bc6cb0f6a3bab (diff) | |
download | packages-ba08ce51c928b127d7f36be436149e34df363f0c.tar.gz packages-ba08ce51c928b127d7f36be436149e34df363f0c.tar.bz2 packages-ba08ce51c928b127d7f36be436149e34df363f0c.zip |
Support gourmand plugins
-rw-r--r-- | .gitmodules | 18 | ||||
m--------- | gourmand | 36 | ||||
m--------- | python-extruct | 22 | ||||
m--------- | python-html-text | 21 | ||||
m--------- | python-jstyleson | 21 | ||||
m--------- | python-mf2py | 21 | ||||
m--------- | python-pyrdfa3 | 0 | ||||
m--------- | python-scrape-schema-recipe | 21 |
8 files changed, 142 insertions, 18 deletions
diff --git a/.gitmodules b/.gitmodules index 10541f1..ded78c6 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -52,3 +52,21 @@ | |||
52 | [submodule "thorium-bin"] | 52 | [submodule "thorium-bin"] |
53 | path = thorium-bin | 53 | path = thorium-bin |
54 | url = ssh://aur@aur.archlinux.org/thorium-bin.git | 54 | url = ssh://aur@aur.archlinux.org/thorium-bin.git |
55 | [submodule "python-html-text"] | ||
56 | path = python-html-text | ||
57 | url = ssh://aur@aur.archlinux.org/python-html-text.git | ||
58 | [submodule "python-scrape-schema-recipe"] | ||
59 | path = python-scrape-schema-recipe | ||
60 | url = ssh://aur@aur.archlinux.org/python-scrape-schema-recipe.git | ||
61 | [submodule "python-extruct"] | ||
62 | path = python-extruct | ||
63 | url = ssh://aur@aur.archlinux.org/python-extruct.git | ||
64 | [submodule "python-pyrdfa3"] | ||
65 | path = python-pyrdfa3 | ||
66 | url = ssh://aur@aur.archlinux.org/python-pyrdfa3.git | ||
67 | [submodule "python-mf2py"] | ||
68 | path = python-mf2py | ||
69 | url = ssh://aur@aur.archlinux.org/python-mf2py.git | ||
70 | [submodule "python-jstyleson"] | ||
71 | path = python-jstyleson | ||
72 | url = ssh://aur@aur.archlinux.org/python-jstyleson.git | ||
diff --git a/gourmand b/gourmand | |||
Subproject 6424b7bca9e136cb4480c2be71cd22fbcb0ac43 | Subproject ab5a1b4615b6a2d13e88528e3205e8c3bb735d5 | ||
diff --git a/python-extruct b/python-extruct new file mode 160000 | |||
Subproject b0607877ea6354b47e359d8b602df1791be0979 | |||
diff --git a/python-html-text b/python-html-text new file mode 160000 | |||
Subproject eafafd25e5acb94b02a5529e1c517f3b99673ef | |||
diff --git a/python-jstyleson b/python-jstyleson new file mode 160000 | |||
Subproject a7b184f2e7d392c19cd70287496053eaa419c95 | |||
diff --git a/python-mf2py b/python-mf2py new file mode 160000 | |||
Subproject b64ee7db9d45e48c4a0a1839072f57261f507a5 | |||
diff --git a/python-pyrdfa3 b/python-pyrdfa3 new file mode 160000 | |||
Subproject 16141ed512e31aeef2a11f4999b184be8a4dd5b | |||
diff --git a/python-scrape-schema-recipe b/python-scrape-schema-recipe new file mode 160000 | |||
Subproject a25f40767d4589f4ea0c17c8841fde4d38619b8 | |||