[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/17: gnu: Add python-pyactiveresource.
From: |
guix-commits |
Subject: |
15/17: gnu: Add python-pyactiveresource. |
Date: |
Wed, 10 Aug 2022 08:28:26 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 1bcd1ec72f4ef18cad4b6ac4f6135dd028c8fcee
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Wed Jul 20 08:20:29 2022 +0200
gnu: Add python-pyactiveresource.
* gnu/packages/python-web.scm (python-pyactiveresource): New variable.
---
gnu/packages/python-web.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e863ff9c55..57ad194333 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7711,3 +7711,30 @@ SendGrid Web API v3 endpoints, including the new v3
/mail/send.")
"Starlette is a lightweight ASGI (Asynchronous Server Gateway
Interface) framework/toolkit for building async web services in Python.")
(license license:bsd-3)))
+
+(define-public python-pyactiveresource
+ (package
+ (name "python-pyactiveresource")
+ (version "2.2.2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyactiveresource" version))
+ (sha256
+ (base32
+ "1n7xvzh1j8fxal0gx9bgg1ayrp3q9mb1a2vb12d6s86wa93880rg"))))
+ (build-system python-build-system)
+ (native-inputs (list python-dateutil python-pyyaml))
+ (propagated-inputs (list python-six))
+ (home-page "https://github.com/Shopify/pyactiveresource/")
+ (synopsis "ActiveResource for Python")
+ (description "This package provides a Python port of the ActiveResource
+project.
+
+Active Resource attempts to provide a coherent wrapper object-relational
+mapping for REST web services. It follows the same philosophy as Active
+Record, in that one of its prime aims is to reduce the amount of code needed
+to map to these resources. This is made possible by relying on a number of
+code- and protocol-based conventions that make it easy for Active Resource to
+infer complex relations and structures.")
+ (license license:expat)))
+
- 01/17: gnu: Add python-pycountry@20.7.3., (continued)
- 01/17: gnu: Add python-pycountry@20.7.3., guix-commits, 2022/08/10
- 06/17: gnu: Add trytond-account-stock-shipment-cost., guix-commits, 2022/08/10
- 04/17: gnu: Add trytond-account-move-line-grouping., guix-commits, 2022/08/10
- 03/17: gnu: Add trytond-account-budget., guix-commits, 2022/08/10
- 05/17: gnu: Add trytond-account-rule., guix-commits, 2022/08/10
- 08/17: gnu: Add trytond-currency-ro., guix-commits, 2022/08/10
- 10/17: gnu: Add trytond-product-image., guix-commits, 2022/08/10
- 11/17: gnu: Add trytond-product-image-attribute., guix-commits, 2022/08/10
- 12/17: gnu: Add trytond-sale-point., guix-commits, 2022/08/10
- 17/17: gnu: Add trytond-web-shop-shopify., guix-commits, 2022/08/10
- 15/17: gnu: Add python-pyactiveresource.,
guix-commits <=
- 07/17: gnu: Add trytond-analytic-budget., guix-commits, 2022/08/10
- 09/17: gnu: Add trytond-currency-rs., guix-commits, 2022/08/10
- 13/17: gnu: Add trytond-stock-package-shipping-mygls., guix-commits, 2022/08/10
- 14/17: gnu: Add trytond-stock-package-shipping-sendcloud., guix-commits, 2022/08/10
- 16/17: gnu: Add python-shopifyapi., guix-commits, 2022/08/10