Schrijvers Luc
cc089c8225
beautifulsoup4, revbump beautifulsoup4 should require soupsieve ( #9168 )
2023-08-10 05:46:17 +00:00
Schrijvers Luc
56a7d31a67
pygobject, fix issues reported, 32bit fixes ( #9057 )
2023-07-21 07:50:48 +00:00
Schrijvers Luc
29259c2504
pygobject, new recipe ( #9053 )
2023-07-19 19:33:40 +00:00
Schrijvers Luc
e1e5458a11
pycairo, cleanup, move to meson build ( #9052 )
2023-07-19 19:31:42 +00:00
Schrijvers Luc
04189e1fe7
pyenet, bump version, use system enet ( #8922 )
2023-07-02 11:10:36 +02:00
Schrijvers Luc
21372dafe6
pycairo, enable 32bit ( #8904 )
2023-06-29 07:52:26 +00:00
hfsfox
9feb75caf0
pycairo: add recipe ( #8895 )
2023-06-28 21:26:32 +03:00
Schrijvers Luc
c172fe42fe
fonttools, bump version, set python3.9 as default, remove LICENSE file ( #8887 )
2023-06-28 07:34:08 +02:00
Schrijvers Luc
03999364ad
cycler, new python recipe, dependency for matplotlib ( #8881 )
2023-06-23 07:28:31 +02:00
Schrijvers Luc
ebaa334698
meson_python, new python recipe ( #8851 )
2023-06-11 15:51:42 +02:00
Schrijvers Luc
43cc2d00f5
pyproject_metadata, keep python3.8 around for now ( #8850 )
2023-06-11 15:42:46 +02:00
Schrijvers Luc
361ce97129
pyproject_metadata, new python recipe ( #8849 )
2023-06-11 14:07:15 +02:00
OscarL
14b453cad5
icecream: new recipe. ( #8830 )
2023-06-09 08:59:03 +02:00
OscarL
eb3edb5591
executing: new recipe. ( #8829 )
2023-06-09 08:58:47 +02:00
OscarL
2f3046a1db
asttokens: new recipe. ( #8828 )
2023-06-09 08:58:22 +02:00
OscarL
3553abd678
astroid: update to version 2.15.5 ( #8827 )
...
* Enable recipe for Python 3.9 and 3.10.
* Build with build/installer.
* Now with TESTS().
2023-06-09 08:58:08 +02:00
OscarL
60df5f159a
wrapt: update to version 1.15.0 ( #8826 )
...
* Drop usage of gcc2, as no supported Python version uses it.
(but provide "non _x86" on 32 bits).
* Drop support for Python 3.8 (no in-tree usage, other than a
disabled recipe (will work on that later).
* Build with build/installer.
* All test pass OK for the supported Python versions.
2023-06-09 08:57:55 +02:00
OscarL
988d5a67e6
nose: clean up, support Python 3.10. ( #8825 )
...
Due to changes in setuptools, we need to run 2to3 ourselves.
While we're at it, lets apply relevant patches from Debian.
https://salsa.debian.org/python-team/packages/nose/
2023-06-09 08:57:39 +02:00
OscarL
e066a79237
pytest: drop .py suffix for "cmd:"s. ( #8824 )
2023-06-09 08:56:50 +02:00
OscarL
c0d1936d4c
twisted: swith to "any" arch, recipe clean ups. ( #8820 )
...
* Remove some clutter.
* Provide non-suffixed "cmd:"s for default Python version.
* Drop unnecessary gcc BUILD_PREQUIRES, and switch recipe to "any".
* Add missing typing_extensions dependency.
All "cmd:" now work at least with "--version" parameter, except for
`tkconch`, that deadlocks (known issue for Python + Tk: #6967 ).
2023-06-09 08:56:37 +02:00
OscarL
d978bcdf0e
pymupdf: cleanups, provide "non _x86" package name. ( #8819 )
...
Also: switch SOURCE_URI to github. The tarball there is 7.28 MB,
versus the previous 86.25 MB (due to the inclusion of mupdf.tar.gz,
which we don't need here, and weights 84.36 MB).
2023-06-08 18:10:24 +02:00
OscarL
e10fb15969
pyopenssl: switch to "any" arch, add Python 3.10 ( #8817 )
2023-06-08 18:09:47 +02:00
OscarL
28b403126f
pyaes: cleanup after #8813 . ( #8823 )
2023-06-08 16:04:36 +02:00
OscarL
b20eaa38d0
pybind11: cleanup, provide "non _x86" package name. ( #8822 )
2023-06-08 16:03:55 +02:00
OscarL
2fad2470b6
pygame: provide "non _x86" package name. ( #8821 )
2023-06-08 16:02:42 +02:00
OscarL
e5eed8823c
qrcode: switch to "any" arch, recipe cleanups. ( #8818 )
...
* qrcode: switch to "any" arch, recipe cleanups.
* Update dev-python/qrcode/qrcode-7.2.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
---------
Co-authored-by: Schrijvers Luc <begasus@gmail.com >
2023-06-08 16:00:46 +02:00
OscarL
7f3697f017
ordereddict: retire recipe. ( #8807 )
...
This package was only needed for Python versions older than 2.7.
Nothing uses in-tree.
2023-06-07 11:03:08 +02:00
OscarL
44aedd1636
argon2_cffi_bindings: recipe cleanups. ( #8808 )
...
* Build with build/installer.
* Provide "non _x86" package name.
* Remove unneded \n scaping.
2023-06-07 11:02:50 +02:00
OscarL
41be08383e
dbuspython: recipe clean up. ( #8809 )
...
* Provide "non _x86" package name.
* Remove unneded \n scaping.
2023-06-07 11:01:49 +02:00
OscarL
37dc1a6b23
dukpy: recipe clean ups. ( #8810 )
...
* Enable recipe for 32 bits.
* Provide "non _x86" package name.
* Remove unneeded \n escaping.
2023-06-07 11:01:16 +02:00
OscarL
45d38df093
lazy_object_proxy: recipe cleanup. ( #8811 )
...
* Build with build/installer.
* Provide "non _x86" package name.
2023-06-07 11:00:46 +02:00
OscarL
e9548b919b
pycryptodome/x: cleanups, provide "non _x86" package names. ( #8813 )
2023-06-07 10:59:50 +02:00
OscarL
594c5aa8e0
psutil, pycurl: provide "non _x86" package name. ( #8814 )
...
The psutil recipe remains disabled (so no rev-bump there).
2023-06-07 10:58:59 +02:00
OscarL
8ba153cf42
reportlab: cleanup, provide "non _x86" package name. ( #8815 )
2023-06-07 10:58:13 +02:00
OscarL
f42d76d0d4
pillow: cleanups, fix provide of "non _x86" package name. ( #8812 )
2023-06-07 09:41:24 +02:00
OscarL
b971102378
regex: cleanup, provide "non _x86" package name, enable on 32 bits. ( #8816 )
2023-06-07 09:00:51 +02:00
Schrijvers Luc
d86c6405d4
sphinx_rtd_theme, new python recipe ( #8797 )
2023-06-04 18:56:32 +02:00
Schrijvers Luc
7285d13659
sphinx, fix symbolic links ( #8796 )
2023-06-04 18:41:58 +02:00
Schrijvers Luc
79e515316e
funcy, new python recipe ( #8794 )
2023-06-04 17:16:55 +02:00
Schrijvers Luc
21b15109c4
whatever, new python recipe ( #8793 )
2023-06-04 17:08:25 +02:00
Schrijvers Luc
b573859b38
freezegun, new python recipe ( #8792 )
2023-06-04 16:32:07 +02:00
Schrijvers Luc
5b55126b75
dateutil, bump version ( #8791 )
2023-06-04 16:04:52 +02:00
Schrijvers Luc
a9c0461418
pytz, bump version ( #8790 )
2023-06-04 09:44:33 +02:00
Schrijvers Luc
bfb1586667
beautifulsoup4, bump version ( #8789 )
2023-06-04 09:10:44 +02:00
Schrijvers Luc
813c8423d9
sphinxcontrib_jquery, fix requirements ( #8788 )
2023-06-04 07:39:33 +02:00
Schrijvers Luc
480e45cd2f
sphinx(python), add new/updated dependency python recipes ( #8775 )
...
* sphinx(python), add new/updated dependency python recipes
* Update dev-python/babel/babel-2.12.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/babel/babel-2.12.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/babel/babel-2.12.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/pytest_mock/pytest_mock-3.10.0.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/pytest_mock/pytest_mock-3.10.0.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/sphinxcontrib-jquery/sphinxcontrib_jquery-4.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/sphinx/sphinx-7.0.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/sphinx/sphinx-7.0.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/sphinx/sphinx-7.0.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
---------
Co-authored-by: OscarL <oscar.lesta@gmail.com >
2023-06-03 21:48:24 +02:00
Schrijvers Luc
91ff2de43f
breathe, new python recipe ( #8778 )
2023-06-02 21:16:54 +02:00
OscarL
d6533d8353
python_imaging: retire recipe. ( #8773 )
...
Packages needing PIL should switch to Pillow, instead of relying on
this old, Python 2.x only, package.
2023-06-02 21:02:13 +02:00
Schrijvers Luc
aa861754c8
pytest, bump version, add dependencies ( #8774 )
2023-06-02 12:47:49 +02:00
OscarL
f0ed5c52c9
pywebsocket: retire Python 2.x-only recipe. ( #8769 )
...
Upstream repo got archived in 2020, and nothing uses it in-tree.
If needed, a new recipe can be made for "pywebsocket3":
https://github.com/GoogleChromeLabs/pywebsocket3
Or one for the unrelated to original pywebsocket:
https://pypi.org/project/pywebsocket/
2023-06-01 22:44:56 +02:00