On 22/11/22 14:07, Hugo Osvaldo Barrera wrote:
Hello all,
I am maintainer of a package which has pkgname as python-eyed3 but has pkgbase as python2-eyed3.
...
The package does not work on python2 but works on python3 and hence I am trying to remove pkgbase=python2-eyed3 from it, as it gives wrong impression that package is dependent on python2.
...
In short, how do I update the package to remove python2-eyed3 as pkgbase?
... Amish The current "python2-eyed3" already contains the "python-eyed3", so I assume
On Tue, 22 Nov 2022, at 05:31, Amish wrote: that the "cannot overwrite package" error means you can't upload another pkgbase which contains the same pkgname as an existing one.
Try removing pkgname=python-eyed3 from pkgbase=python2-eyed3, then upload the new package, then submit a merge request from the old one onto the new one.
Great that worked! Thanks. Amish.