Search Criteria
Package Details: python-rchitect 0.4.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-rchitect.git (read-only, click to copy) |
|---|---|
| Package Base: | python-rchitect |
| Description: | Minimal R API for Python |
| Upstream URL: | https://github.com/randy3k/rchitect |
| Licenses: | MIT |
| Submitter: | mschu |
| Maintainer: | mschu |
| Last Packager: | mschu |
| Votes: | 4 |
| Popularity: | 0.64 |
| First Submitted: | 2018-12-31 20:25 (UTC) |
| Last Updated: | 2026-05-04 13:48 (UTC) |
Dependencies (8)
- python-cffi
- python-six
- r (r-mklAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
« First ‹ Previous 1 2
mvondomaros commented on 2020-11-10 21:44 (UTC)
@mschu Thanks for maintaining this actively!
Do you think you split this up into python3 (python-rchitect) and python2 (python2-rchitect) packages? This would comply with the AUR naming conventions for python packages and would not force users to install python2 if they don't want this. Thanks!
mschu commented on 2019-01-08 11:04 (UTC)
This works for me: platform linux -- Python 3.7.2, pytest-4.1.0, py-1.7.0, pluggy-0.8.0 (only a deprecation warning for "from collections import Callable")
pat-s commented on 2019-01-08 10:24 (UTC)
I get
==> Starting check()... running pytest running egg_info writing rchitect.egg-info/PKG-INFO writing dependency_links to rchitect.egg-info/dependency_links.txt writing requirements to rchitect.egg-info/requires.txt writing top-level names to rchitect.egg-info/top_level.txt reading manifest file 'rchitect.egg-info/SOURCES.txt' writing manifest file 'rchitect.egg-info/SOURCES.txt' running build_ext ========================================= test session starts ========================================= platform linux -- Python 3.7.2, pytest-4.1.0, py-1.7.0, pluggy-0.8.0 rootdir: /tmp/trizen-pjs/python-rchitect/src/rchitect-0.2.4, inifile: collected 5 items
tests/test_callback.py ==> ERROR: A failure occurred in check(). Aborting... :: Unable to build python-rchitect - makepkg exited with code: 4
« First ‹ Previous 1 2