[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37598] [PATCH 2/4] gnu: Add python-poyo.
From: |
Tanguy Le Carrour |
Subject: |
[bug#37598] [PATCH 2/4] gnu: Add python-poyo. |
Date: |
Fri, 4 Oct 2019 09:21:57 +0200 |
User-agent: |
NeoMutt/20180716 |
>From d813e412ef063f4b1574a631d66ef526f955e044 Mon Sep 17 00:00:00 2001
From: "address@hidden" <address@hidden>
Date: Thu, 3 Oct 2019 09:13:59 +0200
Subject: [PATCH 2/4] gnu: Add python-poyo.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6309ac4b8e..a21029a5dc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1552,6 +1552,25 @@ existing ones.")
;; Tests don't work with python2.
#:tests? #f)))))
+(define-public python-poyo
+ (package
+ (name "python-poyo")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "poyo" version))
+ (sha256
+ (base32
+ "1pflivs6j22frz0v3dqxnvc8yb8fb52g11lqr88z0i8cg2m5csg2"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/hackebrot/poyo")
+ (synopsis
+ "Lightweight YAML Parser for Python")
+ (description
+ "A lightweight YAML Parser for Python.")
+ (license license:expat)))
+
(define-public scons
(package
(name "scons")
--
2.23.0
- [bug#37598] [PATCH 3/4] gnu: Add Cookiecutter and its inputs, (continued)
- [bug#37598] [PATCH 3/4] gnu: Add Cookiecutter and its inputs, Tanguy Le Carrour, 2019/10/03
- [bug#37598] [PATCH 4/4] gnu: Add Cookiecutter and its inputs, Tanguy Le Carrour, 2019/10/03
- [bug#37598] [PATCH 0/4] gnu: Add python-cookiecutter and its inputs., Tanguy Le Carrour, 2019/10/04
- [bug#37598] [PATCH 1/4] gnu: Add python-jinja2-time., Tanguy Le Carrour, 2019/10/04
- [bug#37598] [PATCH 1/4] gnu: Add python-jinja2-time., Mathieu Othacehe, 2019/10/04
- [bug#37598] [PATCH 1/4] gnu: Add python-jinja2-time., Ludovic Courtès, 2019/10/13
- [bug#37598] [PATCH 1/4] gnu: Add python-jinja2-time., Tanguy Le Carrour, 2019/10/14
- [bug#37598] [PATCH 1/4] gnu: Add python-jinja2-time., Ludovic Courtès, 2019/10/14
- bug#37598: [PATCH 1/4] gnu: Add python-jinja2-time., Mathieu Othacehe, 2019/10/15
- [bug#37598] [PATCH 1/4] gnu: Add python-jinja2-time., Tanguy Le Carrour, 2019/10/15
[bug#37598] [PATCH 2/4] gnu: Add python-poyo.,
Tanguy Le Carrour <=
[bug#37598] [PATCH 3/4] gnu: Add python-whichcraft., Tanguy Le Carrour, 2019/10/04
[bug#37598] [PATCH 4/4] gnu: Add python-cookiecutter., Tanguy Le Carrour, 2019/10/04
[bug#37598] Updating patches, Tanguy Le Carrour, 2019/10/14
[bug#37598] [PATCH 1/4] gnu: Add python-jinja2-time., Tanguy Le Carrour, 2019/10/14
[bug#37598] [PATCH 2/4] gnu: Add python-poyo., Tanguy Le Carrour, 2019/10/14
[bug#37598] [PATCH 3/4] gnu: Add python-whichcraft., Tanguy Le Carrour, 2019/10/14
[bug#37598] [PATCH 4/4] gnu: Add python-cookiecutter., Tanguy Le Carrour, 2019/10/14
[bug#37598] [PATCH 2/4] gnu: Add python-poyo., Tanguy Le Carrour, 2019/10/15
[bug#37598] [PATCH 1/4] gnu: Add python-jinja2-time., Tanguy Le Carrour, 2019/10/15