Commit Graph

1179 Commits

Author SHA1 Message Date
OscarL
3017c1fb86 python_pkgconfig: recipe cleanup/fixes. (#10744)
While this module could be "any" in theory, doing so means the "x86_gcc2" version
of "pkg-config" gets called (that causes problems when packages that use this module
to build stuff, get the wrong info on 32 bits, no sane python package would be asking
for, or expecting, GCC2 stuff).

Cleaned up a bit the recipe while at it, and droped 3.9, as the only user on-tree
of this module is Python 3.10 only already (borgbackup).
2024-07-31 08:06:17 +02:00
Schrijvers Luc
1eb77e3e2c argon2_cffi_bindings, revbump, fixes versioning (#10771) 2024-07-30 07:39:10 +02:00
Schrijvers Luc
4fef35932b matplotlib, revbump, fixes version shown to others (#10770) 2024-07-30 07:38:22 +02:00
Schrijvers Luc
d398f3b4c1 psutil, bump version, enable builds (#10769) 2024-07-30 07:37:40 +02:00
Schrijvers Luc
1946dc2399 pyzmq, bump version (#10768) 2024-07-30 07:37:04 +02:00
Schrijvers Luc
98aa5b1ddb urllib3, bump version (#10767) 2024-07-30 07:36:23 +02:00
OscarL
c96e5c2140 pandas: revert unnintended rename. (#10773)
Commit 6ae2dcba0f contained an accidental
rename on this recipe. Reverting that.

Still, I can re-build this version, or newer ones for that matter.
Giving up on pandas for a while. Maybe other folks will have better
luck (or more skills at least :-D).
2024-07-29 22:54:23 +02:00
OscarL
6ae2dcba0f lxml: fix silly copy/paste error. (#10766)
Created packages were basically empty.
2024-07-29 11:10:20 +02:00
OscarL
af63e66057 paramiko: recipe cleanup. (#10765)
Just a quick cleanup. Moving it to "any", as this is just a pure-python module.

Tests do not run, as we're missing the "invoke" depedency for "pytest.relaxed",
and that means bringing in at least 6 more new recipes.

Similar with trying to update paramiko to newer versions.

Seems like too much work for a package that is not used by anything in-tree (thus,
just this clean up for now).
2024-07-29 09:08:24 +02:00
OscarL
1229566147 iso8601: remove unused recipe. (#10736)
Can be installed via pip without issues, but updating the .hpkg from sources
would require too many new dependencies (poetry and co), for something that
has never been used/required in-tree, AFAICT.
2024-07-24 09:53:18 +02:00
OscarL
a3f8ee276a build: update to version 1.2.1. (#10732)
Use build from the source dir instead of requiring `build` to be installed.
(can also use the commented out `$python -m flit_core.wheel` alternative, if needed).

Part of the fixes for #10717.
2024-07-22 18:36:48 +02:00
OscarL
c88414feb1 packaging: update to version 24.1. (#10731)
- Don't use "build" to avoid circular dependencies for "build".
- License can be Apache v2 or BSD (2-clause", at user's discretion.

Helps with #10717.
2024-07-22 18:30:59 +02:00
OscarL
5d0b2caeb2 pyproject_hooks: update to version 1.1.0. (#10730) 2024-07-22 18:06:42 +02:00
OscarL
430326f80f installer: don't use 'build' to avoid circular dependencies. (#10729)
Helps with #10717.
2024-07-22 18:04:26 +02:00
OscarL
290e420ffc flit_core: update to version 3.9.0. Bootstrap the package creation. (#10728)
Using boostrapping here will help solve some circular dependencies on packages
like "build" (see issue #10717).
2024-07-22 18:00:06 +02:00
Schrijvers Luc
3418bdb75c gitpython, revbump, drop python3.12 (#10723) 2024-07-21 19:18:22 +02:00
Schrijvers Luc
4584994b91 gitdb, revbump, drop python3.12 (#10722) 2024-07-21 19:15:21 +02:00
Schrijvers Luc
e4c58683e0 smmap, revbump, drop python3.12 (#10721) 2024-07-21 19:10:04 +02:00
OscarL
c70561db3c scipy: disable recipe for now. (#10720)
* noteshrink: fix missing executable permision.

Forgot to do this when combined the "sed" + "cp" lines I had before.

* scipy: disable recipe to avoid future hangs on the buildmasters.
2024-07-21 19:07:48 +02:00
OscarL
82cc8949c8 scipy: recipe cleanups, drop Python 3.9 support. (#10706) 2024-07-17 12:02:05 +02:00
Jerome Duval
3199cc14bd pyqt5_sip: bump version 2024-07-15 18:56:05 +02:00
Jerome Duval
f2a59916e1 pyqt_builder: bump version 2024-07-15 18:55:43 +02:00
OscarL
32670591be lxml: remove req on iconv_devel, now that devel:libxml2 handles it. (#10688) 2024-07-13 09:51:21 +02:00
OscarL
77adc58afa lxml: added TEST(), fixed build requirements. (#10680) 2024-07-12 07:45:07 +02:00
OscarL
a97b32d5c4 cython: update to version 3.0.10 (#9240) 2024-07-09 12:08:45 +02:00
Schrijvers Luc
0ad6390456 meson_python, bump version (#10672) 2024-07-09 10:20:36 +02:00
Schrijvers Luc
1ddd92848a rst2pdf, add recipe (can be used in MasterPiece to export to PDF) (#10655) 2024-07-03 13:48:26 +02:00
augiedoggie
c633bb3b18 meson_python: add summary
fixes #10380
2024-04-29 01:30:37 -06:00
Schrijvers Luc
ce1f924bc0 tomlkit, new dependency for toot (#10266) 2024-03-29 07:51:30 +01:00
OscarL
ba039ae0ef yarl: update to version 1.9.4. (#10239) 2024-03-24 09:28:20 +01:00
OscarL
d8bf95ed80 aiohttp (and dependencies): recipes cleanup. (#10248)
* aiohttp: recipe cleanup.

* aiosignal: recipe cleanup.

* frozenlist: recipe cleanup.

* multidict: recipe cleanup.
2024-03-24 09:28:05 +01:00
OscarL
d19c839554 expandvars: new recipe. (#10237)
Required to build newest version of "yarl" (1.9.4).
2024-03-22 08:07:38 +01:00
Jerome Duval
78370651dc pyparsing: bump version 2024-03-13 10:23:31 +01:00
Jerome Duval
26962c2189 beautifulsoup4: bump version 2024-03-13 10:14:54 +01:00
OscarL
7d5fab7ef8 coverage: update to version 7.4.3. (#10210) 2024-03-13 09:50:11 +01:00
Schrijvers Luc
54cf35028d psutil, bump version (#10157) 2024-03-03 18:48:45 +01:00
augiedoggie
12f69c1345 sphinx: fix logo_url variable in the Haiku theme (#10147) 2024-02-24 21:55:07 -07:00
augiedoggie
f8e6adc9ff sphinx: move snowballstemmer to the REQUIRES section (#10141)
It's listed as a required package for the project and gets automatically installed when using pip
2024-02-23 19:56:44 -07:00
Zardshard
b93f943392 haiku-pyapi: Release 0.2 (#10062)
Co-authored-by: Oscar Lesta <oscar.lesta@gmail.com>
Co-authored-by: Jérôme Duval <jerome.duval@gmail.com>
2024-02-08 14:03:08 +01:00
Alexander von Gluck IV
217ecf389d dev-python/cryptography: Add newer rust-based 3.4.8
* There are ABI breakages, so leaving 3.3.x for now
2024-01-03 09:13:03 -06:00
Alexander von Gluck IV
fbf39f9975 dev-python/setuptools_rust: Add new setuptools_rust 1.8.1 2024-01-03 09:13:03 -06:00
OscarL
4bec58437d pygments: recipe clean ups, fix build. (#9855) 2023-12-09 07:35:11 +01:00
Schrijvers Luc
c84ed37d9a pygments, build fix (#9852) 2023-12-08 13:13:51 +01:00
Schrijvers Luc
14abd0eb16 pyqt5, fix references on moving the api (#9813) 2023-12-01 19:50:29 +01:00
Schrijvers Luc
2d45d56d85 pyqt, move api to correct location (#9811) 2023-12-01 11:50:01 +01:00
Jerome Duval
5fd33da710 qpageview: switch to python 3.10 2023-12-01 11:36:19 +01:00
Jerome Duval
2a8e27a18f python_poppler_qt5: switch to python 3.10 2023-12-01 11:36:02 +01:00
Jerome Duval
5dd56c608a pyqtwebengine5: switch to python 3.10 2023-11-30 23:26:32 +01:00
Jerome Duval
2cac9b8a62 pyqt: fix install dir 2023-11-30 23:02:07 +01:00
Jérôme Duval
05dd0fa8b7 pyqt5: trigger rebuild 2023-11-29 09:48:39 +01:00