[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: Add python-affine.
From: |
guix-commits |
Subject: |
05/07: gnu: Add python-affine. |
Date: |
Thu, 29 Jun 2023 06:05:24 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b68bf7d3da368b0a3d330942432892e846d9d74d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 27 17:07:22 2023 +0200
gnu: Add python-affine.
* gnu/packages/python-xyz.scm (python-affine): New variable.
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4a8a3acf10..c6a9e07d49 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -665,6 +665,26 @@ of their positions to minimize overlaps (relatively easy).
This library
implements the latter option to help with matplotlib graphs.")
(license license:expat)))
+(define-public python-affine
+ (package
+ (name "python-affine")
+ (version "2.4.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "affine" version))
+ (sha256
+ (base32
+ "1shyvajayyzbkp9dihb4mz835jnkp0kqqbyjfqci6v43da6q2kd2"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-coveralls python-flake8 python-pydocstyle
+ python-pytest python-pytest-cov))
+ (native-inputs (list python-flit-core))
+ (home-page "https://github.com/rasterio/affine")
+ (synopsis "Matrices describing affine transformation of the plane")
+ (description "This is a package for matrices describing the affine
+transformation of the plane.")
+ (license license:bsd-3)))
+
(define-public python-argopt
(package
(name "python-argopt")
- branch master updated (b24a05830d -> 10ff8ff4b5), guix-commits, 2023/06/29
- 03/07: gnu: openjdk19: Update to 19.0.2., guix-commits, 2023/06/29
- 05/07: gnu: Add python-affine.,
guix-commits <=
- 01/07: gnu: python-threadpoolctl: Update to 3.1.0., guix-commits, 2023/06/29
- 07/07: gnu: r-pando: Update to 1.0.5., guix-commits, 2023/06/29
- 06/07: gnu: Add python-rasterio., guix-commits, 2023/06/29
- 04/07: gnu: Add python-snuggs., guix-commits, 2023/06/29
- 02/07: gnu: python-distributed: Disable timeout test., guix-commits, 2023/06/29