Your message dated Sun, 21 Aug 2022 01:45:21 -0400
with message-id
<cab4xwxw4pnttw-y2+a697ksqc7rq98vg-kupym4hghudyku...@mail.gmail.com>
and subject line Re: Bug#1016417: pypi2deb: Claims "source package not
available on PyPI"
has caused the Debian Bug report #1016417,
regarding pypi2deb: Claims "source package not available on PyPI"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1016417: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016417
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pypi2deb
Version: 3.20220723
Severity: important
Hi,
$ py2dsp -v tusclient
D: py2dsp py2dsp:156: version: 3.20220707
D: py2dsp py2dsp:157: ['/usr/bin/py2dsp', '-v', 'tusclient']
/usr/bin/py2dsp:163: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
D: py2dsp py2dsp:44: args: Namespace(verbose=True, quiet=False,
root='/home/andreas/debian-maintain/salsa/python-team/packages/0_prospective/result',
clean=False, build=False, application=False, profile=None, github=None,
distribution='UNRELEASED', revision='0~py2deb', message='converte0~py2deb',
name='tusclient')
E: py2dsp py2dsp:167: source package not available on PyPI
Traceback (most recent call last):
File "/usr/bin/py2dsp", line 165, in <module>
loop.run_until_complete(main(args))
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in
run_until_complete
return future.result()
File "/usr/bin/py2dsp", line 74, in main
fname = yield from download(name, version=version, destdir=args.root)
File "/usr/share/pypi2deb/pypi2deb/pypi.py", line 134, in download
raise Exception('source package not available on PyPI')
Exception: source package not available on PyPI
Kind regards
Andreas.
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (50, 'buildd-unstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.18.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages pypi2deb depends on:
ii build-essential 12.9
ii devscripts 2.22.2
ii dh-python 5.20220403
ii python3 3.10.5-3
ii python3-aiohttp 3.8.1-4+b1
ii python3-debian 0.1.46
ii python3-github 1.55-2
ii python3-jinja2 3.0.3-1
ii python3-redis 4.3.4-3
Versions of packages pypi2deb recommends:
ii python3-msgpack 1.0.3-1+b1
Versions of packages pypi2deb suggests:
pn cython <none>
ii cython3 0.29.30-1+b1
pn pypy <none>
pn python-all-dev <none>
pn python-nose <none>
pn python-pytest <none>
pn python-setuptools <none>
ii python3-all-dev 3.10.5-3
ii python3-nose 1.3.7-8
ii python3-pytest 7.1.2-2
ii python3-setuptools 59.6.0-1.2
ii python3-sphinx 4.5.0-4
-- no debconf information
--- End Message ---
--- Begin Message ---
> $ py2dsp -v tusclient
> D: py2dsp py2dsp:156: version: 3.20220707
> D: py2dsp py2dsp:157: ['/usr/bin/py2dsp', '-v', 'tusclient']
> /usr/bin/py2dsp:163: DeprecationWarning: There is no current event loop
> loop = asyncio.get_event_loop()
> D: py2dsp py2dsp:44: args: Namespace(verbose=True, quiet=False,
> root='/home/andreas/debian-maintain/salsa/python-team/packages/0_prospective/result',
> clean=False, build=False, application=False, profile=None, github=None,
> distribution='UNRELEASED', revision='0~py2deb', message='converte0~py2deb',
> name='tusclient')
> E: py2dsp py2dsp:167: source package not available on PyPI
> Traceback (most recent call last):
> File "/usr/bin/py2dsp", line 165, in <module>
> loop.run_until_complete(main(args))
> File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in
> run_until_complete
> return future.result()
> File "/usr/bin/py2dsp", line 74, in main
> fname = yield from download(name, version=version, destdir=args.root)
> File "/usr/share/pypi2deb/pypi2deb/pypi.py", line 134, in download
> raise Exception('source package not available on PyPI')
> Exception: source package not available on PyPI
that's actually correct: https://pypi.org/project/tusclient/#files
only lists a wheel package and not a source one. either contact
upstream and ask them to upload a source package too, or use ask
upstream to release via github, because also
https://github.com/everydo/tusclient does not contain a tag or a
release.
this project may not be mature enough (even though it has not been
touched in 7 years) to be packaged for debian.
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi
--- End Message ---