Package Details: fdroidserver-git 2.1a0.r143.g5f43fdcc-1

Git Clone URL: https://aur.archlinux.org/fdroidserver-git.git (read-only, click to copy)
Package Base: fdroidserver-git
Description: F-Droid repository management tools
Upstream URL: https://gitlab.com/fdroid/fdroidserver
Licenses: GPL3
Conflicts: fdroidserver
Provides: fdroidserver
Submitter: prurigro
Maintainer: None
Last Packager: micwoj92
Votes: 12
Popularity: 0.000000
First Submitted: 2013-05-27 11:20 (UTC)
Last Updated: 2021-12-29 06:10 (UTC)

Dependencies (33)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

xuhcc commented on 2020-04-05 10:34 (UTC)

fdroidserver now depends on python-gitpython

xuhcc commented on 2019-07-31 15:41 (UTC)

missing dependency: python-ruamel-yaml (needed for rewritemeta command)

(see https://gitlab.com/fdroid/fdroidserver/issues/645)

marmistrz commented on 2018-08-31 19:35 (UTC)

It looks like not all of the files are installed:

WARNING: No 'config.py' found, using defaults.
INFO: Using git version 2.18.0
INFO: Building version 1.0 (1) of com.android.adbkeyboard
INFO: Getting source for revision ad54ed605776d033b575f1df3c8c35b28bf34a6f
INFO: Creating local.properties file at build/com.android.adbkeyboard/local.properties
INFO: Creating local.properties file at build/com.android.adbkeyboard/keyboardservice/local.properties
INFO: Cleaning Gradle project...
ERROR: Could not build app com.android.adbkeyboard: OSError while trying to execute /usr/lib/python3.7/site-packages/gradlew-fdroid clean: [Errno 2] No such file or directory: '/usr/lib/python3.7/site-packages/gradlew-fdroid': '/usr/lib/python3.7/site-packages/gradlew-fdroid'
INFO: Build for app com.android.adbkeyboard failed:
OSError while trying to execute /usr/lib/python3.7/site-packages/gradlew-fdroid clean: [Errno 2] No such file or directory: '/usr/lib/python3.7/site-packages/gradlew-fdroid': '/usr/lib/python3.7/site-packages/gradlew-fdroid'
INFO: Finished

from the F-Droid IRC

<bubuiic‎> marmistrz: mmh, packaging error/f-droid apparently doesn;t handle being installed that way all too well</bubuiic‎>

marmistrz commented on 2018-08-31 13:38 (UTC)

python-defusedxml is missing as a dependency

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

@maintainer: Package is missing files:

CRITICAL: Unknown exception found!
Traceback (most recent call last):
  File "/usr/bin/fdroid", line 150, in <module>
    main()
  File "/usr/bin/fdroid", line 126, in main
    mod.main()
  File "/usr/lib/python3.6/site-packages/fdroidserver/init.py", line 127, in main
    shutil.copy(os.path.join(examplesdir, 'fdroid-icon.png'), fdroiddir)
  File "/usr/lib/python3.6/shutil.py", line 241, in copy
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.6/shutil.py", line 120, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/doc/fdroidserver/examples/fdroid-icon.png'



CRITICAL: Unknown exception found!
Traceback (most recent call last):
  File "/usr/bin/fdroid", line 150, in <module>
    main()
  File "/usr/bin/fdroid", line 126, in main
    mod.main()
  File "/usr/lib/python3.6/site-packages/fdroidserver/init.py", line 128, in main
    shutil.copyfile(os.path.join(examplesdir, 'config.py'), 'config.py')
  File "/usr/lib/python3.6/shutil.py", line 120, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/doc/fdroidserver/examples/config.py'

Please note the comments on <https://aur.archlinux.org/packages/fdroidserver/#news> for this

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

@Maintainer/dlandau , @mvdan Package does not build:

==> Starting package()...  
Using reST README  
Traceback (most recent call last):
  File "setup.py", line 60, in <module>
    readme = fp.read()
  File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 187: ordinal not in range(128)
install: cannot stat 'fd-commit': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Makepkg was unable to build fdroidserver-git.
==> Restart building fdroidserver-git ? [y/N]

mvdan commented on 2016-03-11 23:54 (UTC)

FYI, we just merged the python3 branch. So the deps should be switched by their python3 counterparts.

osfans commented on 2016-01-05 01:57 (UTC)

$ fdroid --help Traceback (most recent call last): File "/usr/bin/fdroid", line 24, in <module> import fdroidserver.common File "/usr/lib/python2.7/site-packages/fdroidserver/common.py", line 46, in <module> import metadata File "/usr/lib/python2.7/site-packages/fdroidserver/metadata.py", line 32, in <module> import yaml ImportError: No module named yaml python2-yaml needed.

shtrom commented on 2015-09-27 10:27 (UTC)

Additionaly, this package now should depend on python2-yaml.

mvdan commented on 2015-09-14 23:41 (UTC)

Reporting some recent dependency changes: * python2-magic is no longer used. * python2-requests can be optional, as it's only used in `fdroid verify` for now (used to be imported by all modules before) * python2-pyasn{,-modules} can be optional, as they are only used in `fdroid update`