Search Criteria
Package Details: python-rtslib-fb 2.1.74-1
Git Clone URL: | https://aur.archlinux.org/python-rtslib-fb.git (read-only, click to copy) |
---|---|
Package Base: | python-rtslib-fb |
Description: | free branch version of the LIO target API |
Upstream URL: | https://github.com/open-iscsi/rtslib-fb |
Licenses: | |
Conflicts: | |
Submitter: | JonnyJD |
Maintainer: | mikesd |
Last Packager: | mikesd |
Votes: | 8 |
Popularity: | 0.000028 |
First Submitted: | 2013-10-08 20:54 |
Last Updated: | 2020-11-01 11:35 |
Dependencies (5)
- python (python-dbg)
- python-pyudev
- python-six
- python-pyudev (make)
- python-setuptools (make)
Latest Comments
1 2 Next › Last »
Xyne commented on 2021-02-15 13:36
Here's a cleaner version of the PKGBUILD (no empty variables, no split-package syntax for a single package, consistent user of "install" command and use of _pkgname variable where appropriate). You can replace the current PKGBUILD with this without bumping the release because the built package is equivalent.
jamespharvey20 commented on 2019-09-24 02:23
For some reason, upstream URL is from github user "agrover", instead of "open-iscsi". When going to agrover, it makes it look like this package is up to date with fb69, but the real upstream released 2.1.70.
jamespharvey20 commented on 2019-03-25 08:56
Downloaded source filenames must be unique, for those who set SRCDEST in /etc/makepkg.conf. See https://wiki.archlinux.org/index.php/PKGBUILD#source
Please add something like this to the beginning of
source
:AlexanderS commented on 2019-03-17 03:45
Yes, it builds fine without the python2 stuff (and targetcli just works).
mikesd commented on 2019-03-13 12:00
I'll have a look at this on the weekend. May have to just drop the Python 2 support.
Asgaroth commented on 2019-03-12 14:54
I got to this package trying to install targetcli-fb, which is unable to install due to the python2-pyudev package being unavailable
terinjokes commented on 2019-03-02 22:22
Looks like the dependency
python2-pyudev
has been deleted, making this uninstallable.JonnyJD commented on 2016-01-25 06:04
Yes the original branch doesn't support Python 3.
However, the point was rather that python-rtslib-fb is the "main" package containing some extra (non-python) files, which were also included in python2-rtslib (or rather were created when python2-rtslib was run the first time..).
AFAIK there is no maintained python2-rtslib in AUR ATM.
alpha.niner commented on 2016-01-25 02:35
The conflicts array for python-rtslib-fb contains python2-rtslib. Presumably, it should be changed to python-rtslib. OTOH, I'm not sure the Datera version supports Python 3 so maybe it's moot.
JonnyJD commented on 2014-12-05 06:45
Thanks, that makes sense. Fixed (in rtslib and configshell).