science-computing / butido

Build Linux packages using Docker containers
Eclipse Public License 2.0
22 stars 8 forks source link

Allow dependency names that start with a number (+ parsing regex cleanup) #358

Closed primeos-work closed 6 months ago

primeos-work commented 6 months ago

This supports dependencies where the package name starts with a digit and tries to simplify the regex a bit by dropping unnecessary syntax.

christophprokop commented 6 months ago

Great! Tested and has expected behaviour now :) Thank you! <3