Search Criteria
Package Details: python2-configshell-fb 1.1.28-1
Git Clone URL: | https://aur.archlinux.org/python-configshell-fb.git (read-only, click to copy) |
---|---|
Package Base: | python-configshell-fb |
Description: | python framework for building simple CLI applications (free branch) |
Upstream URL: | https://github.com/open-iscsi/configshell-fb |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | JonnyJD |
Maintainer: | mikesd |
Last Packager: | mikesd |
Votes: | 6 |
Popularity: | 0.000034 |
First Submitted: | 2013-10-17 19:23 |
Last Updated: | 2020-04-27 00:46 |
Dependencies (4)
- python2-pyparsing
- python2-urwid
- python-setuptools (make)
- python2-setuptools (make)
Latest Comments
jamespharvey20 commented on 2019-03-25 09:00
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
:lukegb commented on 2017-03-08 09:30
v1.1.fb23 is now available on GitHub: https://github.com/open-iscsi/configshell-fb/archive/v1.1.fb23.tar.gz with sha256sum 63f7f814bf27d6dc5d6b3bbdd1da89a2a250f5662a67eaa781b9599779fdebb9
fuzzy2 commented on 2017-03-06 18:48
Heh, well I guess the checksum error I reported has a different reason: https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
I’m not sure whether it’s acceptable to download releases directly from Github. If it is, that’s an option.
kmihelich commented on 2014-12-05 02:49
The makedepends need to be specified globally, they have no effect when moved into the package() functions. Both python-setuptools and python2-setuptools should be specified in this definition.
tchernomax commented on 2014-10-01 19:57
It works, thank you very much.
JonnyJD commented on 2014-10-01 19:40
Yes, sorry about that. The docs for split packages were not explicit about the build() function. The thing is, there is a package() function for every (sub)package, but there can only be one build() function.
The packaging reported success anyways, so I didn't see that until after the release and I had to go.
Anyways, should be fixed again now.
tchernomax commented on 2014-10-01 17:41
I can't build the PKGBUILD correctly.
makepkg doesn't execute the build…() functions
tchernomax commented on 2014-10-01 06:41
I had to install python2-setuptools in order to build this package.
Without it the build process fail :
Traceback (most recent call last):
File "setup.py", line 19, in <module>
from setuptools import setup
ImportError: No module named setuptools
JonnyJD commented on 2013-07-25 10:03
Please note that the license changed from AGPL3 to Apache 2.0 in fb8.
JonnyJD commented on 2012-02-27 00:38
This is a compatible replacement for python2-configshell: https://aur.archlinux.org/packages.php?ID=52908