Package Details: fdroidserver 1:2.2.2-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: fordprefect
Last Packager: fordprefect
Votes: 25
Popularity: 0.000000
First Submitted: 2012-06-10 05:09 (UTC)
Last Updated: 2024-04-24 19:11 (UTC)

Dependencies (32)

Required by (0)

Sources (1)

Latest Comments

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

yan12125 commented on 2018-05-28 08:04 (UTC)

Thanks for updating this! But why are some files installed to /tmp?

yan12125 commented on 2018-04-23 14:23 (UTC) (edited on 2018-04-23 14:24 (UTC) by yan12125)

Checksum mismatch:

$ makepkg
==> Making package: fdroidserver 2:1.0.3-1 (西元2018年04月23日 (週一) 22時22分52秒)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found archive.tar.gz?ref=1.0.3
==> Validating source files with sha256sums...
    archive.tar.gz?ref=1.0.3 ... FAILED
==> ERROR: One or more files did not pass the validity check!

$ sha256sum archive.tar.gz\?ref=1.0.3
135cddf11b836bb55532b037c0ccf6adb68e18ced8381ffed9332528b9c46d11  archive.tar.gz?ref=1.0.3

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.