summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2025-01-20Add python-cgi dependency for Python 3.13jakob
The cgi module was removed [1] in Python 3.13 and is now provided in the python-cgi Arch package via the python-deadlib [2] project. [1] https://docs.python.org/3.13/library/cgi.html [2] https://github.com/youknowone/python-deadlib
2024-05-300.5.4-5: Disable tests. Too brittlejakob
2024-05-250.5.4-3: Use pip --root flag, not --prefixjakob
2024-05-250.5.4-3: Change build from setuptools to pipjakob
The "python setup.py install" method is deprecated [1] and replaced by "pip install ." However there's a bug[2] in pip since ~9 years which necessitates a hack so it does not try to uninstall the globally installed version. This bug triggers only when building on a system with this package previously installed with the _same_ pkgver (i.e. when rebuilding, or when the pkgrel is increased). [1] https://packaging.python.org/en/latest/discussions/setup-py-deprecated/ [2] https://github.com/pypa/pip/issues/3063 "install --root=... tries to remove previously globally installed version"
2023-12-05Bump pkgrel to 0.5.4-2jakob
2023-12-05Enable check() again & Add python-setuptools to makedependsjakob
2023-01-250.5.4jakob
2021-09-08v0.5.2jakob
2021-01-25Disable unit tests, too many issuesjakob
2020-12-02Force rebuild for Python3.9jakob
2020-10-07Test with pytest, remove tox, openssl optdependjakob
2020-09-30Build from source & Run testsjakob
2020-09-30Fix .SRCINFOjakob
2019-10-09Bump pkgreljakob
2019-10-09Fix pkgversion and remove basepackagejakob
2016-03-04Bump to 0.4.4.Christian Schwarz
2016-01-17Use correct python version for setuptools command.Christian Schwarz
2016-01-16Fix srcinfo.Christian Schwarz
2016-01-16Initial commit.Christian Schwarz
Based on https://aur.archlinux.org/packages/servefile-git.