Search Criteria
Package Details: limnoria-git 20200131.11218.2f493625-1
Git Clone URL: | https://aur.archlinux.org/limnoria-git.git (read-only, click to copy) |
---|---|
Package Base: | limnoria-git |
Description: | An IRC bot based on Supybot, with sqlite3 support and other features (dev channel) |
Upstream URL: | https://github.com/ProgVal/Limnoria |
Licenses: | |
Conflicts: | |
Submitter: | Cravix |
Maintainer: | Cravix |
Last Packager: | Cravix |
Votes: | 3 |
Popularity: | 0.000198 |
First Submitted: | 2012-01-26 14:18 |
Last Updated: | 2020-03-17 09:19 |
Dependencies (11)
- python>=3.4 (python-dbg)
- git (git-git) (make)
- python-charade (optional) – Detect page's encoding
- python-cryptography (optional) – ECDSA support
- python-dateutil (optional) – Enable Time plugin to parse the input time string
- python-feedparser (python-feedparser-dev) (optional) – RSS plugin support
- python-gnupg (optional) – GnuPG support
- python-mock (optional) – For testing only
- python-pysocks (optional) – SOCKS proxy support
- python-pytz (optional) – Enable Time plugin to calculate the time in specified timezone
- python-sqlalchemy (python-sqlalchemy-0.7.9, python-sqlalchemy-1.3.13, python-sqlalchemy-git) (optional) – Aka plugin support
Latest Comments
1 2 Next › Last »
Cravix commented on 2020-03-17 09:21
Ah sorry for the delay, and now it works again.
Cravix commented on 2020-03-14 15:03
@irb: Ah seems it changed again, I'll update PKGBUILD tomorrow, thanks for the report :)
irb commented on 2020-03-12 17:04
In the pkgver() function, there's a sed line that causes the build to fail:
there is no "version.py" in src/.
Cravix commented on 2020-02-17 05:27
now the merge requests have been accepted, and I've rewrited the pkgbuild,
and after installation, you can safely remove limnoria-python3-git yourself,
or wait for a month (transition period) and I'll remove it in the next update.
Cravix commented on 2020-02-12 09:57
I've submitted merge requests a day ago, and TUs haven't fulfilled them, so I guess it's better to write my solution here first (PKGBUILD has been rewrited indeed):
E.g. for limnoria-git & limnoria-python3-git, I make a package base named limnoria-git to build both package, where limnoria-git contains all the data file, and limnoria-python3-git is just an empty package that make it easier for previous users to upgrade using aur managers.
And after the period of transition (a month is enough I guess), I'll push the second version that only build limnoria-git, and also put limnoria-python3-git into "replaces" array, to safely remove it.
Cravix commented on 2020-02-11 07:49
@sanerb:
thanks for the notice :)
to be exact I have 2 limnoria packages that work with python 2 and 3 (limnoria-python3 to be exact),
so now I need to find a way to make it easier for users of another package to migrate,
I'll deal with it in a day or 2 I guess, hmm
sanerb commented on 2020-02-09 17:16
limnoria now no longer supports python2. Please modify the PKGBUILD to build with python3.
Cravix commented on 2018-08-15 13:29
@irb ok, fixed, thanks for your report :)
irb commented on 2018-07-18 17:51
This package installs with the version string "%s.10974.0d627c05-1" which I don't think is right, since it says it's going to install "0.83.4.1.10347.530c246-1". Perhaps some automation gone awry?
Note: It's not the version itself but the "%s" in the version that I'm curious about.
Cravix commented on 2015-03-10 00:59
@Beini:
patch applied, Thanks bro :)