Commit Graph

1201 Commits

Author SHA1 Message Date
Schrijvers Luc
b1f0658fb5 qrcode, use older recipe, less dependencies (#10917) 2024-08-26 09:54:25 +00:00
Schrijvers Luc
0e10bc42f6 qrcode, drop python3.9 (#10915) 2024-08-26 08:57:19 +00:00
Schrijvers Luc
4e5ec0dab1 qrcode, re-instate, in use by external application, bump version (#10863) 2024-08-26 07:53:25 +00:00
Joachim Mairböck
bad27af765 wand: new python recipe (#10901) 2024-08-25 22:01:04 +02:00
Joachim Mairböck
ddbda0c7a9 pytest_datafiles: new python recipe 2024-08-25 17:52:41 +02:00
Joachim Mairböck
675c81329a pypdf: new python recipe (#10892) 2024-08-25 17:41:41 +02:00
Joachim Mairböck
c16a4b53c1 puremagic: cleanup, disable source package
it just repackages a wheel, thus no need for a source package.
2024-08-25 16:58:39 +02:00
Joachim Mairböck
c3d35c1588 puremagic: new python recipe 2024-08-25 14:46:17 +02:00
Joachim Mairböck
dc92451a55 argparse_manpage: actually commit the recipe
fixup for the last commit
2024-08-25 12:47:07 +02:00
Joachim Mairböck
1d6af37bf2 argparse_manpage: cleanup, add tests, fix CLI 2024-08-25 12:42:27 +02:00
Joachim Mairböck
2c4d17266d argparse_manpage: add missing dependency
it was only added implicitly before
2024-08-24 21:39:34 +02:00
Joachim Mairböck
845dd09de5 argparse-manpage: new python recipe (#10869) 2024-08-24 21:12:29 +02:00
OscarL
dffa441505 lxml: update to version 5.3.0. (#10861)
Fix crash on "import lxml.etree" related to calling xmlInitParser() too late.
See: https://github.com/lxml/lxml/pull/370
2024-08-23 10:41:25 +00:00
PulkoMandy
ae7a50684e Update some packages to openssl3 2024-08-22 19:36:18 +02:00
PulkoMandy
e878937049 Fix and add some missing version specifiers for clarity 2024-08-22 17:59:22 +02:00
OscarL
7cee052bb2 setuptools_scm: drop importlib_metadata dependency. (#10810)
Was only really needed for Python < 3.8.

Should fix #10809.
2024-08-11 20:55:32 +02:00
OscarL
a055654246 paramiko: drop recipe. (#10808)
Not used by anything on-tree. This version is pretty outdated, but updating
it requires bring up 7 packages more as dependencies.

Drop it, and let users install it via pip if needed.
2024-08-11 17:01:04 +02:00
OscarL
ed80b948ff pyopenssl: drop recipe. (#10806)
Not used by anything on-tree. Installable via pip.
2024-08-11 16:49:14 +02:00
OscarL
2f7661b869 qrcode: drop recipe. (#10805)
Not used by anything on-tree. Newer versions are installable via pip, same with
alternatives that have zero dependencies (eg https://pypi.org/project/segno/).
2024-08-11 16:38:20 +02:00
OscarL
4417c4a74e twisted: drop recipe and dependencies. (#10803)
Nothing on tree uses anything provided by twisted, and the rest of recipes
are for dependencies only twisted required.

All packages are "any" and without any patches. If someone needs these modules,
they can install them via pip.
2024-08-11 16:37:42 +02:00
PulkoMandy
4eb80abe83 pillow: update to libtiff6, retire Python 3.9 support. 2024-08-10 20:38:34 +02:00
PulkoMandy
2d65d7ff62 cryptography: remove old recipe, update to openssl3, remove python 3.9 support 2024-08-10 10:46:28 +02:00
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