From: Leo Famulari <leo@famulari.name>
To: ng0 <ng0@libertad.pw>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 03/11] gnu: Add python-kitchen.
Date: Sun, 11 Dec 2016 17:44:02 -0500 [thread overview]
Message-ID: <20161211224402.GD9474@jasmine> (raw)
In-Reply-To: <20161211181237.24485-4-ng0@libertad.pw>
On Sun, Dec 11, 2016 at 06:12:29PM +0000, ng0 wrote:
> * gnu/packages/python.scm (python-kitchen): New variable.
> +;; The source on github and pypi is newer than on fedorahosted.
<https://fedorahosted.org/> is being retired, and we'll need to update
our packages accordingly.
https://communityblog.fedoraproject.org/fedorahosted-sunset-2017-02-28/
> + (version "1.2.4")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://github.com/fedora-infra/"
> + "kitchen/archive/" version ".tar.gz"))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "1ybx8nccbh6j1v6xj60j8dkbwnhlj0i1hizfrxzcdvrm9wn6a8wa"))))
> + (build-system python-build-system)
> + (propagated-inputs
> + `(("python-chardet" ,python-chardet)))
> + (home-page "https://fedorahosted.org/kitchen")
> + (synopsis "Python API for snippets")
> + (description
> + "@code{kitchen} module provides a python API for all sorts
> +of little useful snippets of code that everybody ends up
> +writing for their projects but never seem big enough to build
> +an independent release. Use kitchen and stop cutting and
> +pasting that code over and over.")
> + (license (list license:lgpl2.1
> + ;; subprocess.py, test_subprocess.py,
> + ;; kitchen/pycompat25/defaultdict.py:
> + license:psfl))))
I think it's lgpl2.1+, based on the handful of source file headers that
I checked.
next prev parent reply other threads:[~2016-12-11 22:44 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-11 18:12 [PATCH] Add pagure SCM/forge ng0
2016-12-11 18:12 ` [PATCH 01/11] gnu: Add python-flask-wtf ng0
2016-12-11 22:39 ` Leo Famulari
2016-12-11 23:05 ` ng0
2016-12-11 23:22 ` Leo Famulari
2016-12-12 10:27 ` Hartmut Goebel
2016-12-12 10:26 ` Hartmut Goebel
2016-12-11 18:12 ` [PATCH 02/11] gnu: Add python-flask-multistatic ng0
2016-12-11 22:40 ` Leo Famulari
2016-12-11 18:12 ` [PATCH 03/11] gnu: Add python-kitchen ng0
2016-12-11 22:44 ` Leo Famulari [this message]
2016-12-11 18:12 ` [PATCH 04/11] gnu: Add python-munch ng0
2016-12-11 18:12 ` [PATCH 05/11] gnu: Add python-pygit2 ng0
[not found] ` <20161211223454.GA9474@jasmine>
[not found] ` <871sxem5ix.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me>
[not found] ` <87mvg1k2f3.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me>
[not found] ` <20161212154412.GA25907@jasmine>
[not found] ` <f9ccfb0d-d503-d124-d0c4-14bcbd8c8977@crazy-compilers.com>
[not found] ` <87k2b4jhpw.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me>
2016-12-13 22:47 ` Removing the python-updates branch [was Re: bug#25177: Test failures don't cause some Python packages to fail] Leo Famulari
2016-12-11 18:12 ` [PATCH 06/11] gnu: Add python2-openid ng0
2016-12-11 18:12 ` [PATCH 07/11] gnu: Add python-openid-cla ng0
2016-12-11 18:12 ` [PATCH 08/11] gnu: Add python-openid-teams ng0
2016-12-11 18:12 ` [PATCH 09/11] gnu: Add python-straight.plugin ng0
2016-12-11 18:12 ` [PATCH 10/11] gnu: Add python-trollius-redis ng0
2016-12-11 18:12 ` [PATCH 11/11] gnu: Add pagure ng0
2016-12-11 18:48 ` ng0
2016-12-11 22:54 ` Leo Famulari
2016-12-13 22:05 ` Ricardo Wurmus
2016-12-11 22:52 ` [PATCH] Add pagure SCM/forge Leo Famulari
2016-12-12 9:21 ` ng0
2016-12-12 15:18 ` Leo Famulari
2016-12-14 12:25 ` [PATCH] series: Add pagure (v2) ng0
2016-12-14 12:25 ` [PATCH 01/11] gnu: Add python-flask-wtf ng0
2016-12-14 12:25 ` [PATCH 02/11] gnu: Add python-flask-multistatic ng0
2016-12-14 12:25 ` [PATCH 03/11] gnu: Add python-kitchen ng0
2016-12-14 12:25 ` [PATCH 04/11] gnu: Add python-munch ng0
2016-12-14 12:25 ` [PATCH 05/11] gnu: Add python-pygit2 ng0
2016-12-14 12:25 ` [PATCH 06/11] gnu: Add python2-openid ng0
2016-12-14 12:25 ` [PATCH 07/11] gnu: Add python-openid-cla ng0
2016-12-14 12:25 ` [PATCH 08/11] gnu: Add python-openid-teams ng0
2016-12-14 12:25 ` [PATCH 09/11] gnu: Add python-straight-plugin ng0
2016-12-14 12:25 ` [PATCH 10/11] gnu: Add python-trollius-redis ng0
2016-12-14 12:25 ` [PATCH 11/11] gnu: Add pagure ng0
2016-12-14 15:36 ` Leo Famulari
2016-12-14 16:27 ` ng0
2016-12-14 16:47 ` Leo Famulari
2016-12-19 9:07 ` Pagure dependencies, rebased (v3) ng0
2016-12-19 9:07 ` [PATCH 01/11] gnu: Add python-flask-wtf ng0
2016-12-20 23:10 ` Danny Milosavljevic
2016-12-21 11:47 ` Dependencies of pagure, revision of 2016-12-21 ng0
2016-12-21 11:47 ` [PATCH 01/11] gnu: Add python-flask-wtf ng0
2016-12-21 11:47 ` [PATCH 02/11] gnu: Add python-flask-multistatic ng0
2016-12-21 11:47 ` [PATCH 03/11] gnu: Add python-kitchen ng0
2016-12-21 11:47 ` [PATCH 04/11] gnu: Add python-munch ng0
2016-12-21 11:47 ` [PATCH 05/11] gnu: Add python-pygit2 ng0
2016-12-21 11:47 ` [PATCH 06/11] gnu: Add python2-openid ng0
2016-12-21 11:47 ` [PATCH 07/11] gnu: Add python-openid-cla ng0
2016-12-21 11:47 ` [PATCH 08/11] gnu: Add python-openid-teams ng0
2016-12-21 11:47 ` [PATCH 09/11] gnu: Add python-straight-plugin ng0
2016-12-21 11:47 ` [PATCH 10/11] gnu: Add python-trollius-redis ng0
2016-12-26 15:05 ` Dependencies of pagure, revision of 2016-12-21 ng0
2016-12-29 3:44 ` Leo Famulari
2016-12-29 12:19 ` ng0
2016-12-19 9:07 ` [PATCH 02/11] gnu: Add python-flask-multistatic ng0
2016-12-19 9:07 ` [PATCH 03/11] gnu: Add python-kitchen ng0
2016-12-19 9:07 ` [PATCH 04/11] gnu: Add python-munch ng0
2016-12-19 9:07 ` [PATCH 05/11] gnu: Add python-pygit2 ng0
2016-12-19 9:07 ` [PATCH 06/11] gnu: Add python2-openid ng0
2016-12-19 9:07 ` [PATCH 07/11] gnu: Add python-openid-cla ng0
2016-12-19 9:07 ` [PATCH 08/11] gnu: Add python-openid-teams ng0
2016-12-19 9:07 ` [PATCH 09/11] gnu: Add python-straight-plugin ng0
2016-12-19 9:07 ` [PATCH 10/11] gnu: Add python-trollius-redis ng0
2016-12-14 18:26 ` [PATCH 11/11] gnu: Add pagure ng0
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161211224402.GD9474@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=ng0@libertad.pw \
/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 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).