all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 67879@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>
Subject: [bug#67879] [PATCH 01/12] gnu: Add perl-www-pastebin-pastebincom-create.
Date: Mon, 18 Dec 2023 18:03:01 +0100	[thread overview]
Message-ID: <248f0c9ce5b6fcfad386ec7cfe32be533581a15b.1702918181.git.w@wmeyer.eu> (raw)
In-Reply-To: <cover.1702918181.git.w@wmeyer.eu>

* gnu/packages/perl-web.scm (perl-www-pastebin-pastebincom-create): New variable.
* gnu/packages/perl-web.scm: Add my copyright header.

Change-Id: I2b8caa12f7230f00617a0e85e1fc8b95adc551c5
---
 gnu/packages/perl-web.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/perl-web.scm b/gnu/packages/perl-web.scm
index c3a3e17188..6e06bddfe4 100644
--- a/gnu/packages/perl-web.scm
+++ b/gnu/packages/perl-web.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -125,3 +126,28 @@ (define-public perl-uri-nested
      "@code{URI::Nested} provides support for nested URIs, where the scheme is
 a prefix, and the remainder of the URI is another URI.")
     (license license:perl-license)))
+
+(define-public perl-www-pastebin-pastebincom-create
+  (package
+    (name "perl-www-pastebin-pastebincom-create")
+    (version "1.003")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://cpan/authors/id/Z/ZO/ZOFFIX/WWW-Pastebin-PastebinCom-Create-"
+             version ".tar.gz"))
+       (sha256
+        (base32 "0xs29hilmlr51hcg4azbvi7c30yivan5gzwiq2z0dwrdy13lvcln"))))
+    (build-system perl-build-system)
+    ;; TODO: tests currently fail, disabled for now
+    (arguments
+      `(#:tests? #f))
+    (native-inputs (list perl-module-build))
+    (propagated-inputs (list perl-moo perl-www-mechanize))
+    (home-page "https://metacpan.org/release/WWW-Pastebin-PastebinCom-Create")
+    (synopsis "Paste on www.pastebin.com without API keys")
+    (description "@code{WWW::Pastebin::PastebinCom::Create} provides functionality
+to paste on pastebin.com without API keys.")
+    (license license:artistic2.0)))
+
-- 
2.41.0





  reply	other threads:[~2023-12-18 17:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18 17:00 [bug#67879] [PATCH 00/12] Add perl-devel-repl Wilko Meyer
2023-12-18 17:03 ` Wilko Meyer [this message]
2023-12-18 17:03 ` [bug#67879] [PATCH 02/12] gnu: Add perl-app-nopaste Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 03/12] gnu: Add perl-b-utils Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 04/12] gnu: Disable tests for perl-b-keywords Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 05/12] gnu: Add perl-clipboard Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 06/12] gnu: Add perl-data-dump-streamer Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 07/12] gnu: Add perl-lexical-persistence Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 08/12] gnu: Add perl-moosex-object-pluggable Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 09/12] gnu: Add perl-ppi-xs Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 10/12] gnu: Add perl-sys-sigaction Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 11/12] gnu: Add perl-module-refresh Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 12/12] gnu: Add perl-devel-repl Wilko Meyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=248f0c9ce5b6fcfad386ec7cfe32be533581a15b.1702918181.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=67879@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.