pure-data / deken

Externals wrangler for Pure Data
Other
145 stars 17 forks source link

deken find: cannot mix terms with version specifiers and without #271

Closed umlaeute closed 2 years ago

umlaeute commented 2 years ago
$ deken find zexy iemguts
iemguts/0.3.1 uploaded by zmoelnigbot on 2022-03-30 18:30:26 for [...]
zexy/2.4.1 uploaded by zmoelnigbot on 2022-02-02 17:14:09 for [...]

$ deken find zexy==2.4.1 iemguts
zexy/2.4.1 uploaded by zmoelnigbot on 2022-02-02 17:14:09 for [...]

$ deken.hy find zexy iemguts==0.3.1
iemguts/0.3.1 uploaded by zmoelnigbot on 2022-03-30 18:30:26 for [...]

$ deken find zexy==2.4.1 iemguts==0.3.1
iemguts/0.3.1 uploaded by zmoelnigbot on 2022-03-30 18:30:26 for [...]
zexy/2.4.1 uploaded by zmoelnigbot on 2022-02-02 17:14:09 for [...]

the same holds true when using a requirements-file, like that:

zexy==2.4.1
iemguts