Copying a package to a PPA

Here we want to copy pygments from the archive to the PPA ogayot/mantic-proposed.
Note that in dput, we would use ppa:ogayot/mantic-proposed. Here we must use ~ogayot/ubuntu/mantic-proposed or ppa:ogayot/ubuntu/mantic-proposed

$ python3 ./copy-package \
  --from ubuntu \
  --from-suite mantic-proposed \
  --to ~ogayot/ubuntu/mantic-proposed \
  --to-suite mantic \
  --include-binaries \
  pygments

Waiting to hear from Launchpad about your decision...
Copy candidates:
	pygments 2.15.1+dfsg-1 in mantic
	python-pygments-doc 2.15.1+dfsg-1 in mantic amd64
	python-pygments-doc 2.15.1+dfsg-1 in mantic arm64
	python-pygments-doc 2.15.1+dfsg-1 in mantic armhf
	python-pygments-doc 2.15.1+dfsg-1 in mantic i386
	python-pygments-doc 2.15.1+dfsg-1 in mantic ppc64el
	python-pygments-doc 2.15.1+dfsg-1 in mantic riscv64
	python-pygments-doc 2.15.1+dfsg-1 in mantic s390x
	python3-pygments 2.15.1+dfsg-1 in mantic amd64
	python3-pygments 2.15.1+dfsg-1 in mantic arm64
	python3-pygments 2.15.1+dfsg-1 in mantic armhf
	python3-pygments 2.15.1+dfsg-1 in mantic i386
	python3-pygments 2.15.1+dfsg-1 in mantic ppc64el
	python3-pygments 2.15.1+dfsg-1 in mantic riscv64
	python3-pygments 2.15.1+dfsg-1 in mantic s390x
Candidate copy target: https://api.launchpad.net/devel/~ogayot/+archive/ubuntu/mantic-proposed
Copy [y|N]? y
15 copies requested.