This should depend on the repo's python-flup, not the defunct python-flup-hg (BitBucket Mercurial repo got deleted).
Search Criteria
Package Details: aurbs 2.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aurbs.git (read-only, click to copy) |
---|---|
Package Base: | aurbs |
Description: | AUR package build system |
Upstream URL: | http://github.com/asdil12/aurbs |
Licenses: | GPL |
Submitter: | asdil12 |
Maintainer: | asdil12 |
Last Packager: | asdil12 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2013-08-31 11:07 (UTC) |
Last Updated: | 2018-06-07 12:43 (UTC) |
Dependencies (10)
- devtools (devtools32-gitAUR, devtools-gitAUR, devtools-doasAUR)
- pyalpm (pyalpm-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-flask (python-flask-gitAUR)
- python-flup-hg
- python-pymongo
- python-setuptools
- python-simplejson
- python-yaml (python-yaml-gitAUR)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
Required by (0)
Sources (1)
Latest Comments
MarsSeed commented on 2022-06-25 11:17 (UTC)
khenderick commented on 2014-05-16 16:10 (UTC)
Seems that python-flup is renamed.
asdil12 commented on 2013-09-09 09:48 (UTC)
*** GENERAL NOTICE ***
Currently the latest git-version of devtools is needed to use this pkg:
git://projects.archlinux.org/devtools.git
asdil12 commented on 2013-09-09 09:47 (UTC) (edited on 2018-05-26 20:55 (UTC) by asdil12)
This is a tool to build a binary repo for aur pkgs. You simply provide a list of pkgs to build, and run it. It will then download the pkgs, compile them, (detect dependency issues and build failures) and publish the pkgs in a repo. It can even build aur-pkgs, that depend on other aur-pkgs. When you then run aurbs the next time, it will detect pkg updates (or updated dependencies) and rebuild the corresponding pkgs. It also provides a web-ui where the build-status, the build-log, and the results can be displayed, and where the pkgs can be downloaded. (see https://github.com/asdil12/aurbs/wiki/Screenshots)
When upgrading from pre-2.0.0 to current version you will need to run
aurbs -S
boenki commented on 2013-09-09 09:38 (UTC)
What does this programm do? Can you explain it?
Pinned Comments
asdil12 commented on 2013-09-09 09:47 (UTC) (edited on 2018-05-26 20:55 (UTC) by asdil12)
This is a tool to build a binary repo for aur pkgs. You simply provide a list of pkgs to build, and run it. It will then download the pkgs, compile them, (detect dependency issues and build failures) and publish the pkgs in a repo. It can even build aur-pkgs, that depend on other aur-pkgs. When you then run aurbs the next time, it will detect pkg updates (or updated dependencies) and rebuild the corresponding pkgs. It also provides a web-ui where the build-status, the build-log, and the results can be displayed, and where the pkgs can be downloaded. (see https://github.com/asdil12/aurbs/wiki/Screenshots)
When upgrading from pre-2.0.0 to current version you will need to run