From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 09/10] gnu: Add python-pkginfo.
Date: Wed, 13 Sep 2017 01:13:07 +0200 [thread overview]
Message-ID: <20170912231307.4707-1-tipecaml@gmail.com> (raw)
In-Reply-To: <e6977520-749e-0270-9ecd-6c4018131999@crazy-compilers.com>
* gnu/packages/python.scm (python-pkginfo, python2-pkginfo): New variables.
---
gnu/packages/python.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cfe97b495..0da26b9d9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -16362,3 +16362,33 @@ design and layout.")
(define-public python2-tqdm
(package-with-python2 python-tqdm))
+
+(define-public python-pkginfo
+ (package
+ (name "python-pkginfo")
+ (version "1.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pkginfo" version))
+ (sha256
+ (base32
+ "17pqjfpq3c6xzdmk8pski6jcjgjv78q00zjf2bgzb668pzm6l6mv"))))
+ (build-system python-build-system)
+ (arguments
+ ;; The tests are broken upstream.
+ '(#:tests? #f))
+ (home-page
+ "https://code.launchpad.net/~tseaver/pkginfo/trunk")
+ (synopsis
+ "Query metadatdata from sdists / bdists / installed packages.")
+ (description
+ "API to query the distutils metadata written in the PKG-INFO file inside a
+source distriubtion (an sdist) or a binary distribution (e.g., created by
+running bdist_egg). It can also query the EGG-INFO directory of an installed
+distribution, and the *.egg-info stored in a \"development checkout\" (e.g,
+created by running setup.py develop).")
+ (license license:expat)))
+
+(define-public python2-pkginfo
+ (package-with-python2 python-pkginfo))
--
2.14.1
next prev parent reply other threads:[~2017-09-12 23:14 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-11 18:22 [PATCH 00/11] Add python{,2}-twine Cyril Roelandt
2017-09-11 18:22 ` [PATCH 01/11] gnu: Add python-pydiff Cyril Roelandt
2017-09-18 20:29 ` Ludovic Courtès
2017-09-11 18:22 ` [PATCH 02/11] gnu: python-autopep8: Update to 1.3.2 Cyril Roelandt
2017-09-18 20:29 ` Ludovic Courtès
2017-09-11 18:22 ` [PATCH 03/11] gnu: python-requests-toolbelt: Update to 0.8.0 Cyril Roelandt
2017-09-18 20:29 ` Ludovic Courtès
2017-09-11 18:22 ` [PATCH 04/11] gnu: Add python2-requests-toolbelt Cyril Roelandt
2017-09-18 20:30 ` Ludovic Courtès
2017-09-11 18:22 ` [PATCH 05/11] gnu: python-tox: Update to 2.8.1 Cyril Roelandt
2017-09-18 20:30 ` Ludovic Courtès
2017-09-11 18:22 ` [PATCH 06/11] gnu: Add python-nose-timer Cyril Roelandt
2017-09-18 20:30 ` Ludovic Courtès
2017-09-11 18:22 ` [PATCH 07/11] gnu: Add python-ipaddress Cyril Roelandt
2017-09-12 7:31 ` Hartmut Goebel
2017-09-12 19:43 ` Cyril Roelandt
2017-09-11 18:22 ` [PATCH 08/11] gnu: Update the propagated inputs of python-urllib3 Cyril Roelandt
2017-09-18 20:31 ` Ludovic Courtès
2017-09-11 18:22 ` [PATCH 09/11] gnu: Add python-tqdm Cyril Roelandt
2017-09-12 7:32 ` Hartmut Goebel
2017-09-12 20:46 ` [PATCH 08/10] " Cyril Roelandt
2017-09-18 20:31 ` [PATCH 09/11] " Ludovic Courtès
2017-09-11 18:22 ` [PATCH 10/11] gnu: Add python-pkginfo Cyril Roelandt
2017-09-12 7:32 ` Hartmut Goebel
2017-09-12 23:13 ` Cyril Roelandt [this message]
2017-09-18 20:34 ` Ludovic Courtès
2017-09-11 18:22 ` [PATCH 11/11] gnu: Add python-twine Cyril Roelandt
2017-09-18 20:35 ` Ludovic Courtès
2017-10-02 22:13 ` Cyril Roelandt
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=20170912231307.4707-1-tipecaml@gmail.com \
--to=tipecaml@gmail.com \
--cc=guix-devel@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 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).