Re: New Egg for CHICKEN6: bvconv
Anton Idukov via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CAMJCnqV9Ng-RB265UQ6kNR6MfNjn-0Ob8Rx_eD8UhTqx=5cHQg@mail.gmail.com> |
ouch, mine error! I fix typo in .release-info and retag/repush 1.0.2 $ test-new-egg bvconv https://codeberg.org/Corbas/bvconv/raw/branch/main/bvconv.release-info produce *==== bvconv (1 of 1) ==== Fetching........................................[ ok ] 0s Reading .egg....................................[ ok ] 0s Checking dependencies...........................[ ok ] 0s Checking category...............................[ ok ] 0s Checking license................................[ ok ] 0s Checking author.................................[ ok ] 0s Installing......................................[fail] 0s Checking documentation..........................[fail] 0s* but test-new-egg CHICKEN 5 tool. сб, 29 мар. 2025 г. в 01:02, Mario Domenech Goulart <[email protected]>: > Hi Anton, > > On Sat, 29 Mar 2025 00:05:05 +0300 Anton Idukov via Chicken-users < > [email protected]> wrote: > > > I made CHICKEN 6 Egg bvconv - which looks like iconv C5 Egg but on > bytevectors. > > Source code live https://codeberg.org/Corbas/bvconv.git > > > > Rease info > https://codeberg.org/Corbas/bvconv/raw/branch/main/bvconv.release-info > > Thanks. > > Unfortunately the release-info file doesn't seem to be correct. You > probably need to replace err-release with egg-release. > > Could you please give it a try with test-new-egg > (https://wiki.call-cc.org/eggref/5/test-new-egg)? > > Example: > > $ test-new-egg bvconv ' > https://codeberg.org/Corbas/bvconv/raw/branch/main/bvconv.release-info' > > All the best. > Mario > -- > http://parenteses.org/mario >