unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67481] [PATCH] gnu: tractor: Change URI of source.
@ 2023-11-27 10:01 Danial Behzadi
  2023-12-25 17:32 ` Mathieu Othacehe
  2024-01-07 13:24 ` Danial Behzadi
  0 siblings, 2 replies; 3+ messages in thread
From: Danial Behzadi @ 2023-11-27 10:01 UTC (permalink / raw)
  To: 67481; +Cc: Danial Behzadi

---
 gnu/packages/tor.scm | 61 ++++++++++++++++++++++----------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index d4bf27a790..cb7fd571c5 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -441,41 +441,40 @@ (define-public tractor
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "traxtor" version))
+       (uri (string-append "https://framagit.org/tractor/tractor/-/archive/"
+                           version "/tractor-" version ".tar.bz2"))
        (sha256
-        (base32
-         "1542g6alycwlmvndxcijzn4d5lgycmxxb78gqd8qwgm9kw0fnr3q"))))
+        (base32 "0gnsgwgbipd1z3ra32mpglwy19jfay36y78nqg32zqka3lsha7rc"))))
     (build-system pyproject-build-system)
-    (native-inputs
-     (list (list glib "bin")))       ; for glib-compile-schemas.
-    (inputs
-     (list python-fire
-           python-psutil
-           python-pygobject
-           python-requests
-           python-stem
-           python-termcolor))
+    (native-inputs (list (list glib "bin"))) ;for glib-compile-schemas.
+    (inputs (list python-fire
+                  python-psutil
+                  python-pygobject
+                  python-requests
+                  python-stem
+                  python-termcolor))
     (arguments
      (list
-      #:tests? #f                   ; no test suite.
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'install 'install-man-page
-            (lambda _
-              (let ((man1 (string-append #$output "/share/man/man1")))
-                (install-file "tractor/man/tractor.1" man1))))
-          (add-after 'install 'install-bash-completion
-            (lambda _
-              (mkdir "bash-completion")
-              (rename-file "tractor/tractor-completion"
-                           "bash-completion/tractor")
-              (let ((bash-completion
-                      (string-append #$output "/share/bash-completion/completions")))
-                (install-file "bash-completion/tractor" bash-completion))))
-          (add-after 'install 'install-gschema
-            (lambda _
-              (let ((schemas (string-append #$output "/share/glib-2.0/schemas")))
-                (install-file "tractor/tractor.gschema.xml" schemas)))))))
+      #:tests? #f ;no test suite.
+      #:phases #~(modify-phases %standard-phases
+                   (add-after 'install 'install-man-page
+                     (lambda _
+                       (let ((man1 (string-append #$output "/share/man/man1")))
+                         (install-file "tractor/man/tractor.1" man1))))
+                   (add-after 'install 'install-bash-completion
+                     (lambda _
+                       (mkdir "bash-completion")
+                       (rename-file "tractor/tractor-completion"
+                                    "bash-completion/tractor")
+                       (let ((bash-completion (string-append #$output
+                                               "/share/bash-completion/completions")))
+                         (install-file "bash-completion/tractor"
+                                       bash-completion))))
+                   (add-after 'install 'install-gschema
+                     (lambda _
+                       (let ((schemas (string-append #$output
+                                       "/share/glib-2.0/schemas")))
+                         (install-file "tractor/tractor.gschema.xml" schemas)))))))
     (home-page "https://framagit.org/tractor")
     (synopsis "Setup an onion routing proxy")
     (description
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#67481] [PATCH] gnu: tractor: Change URI of source.
  2023-11-27 10:01 [bug#67481] [PATCH] gnu: tractor: Change URI of source Danial Behzadi
@ 2023-12-25 17:32 ` Mathieu Othacehe
  2024-01-07 13:24 ` Danial Behzadi
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2023-12-25 17:32 UTC (permalink / raw)
  To: Danial Behzadi; +Cc: 67481


Hello Danial,

> -       (uri (pypi-uri "traxtor" version))
> +       (uri (string-append "https://framagit.org/tractor/tractor/-/archive/"
> +                           version "/tractor-" version ".tar.bz2"))

What's the rationale behind the URI change? It seems that pypi is still
providing traxtor.

> -    (native-inputs
> -     (list (list glib "bin")))       ; for glib-compile-schemas.
> -    (inputs
> -     (list python-fire
> -           python-psutil
> -           python-pygobject
> -           python-requests
> -           python-stem
> -           python-termcolor))
> +    (native-inputs (list (list glib "bin"))) ;for glib-compile-schemas.
> +    (inputs (list python-fire
> +                  python-psutil
> +                  python-pygobject
> +                  python-requests
> +                  python-stem
> +                  python-termcolor))

All the subsequent modifications should be made in another separate
commit. Could you please send an updated version?

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#67481] [PATCH] gnu: tractor: Change URI of source.
  2023-11-27 10:01 [bug#67481] [PATCH] gnu: tractor: Change URI of source Danial Behzadi
  2023-12-25 17:32 ` Mathieu Othacehe
@ 2024-01-07 13:24 ` Danial Behzadi
  1 sibling, 0 replies; 3+ messages in thread
From: Danial Behzadi @ 2024-01-07 13:24 UTC (permalink / raw)
  To: 67481

[-- Attachment #1: Type: text/plain, Size: 26 bytes --]

Close in favor of #68303


[-- Attachment #2: Type: text/html, Size: 73 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-07 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 10:01 [bug#67481] [PATCH] gnu: tractor: Change URI of source Danial Behzadi
2023-12-25 17:32 ` Mathieu Othacehe
2024-01-07 13:24 ` Danial Behzadi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).