|
3 | 3 | <!DOCTYPE moduleset SYSTEM "moduleset.dtd"> |
4 | 4 | <?xml-stylesheet type="text/xsl" href="moduleset.xsl"?> |
5 | 5 | <moduleset> |
6 | | - <include href="gtk-osx.modules"/> |
| 6 | + <include href="gtk-osx.modules"/> |
7 | 7 |
|
8 | 8 | <repository type="git" name="github" |
9 | 9 | href="git://github.com/"/> |
|
26 | 26 | --> |
27 | 27 | </dependencies> |
28 | 28 | </metamodule> |
29 | | - |
30 | | - |
31 | | - <!-- |
32 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~ WARNING WARNING WARNING ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
33 | | -
|
34 | | - EVERYTHING UNDER THIS LINE IS NOT USED TO BUILD THE BASE BUNDLE. |
35 | | - SEE gpodder/gpodder/tools/mac-osx for python dependency installs |
36 | | -
|
37 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~ WARNING WARNING WARNING ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
38 | | - --> |
39 | | - |
40 | | - <autotools id="gpodder" skip-autogen="true" skip-configure="true" supports-non-srcdir-builds="no"> |
41 | | - <branch repo="github" module="gpodder/gpodder.git" checkoutdir="gpodder" |
42 | | - tag="3.10.20"> |
43 | | - </branch> |
44 | | - <dependencies> |
45 | | - <!-- when adding new python deps, don't forget to add them to gpodder.bundle --> |
46 | | - <dep package="meta-gpodder-native"/> |
47 | | - <dep package="podcastparser"/> |
48 | | - <dep package="mygpoclient"/> |
49 | | - <dep package="mutagen"/> |
50 | | - <dep package="youtube_dl"/> |
51 | | - <dep package="html5lib"/> |
52 | | - <dep package="requests"/> |
53 | | - </dependencies> |
54 | | - </autotools> |
55 | | - |
56 | | -<distutils id="podcastparser" python3="true"> |
57 | | - <branch repo="pypi" checkoutdir="podcastparser" module="p/podcastparser/podcastparser-${version}.tar.gz" |
58 | | - version="0.6.6" hash="sha256:a30e84102003fb0eb42000546514245acf7b97541dba4e888d1c4c06b1c84454"/> |
59 | | - <dependencies> |
60 | | - <dep package="python3"/> |
61 | | - </dependencies> |
62 | | -</distutils> |
63 | | - |
64 | | -<distutils id="mutagen" python3="true"> |
65 | | - <branch repo="pypi" checkoutdir="mutagen" module="m/mutagen/mutagen-${version}.tar.gz" |
66 | | - version="1.45.1" hash="sha256:6397602efb3c2d7baebd2166ed85731ae1c1d475abca22090b7141ff5034b3e1"/> |
67 | | - <dependencies> |
68 | | - <dep package="python3"/> |
69 | | - </dependencies> |
70 | | -</distutils> |
71 | | - |
72 | | -<distutils id="mygpoclient" python3="true"> |
73 | | - <branch repo="pypi" checkoutdir="mygpoclient" module="m/mygpoclient/mygpoclient-${version}.tar.gz" |
74 | | - version="1.8" hash="b0027746e6fbe7db646673c7e231bfa70b3f5cb0440b1e7704f9d91aa6e925ba"/> |
75 | | - <dependencies> |
76 | | - <dep package="python3"/> |
77 | | - </dependencies> |
78 | | -</distutils> |
79 | | - |
80 | | -<distutils id="html5lib" python3="true"> |
81 | | - <branch repo="pypi" checkoutdir="html5lib" module="h/html5lib/html5lib-${version}.tar.gz" |
82 | | - version="1.1" hash="sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"/> |
83 | | - <dependencies> |
84 | | - <dep package="six"/> |
85 | | - <dep package="webencodings"/> |
86 | | - </dependencies> |
87 | | -</distutils> |
88 | | - |
89 | | -<distutils id="requests" python3="true"> |
90 | | - <branch repo="pypi" checkoutdir="requests" module="r/requests/requests-${version}.tar.gz" |
91 | | - version="2.25.1" hash="sha256:7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"/> |
92 | | - <dependencies> |
93 | | - <dep package="certifi"/> |
94 | | - <dep package="chardet"/> |
95 | | - <dep package="idna"/> |
96 | | - <dep package="urllib3"/> |
97 | | - <dep package="PySocks"/> |
98 | | - </dependencies> |
99 | | -</distutils> |
100 | | - |
101 | | -<distutils id="certifi" python3="true"> |
102 | | - <branch repo="pypi" checkoutdir="certifi" module="c/certifi/certifi-${version}.tar.gz" |
103 | | - version="2021.5.30" hash="sha256:f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4"/> |
104 | | - <dependencies> |
105 | | - <dep package="python3"/> |
106 | | - </dependencies> |
107 | | -</distutils> |
108 | | - |
109 | | -<distutils id="chardet" python3="true"> |
110 | | - <branch repo="pypi" checkoutdir="chardet" module="c/chardet/chardet-${version}.tar.gz" |
111 | | - version="4.0.0" hash="sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"/> |
112 | | - <dependencies> |
113 | | - <dep package="python3"/> |
114 | | - </dependencies> |
115 | | -</distutils> |
116 | | - |
117 | | -<distutils id="idna" python3="true"> |
118 | | - <branch repo="pypi" checkoutdir="idna" module="i/idna/idna-${version}.tar.gz" |
119 | | - version="3.2" hash="sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"/> |
120 | | - <dependencies> |
121 | | - <dep package="python3"/> |
122 | | - </dependencies> |
123 | | -</distutils> |
124 | | - |
125 | | -<distutils id="urllib3" python3="true"> |
126 | | - <branch repo="pypi" checkoutdir="urllib3" module="u/urllib3/urllib3-${version}.tar.gz" |
127 | | - version="1.26.5" hash="sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"/> |
128 | | - <dependencies> |
129 | | - <dep package="brotlipy"/> |
130 | | - </dependencies> |
131 | | -</distutils> |
132 | | - |
133 | | -<distutils id="PySocks" python3="true"> |
134 | | - <branch repo="pypi" checkoutdir="PySocks" module="P/PySocks/PySocks-${version}.tar.gz" |
135 | | - version="1.7.1" hash="sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"/> |
136 | | - <dependencies> |
137 | | - <dep package="python3"/> |
138 | | - </dependencies> |
139 | | -</distutils> |
140 | | - |
141 | | -<distutils id="six" python3="true"> |
142 | | - <branch repo="pypi" checkoutdir="six" module="s/six/six-${version}.tar.gz" |
143 | | - version="1.16.0" hash="sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"/> |
144 | | - <dependencies> |
145 | | - <dep package="python3"/> |
146 | | - </dependencies> |
147 | | -</distutils> |
148 | | - |
149 | | -<distutils id="webencodings" python3="true"> |
150 | | - <branch repo="pypi" checkoutdir="webencodings" module="w/webencodings/webencodings-${version}.tar.gz" |
151 | | - version="0.5.1" md5sum="32f6e261d52e57bf7e1c4d41546d15b8"/> |
152 | | - <dependencies> |
153 | | - <dep package="python3"/> |
154 | | - </dependencies> |
155 | | -</distutils> |
156 | | - |
157 | | -<distutils id="youtube_dl" python3="true"> |
158 | | - <branch repo="pypi" checkoutdir="youtube_dl" module="y/youtube_dl/youtube_dl-${version}.tar.gz" |
159 | | - version="2021.6.6" hash="sha256:375c19339fd6b64cb09f174c4681159a88352c5559c3453dc082020adea2980e"/> |
160 | | - <dependencies> |
161 | | - <dep package="python3"/> |
162 | | - </dependencies> |
163 | | -</distutils> |
164 | | - |
165 | 29 | </moduleset> |
0 commit comments