[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25808: [PATCH 6/8] gnu: Add python-incremental.
From: |
Troy Sankey |
Subject: |
bug#25808: [PATCH 6/8] gnu: Add python-incremental. |
Date: |
Mon, 20 Feb 2017 01:37:40 -0500 |
* gnu/packages/python.scm (python-incremental, python2-incremental): New
variables.
---
gnu/packages/python.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e91beff18..575ac67a8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12709,6 +12709,27 @@ Python. It is based on Parsing Expression Grammars,
PEG. With pyPEG you can
parse many formal languages.")
(license license:gpl2)))
+(define-public python-incremental
+ (package
+ (name "python-incremental")
+ (version "16.10.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "incremental" version))
+ (sha256
+ (base32
+ "0hh382gsj5lfl3fsabblk2djngl4n5yy90xakinasyn41rr6pb8l"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/hawkowl/incremental")
+ (synopsis "Library for versioning Python projects")
+ (description "Incremental is a small library that versions your Python
+projects.")
+ (license license:expat)))
+
+(define-public python2-incremental
+ (package-with-python2 python-incremental))
+
(define-public python-automat
(package
(name "python-automat")
--
2.11.1
- bug#25808: Updating alot (and other collateral updates), Troy Sankey, 2017/02/20
- bug#25811: [PATCH 3/8] gnu: Add python-m2r., Troy Sankey, 2017/02/20
- bug#25808: [PATCH 1/8] gnu: Add python-attrs., Troy Sankey, 2017/02/20
- bug#25809: [PATCH 4/8] gnu: python-setuptools-scm: Update to 1.15.0., Troy Sankey, 2017/02/20
- bug#25810: [PATCH 2/8] gnu: Add python-constantly., Troy Sankey, 2017/02/20
- bug#25812: [PATCH 5/8] gnu: Add python-automat., Troy Sankey, 2017/02/20
- bug#25808: [PATCH 8/8] gnu: alot: Update to 0.5.1., Troy Sankey, 2017/02/20
- bug#25808: [PATCH 7/8] gnu: python-twisted: Update to 17.1.0., Troy Sankey, 2017/02/20
- bug#25808: [PATCH 6/8] gnu: Add python-incremental.,
Troy Sankey <=
- bug#25808: Updating alot (and other collateral updates), Troy Sankey, 2017/02/20
- bug#25808: (no subject), Troy Sankey, 2017/02/21
- bug#25808: [PATCH 2/8] gnu: Add python-constantly., Troy Sankey, 2017/02/21
- bug#25808: [PATCH 3/8] gnu: Add python-m2r., Troy Sankey, 2017/02/21
- bug#25808: [PATCH 4/8] gnu: python-setuptools-scm: Update to 1.15.0., Troy Sankey, 2017/02/21
- bug#25808: [PATCH 5/8] gnu: Add python-automat., Troy Sankey, 2017/02/21
- bug#25808: Updating alot (and other collateral updates), Marius Bakke, 2017/02/23