Search Criteria
Package Details: python-rchitect 0.4.7-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: | 3 |
Popularity: | 0.72 |
First Submitted: | 2018-12-31 20:25 (UTC) |
Last Updated: | 2024-08-19 09:51 (UTC) |
Dependencies (8)
- python-cffi
- python-six
- r (r352AUR, r-mklAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
« First ‹ Previous 1 2
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