Package Details: fdroidserver 1:2.2.1-1

Git Clone URL: https://aur.archlinux.org/fdroidserver.git (read-only, click to copy)
Package Base: fdroidserver
Description: F-Droid repository management tools
Upstream URL: https://gitlab.com/fdroid/fdroidserver
Licenses: GPL3
Submitter: AlexanderR
Maintainer: dlandau (fordprefect)
Last Packager: fordprefect
Votes: 25
Popularity: 0.000000
First Submitted: 2012-06-10 05:09 (UTC)
Last Updated: 2023-03-09 15:10 (UTC)

Dependencies (32)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

dlandau commented on 2018-04-18 18:19 (UTC)

The --version thing is now fixed.

BubuIIC commented on 2018-04-10 12:05 (UTC)

Running fdroid --version with this package produces a crash:

Traceback (most recent call last):
  File "/usr/bin/fdroid", line 164, in <module>
    main()
  File "/usr/bin/fdroid", line 101, in main
    output = get_distribution('fdroidserver').version + '\n'
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 472, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 344, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 778, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'fdroidserver' distribution was not found and is required by the application

<deleted-account> commented on 2018-01-01 19:07 (UTC)

@maintainer Can you update the package so fdroid init work again? Solutions are already in comments.

maximbaz commented on 2017-08-10 17:12 (UTC)

Solved this issue locally by replacing the following line in PKGBUILD: install -D "examples/config.py" "$pkgdir/usr/share/$pkgname/config.sample.py" With: install -D "examples/config.py" "$pkgdir/usr/share/doc/$pkgname/examples/config.py" install -D "examples/fdroid-icon.png" "$pkgdir/usr/share/doc/$pkgname/examples/fdroid-icon.png"

klemens commented on 2017-08-08 22:36 (UTC)

fdroid init seems to expect config.py and fdroid-icon.png at /usr/share/doc/fdroidserver/examples/, but instead the package only installs /usr/share/fdroidserver/config.sample.py.

dlandau commented on 2017-02-12 12:03 (UTC)

At least on my machine the pkg installs stuff in /usr/lib/python3.6.

ecloud commented on 2017-02-02 20:30 (UTC)

$ fdroid Traceback (most recent call last): File "/usr/bin/fdroid", line 23, in <module> import fdroidserver.common ModuleNotFoundError: No module named 'fdroidserver' That's because /usr/bin/fdroid has its shebang set to use python3 but the aur installation installs stuff in /usr/lib/python2.7/site-packages/fdroidserver. mv /usr/lib/python2.7/site-packages/fdroidserver /usr/lib/python3.6/site-packages/

the-k commented on 2015-12-13 16:09 (UTC)

Version 0.5.0 will require python2-yaml.

dlandau commented on 2015-08-20 17:56 (UTC)

Updated, thanks!

mvdan commented on 2015-08-05 06:04 (UTC)

Just tagged 0.4.0. Added python2-requests as a new dependency.