all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70225] [PATCH] gnu: Add trac.
@ 2024-04-06  0:56 Vinicius Monego
  2024-04-15 10:24 ` bug#70225: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2024-04-06  0:56 UTC (permalink / raw)
  To: 70225; +Cc: Vinicius Monego

* gnu/packages/version-control.scm (trac): New variable.

Change-Id: I51b86a6b8a913c18f785dbd92a936b8964bebdbc
---
 gnu/packages/version-control.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 19f128d45f..96ca1df552 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1538,6 +1538,33 @@ (define-public savane
 will work.")
     (license license:lgpl2.1)))
 
+(define-public trac
+  (package
+    (name "trac")
+    (version "1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "Trac" version))
+       (sha256
+        (base32 "013kqa93kd1giswir9qsasm5080x5x5x4ab86ky8zmkhyrhkrmv1"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list #:test-flags #~(list "-k"
+                                ;; XXX: these two tests fail, check why.
+                                (string-append
+                                 "not test_remove_composite_keys"
+                                 " and not test_remove_simple_keys"))))
+    (native-inputs (list python-psycopg2 python-pymysql python-pytest))
+    (propagated-inputs (list python-jinja2 python-multipart))
+    (home-page "https://trac.edgewall.org")
+    (synopsis "Integrated SCM, wiki, issue tracker and project environment")
+    (description "Trac is a minimalistic web-based software project management
+and bug/issue tracking system.  It provides an interface to the Git and
+Subversion revision control systems, an integrated wiki, flexible issue
+tracking and convenient report facilities.")
+    (license license:bsd-3)))
+
 (define-public git-flow
   (package
     (name "git-flow")

base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b
-- 
2.39.2





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

* bug#70225: [PATCH] gnu: Add trac.
  2024-04-06  0:56 [bug#70225] [PATCH] gnu: Add trac Vinicius Monego
@ 2024-04-15 10:24 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-04-15 10:24 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 70225-done

Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/version-control.scm (trac): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-04-15 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-06  0:56 [bug#70225] [PATCH] gnu: Add trac Vinicius Monego
2024-04-15 10:24 ` bug#70225: " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.