AOSC-Archive / autobuild3

AOSC OS package maintenance toolkit (version 3)
https://aosc.io
GNU General Public License v2.0
24 stars 17 forks source link

PKGDEP: Specifying version in defines? #9

Closed Artoria2e5 closed 9 years ago

Artoria2e5 commented 9 years ago

Consider adding version setting in PKGDEP, so now we should have something like

PKGDEP="foo>=2.1 bar=8.1 baz<3.2"

We need something to make this work.

I have a great idea! All I need is a programmer and $1M to earn a lot of money.

jyhi commented 9 years ago

Support.

MingcongBai commented 9 years ago

Solved as soon as autobuild3 is out, right? @Icenowy

Artoria2e5 commented 9 years ago

Done reference impl (draft) in ab2: https://github.com/AOSC-Dev/autobuild/blob/master/PAKMGR.md

MingcongBai commented 9 years ago

Would you like to forward port the changes... I can't comprehend how I will do it.

Artoria2e5 commented 9 years ago

@MingcongBai is there any package using the current ab3's [<=>]?pkgname syntax?

MingcongBai commented 9 years ago

OPpkgname?

MingcongBai commented 9 years ago

No. As far as I know.

MingcongBai commented 9 years ago

Even there is, when I happen Togo through them. I will rebuild no matter what.

Artoria2e5 commented 9 years ago

15205b7 test pending

Artoria2e5 commented 9 years ago

Merged ab2-port.