~ruther/guix-local

45510f4cbdc457abed11f2f2e86347b6e2ac7ee2 — Andreas Enge 5 months ago f5d4349
gnu: Remove epour.

* gnu/packages/enlightenment.scm (epour): Delete variable.

Fixes: guix/guix#3014
Change-Id: Ibe4fa24e0805231f5a189c1eb6e235990cc3e7ae
1 files changed, 0 insertions(+), 32 deletions(-)

M gnu/packages/enlightenment.scm
M gnu/packages/enlightenment.scm => gnu/packages/enlightenment.scm +0 -32
@@ 519,35 519,3 @@ directories.
     "This is a process monitor and system monitor using the
@dfn{Enlightenment Foundation Libraries} (EFL).")
    (license license:bsd-2)))

;; XXX: See: <https://codeberg.org/guix/guix/issues/3014>.
(define-public epour
  (package
    (name "epour")
    (version "0.7.0")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://download.enlightenment.org/rel/apps/epour"
             "/epour-" version ".tar.xz"))
       (sha256
        (base32 "0g9f9p01hsq6dcf4cs1pwq95g6fpkyjgwqlvdjk1km1i5gj5ygqw"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:tests? #f ;no test target
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'find-theme-dir
            (lambda _
              (substitute* "epour/gui/__init__.py"
                (("join\\(data_path")
                 (string-append "join(\"" #$output "/share/epour\""))))))))
    (native-inputs (list intltool python-distutils-extra python-setuptools-67
                         python-wheel-0.40))
    (inputs (list libtorrent-rasterbar-1.2 python-dbus python-efl python-pyxdg))
    (home-page "https://www.enlightenment.org")
    (synopsis "EFL Bittorrent client")
    (description "Epour is a BitTorrent client based on the @dfn{Enlightenment
Foundation Libraries} (EFL) and rb-libtorrent.")
    (license license:gpl3+)))