Package Details: photocollage 1.4.6-2

Git Clone URL: https://aur.archlinux.org/photocollage.git (read-only, click to copy)
Package Base: photocollage
Description: Graphical tool to make photo collage posters.
Upstream URL: https://github.com/adrienverge/PhotoCollage
Keywords: collage photo
Licenses: GPL2
Submitter: Lykos153
Maintainer: ilai
Last Packager: ilai
Votes: 7
Popularity: 0.035532
First Submitted: 2017-11-30 20:55 (UTC)
Last Updated: 2024-01-29 02:45 (UTC)

Latest Comments

1 2 Next › Last »

ilai commented on 2024-01-29 02:46 (UTC)

Updated :)

xiota commented on 2024-01-29 02:37 (UTC) (edited on 2024-01-29 02:41 (UTC) by xiota)

PEP517 works with setup.py as long as python-setuptools is present (in addition to python-build python-installer python-wheel).

I've seen some functional issues with pure setup.py installs in some other packages that aren't present when using PEP517. Switching also gets rid of deprecation messages.

ilai commented on 2024-01-29 02:28 (UTC)

@xiota I updated the package to v1.4.6, but it doesn't look like upstream supports PEP517, there is no pyproject.toml.

ilai commented on 2022-05-22 01:50 (UTC)

Interesting, I didn't get this error message but I updated the PKGBUILD to create this empty file.

steadfasterX commented on 2022-05-04 07:03 (UTC) (edited on 2022-05-04 07:04 (UTC) by steadfasterX)

when installing I got this error:

======================================================================
ERROR: test_collage (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_collage
Traceback (most recent call last):
  File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
ModuleNotFoundError: No module named 'tests.test_collage'

I fixed it as described here: https://stackoverflow.com/a/56791072/14611530 so basically added an empty src/PhotoCollage-1.4.5/tests/__init__.py and it compiles successfully.

jdarnold commented on 2022-01-11 16:55 (UTC)

Sorry, my bad. Somehow, my system was using python2 as the default 'python'. When I fixed that, all was well.

jdarnold commented on 2022-01-10 19:03 (UTC) (edited on 2022-01-10 19:03 (UTC) by jdarnold)

When I run makepkg, I get:

makepkg -si
==> Making package: photocollage 1.4.5-1 (Mon 10 Jan 2022 01:39:57 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading photocollage-1.4.5.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   132  100   132    0     0    917      0 --:--:-- --:--:-- --:--:--   923
100  586k    0  586k    0     0  1069k      0 --:--:-- --:--:-- --:--:-- 1069k
==> Validating source files with sha256sums...
    photocollage-1.4.5.tar.gz ... Passed
==> Extracting sources...
  -> Extracting photocollage-1.4.5.tar.gz with bsdtar
==> Starting build()...
  File "setup.py", line 2
SyntaxError: Non-ASCII character '\xc3' in file setup.py on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

NicoHood commented on 2018-11-02 08:12 (UTC)

Hi, the license you used is invalid. It must be GPL2 not GPLv2. Also the dependency hicolor-icon-theme is missing.

Lykos153 commented on 2018-03-05 22:45 (UTC)

Thanks! Added it.