aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* elpa_db.py: Drop the workaround for sexpdata-0.0.4HEAD0.2.3masterUlrich Müller2023-05-201-6/+5
| | | | | | | | | The value field was added back in sexpdata-1.0.0: https://github.com/jd-boyd/sexpdata/commit/861cc5c8c96724b3e34ee1b6e15997b1d136635d This partially reverts commit a0924d50b6346fe86c7f0db34a92eb9760d1b17a. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Adjust to sexpdata version 0.0.4.Markus Walter2023-02-191-6/+7
| | | | | https://bugs.gentoo.org/895314 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* 0.2.1 release0.2.1Ulrich Müller2021-05-051-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* gs_elpa/elpa_db.py: Check version numbers for sanityUlrich Müller2021-05-051-0/+5
| | | | | | | | | | | | | | | | | | | Packages with negative version numbers have been seen in melpa-stable. These appear to be the result of mapping non-numeric versions, which are defined in version-regexp-alist as follows (Emacs 27.2): (("^[-._+ ]?snapshot$" . -4) ("^[-._+]$" . -4) ("^[-._+ ]?\\(cvs\\|git\\|bzr\\|svn\\|hg\\|darcs\\)$" . -4) ("^[-._+ ]?unknown$" . -4) ("^[-._+ ]?alpha$" . -3) ("^[-._+ ]?beta$" . -2) ("^[-._+ ]?\\(pre\\|rc\\)$" . -1)) We could try to map them to Gentoo _alpha, _beta, etc. suffixes, but it would require more effort to determine the name of the distfile (and record it in the ebuild). Therefore skip these packages for now. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* [gs_elpa/elpa_db] use new common data feature to make DB smallerJauhien Piatlicki2015-04-181-15/+16
| | | | | gs-elpa depends on new g-sorcery (future v.0.2) now, so bump its version as well
* fix handling of dependencies for broken arhive-contentsJauhien Piatlicki2014-05-191-1/+7
|
* gs-elpa splitted to a different repositoryJauhien Piatlicki2014-05-101-2/+2
|
* refactoring of eclassesJauhien Piatlicki (jauhien)2013-08-291-1/+1
|
* ELPA backend: Docstrings snd different fixesJauhien Piatlicki (jauhien)2013-08-011-9/+45
|
* g-elpa -> gs-elpa /consistent names/Jauhien Piatlicki (jauhien)2013-07-221-0/+94