2024-08-16 00:04:26 by Thomas Klausner | Files touched by this commit (7) |
Log message: *: remove support for Python < 3.10 in a quest to fix pbulk |
2023-10-22 13:37:52 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-gdbm: disable for Python 3.12 gdbm will not be a default dependency of the batteries-included Python packages. Until srcdist.mk gets support for 3.12, there is no py-gdbm package for Python 3.12. |
2022-09-17 07:39:25 by Jaromir Dolecek | Files touched by this commit (1) |
Log message: switch MAINTAINER to pkgsrc-users |
2021-12-19 14:21:26 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-gdbm: fix build with python 3.10 |
2020-01-08 14:44:42 by Joerg Sonnenberger | Files touched by this commit (9) |
Log message: Always extract the full Python distfile for modules. This retires an old "optimisation" that over time has created more problems than it solved, including various questions from users about the ignored patch failures. |
2019-11-02 16:38:12 by Roland Illig | Files touched by this commit (115) |
Log message: databases: align variable assignments pkglint -Wall -F --only aligned -r No manual corrections. |
2018-01-28 21:11:10 by Thomas Klausner | Files touched by this commit (462) |
Log message: Bump PKGREVISION for gdbm shlib major bump |
2017-10-09 10:23:41 by Thomas Klausner | Files touched by this commit (1) | |
Log message: py-gdbm: update HOMEPAGE |
2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165) |
Log message: Follow some redirects. |
2015-11-25 13:49:27 by Jonathan Perkin | Files touched by this commit (2) |
Log message: Remove mk/find-prefix.mk usage from the databases category. The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg. |