Make all conda metapackages `noarch: generic`
All of the conda metapackages just list requirements, and carry no files, so should be noarch: generic
- this should simplify the packaging and hopefully speed things up a wee bit. This also lays the groundwork a bit for a future PR to separate out requirements by distribution (rather than just platform).