Commit Graph

27173 Commits

Author SHA1 Message Date
OscarL
c4f576c15b whatever: drop unused recipe. (#11968)
Introduced in 21b15109c4, just for tests
of the `funcy` recipe (but we are dropping that as well).

Users should try to `pip install` this, if they need it.
2025-03-14 05:29:41 +00:00
OscarL
29f892f42d whichcraft: drop unused recipe. (#11969)
Introduced in 3780b7ecfb, apparently
because webkit's unit-tests required it (2021-03).

On 600c2f41ca (2023-09) support for
Python 3.10 was added, but given that haikuwebkit had already moved
to 3.10 even before that, most likely that the `whichcraft` hpkg was
not used for those "webkit unit tests".

Users should try to `pip install` this, if they need it.
2025-03-14 05:29:20 +00:00
Schrijvers Luc
3c6656f9d8 freetype, bump to 2.13.3 (#11971) 2025-03-14 05:19:01 +00:00
Schrijvers Luc
e4e511b5fe freetype_bootstrap, bump to 2.13.3 (#11970) 2025-03-14 05:10:43 +00:00
Schrijvers Luc
f29a21f408 kdenlive_kf6, bump to 24.12.3, leave disabled for now (#11948) 2025-03-13 14:41:36 +00:00
Schrijvers Luc
695ad33cce libkdcraw_kf6, bump to 24.12.3 (#11947) 2025-03-13 10:33:22 +00:00
Schrijvers Luc
5a1094b2a5 libkcddb, bump to 24.12.3, add KF6 package (#11946) 2025-03-13 10:20:12 +00:00
Schrijvers Luc
e2608701fe kwrite, bump to 24.12.3 (#11945) 2025-03-13 09:04:31 +00:00
Schrijvers Luc
64104a3c70 kate, bump to 24.12.3 (#11944) 2025-03-13 08:19:26 +00:00
OscarL
f164c0c93a bitstring: drop outdated and unused recipe. (#11926)
Not used on-tree, newer versions has dependencies we don't package.
`git log --since=2020-01 -S bitstring` seems to indicate it was never
actually used on-tree?

Users should try to `pip install` this, if they need it.
2025-03-13 05:30:26 +00:00
OscarL
52ee34ee1a argh: drop outdated and unused recipe. (#11927)
Last "used" by whatchdog (27c4bcd65d)
in 2023-09.

Users should try to `pip install` this, if they need it.
2025-03-13 05:29:59 +00:00
OscarL
b35cc46c59 cryptography_vectors: drop outdated and unused recipe. (#11929)
Only useful/needed to run tests for the "cryptography" package
(and that recipe never had TESTS(), AFAICS).

If TESTS() was ever added to the cryptography recipe, we could just
instruct the tester/packager to `pip install cryptography_vectors`.
2025-03-13 05:29:15 +00:00
OscarL
333abf0e48 ecdsa: drop outdated and unused recipe. (#11930)
Nothing uses these on-tree, and I can't find anything that ever did.
"git log --since=2016-02 -S ecdsa_" gives nothing (except unrelated
openssh hits).

Users should try to `pip install` this, if they need it.
2025-03-13 05:28:55 +00:00
OscarL
eb9e495e86 editor: drop outdated and unused recipe. (#11931)
The recipe seems to have been broken before
59d0eea589, and I got no results for:
`git log --since=2019-09 -S editor_py` or `git log --since=2019-09 -S 'editor_\$'`.

Users should try to `pip install` this, if they need it.
2025-03-13 05:28:35 +00:00
OscarL
8b8ada3aae filelock: drop outdated and unused recipe. (#11932)
Introduced in 480e45cd2f but never used
on-tree.

Users should try to `pip install` this, if they need it.
2025-03-13 05:28:02 +00:00
OscarL
07319e69e8 flit: drop outdated and unused recipe. (#11933)
Never referenced on-tree since introduced.

Provides `cmd:flit`, but that's only useful to publish python modules on PyPi.
Uusers needing it should know how to `pip install` it.
2025-03-13 05:27:41 +00:00
OscarL
b3acb50e89 fluidity_sm: drop outdated and unused recipe. (#11934)
Never used on-treee since introduced in a4ffe8aae0
("git log --since=2022-09 -S fluidity_sm" gives nothing).

Users should try to `pip install` this, if they need it.
2025-03-13 05:27:22 +00:00
OscarL
a5474d44a2 freezegun: drop outdated and unused recipe. (#11935)
Never used on-tree since introduced (b573859b38).

Users should try to `pip install` this, if they need it.
2025-03-13 05:27:05 +00:00
OscarL
cb45f3fe3f importlib_resources: drop outdated and unused recipe. (#11936)
Not required on-tree since dc675a224a.

`setuptools` uses a vendored version of this now, so we should not
require this stand-alone package any longer.

Users should try to `pip install` this, if they need it.
2025-03-13 05:26:39 +00:00
OscarL
67e3a303ad pep517: drop outdated and unused recipe. (#11937)
Not required on-tree since 5f1c50c8e9.

Users should try to `pip install` this, if they need it.
2025-03-13 05:26:15 +00:00
OscarL
13d679cc19 more_itertools: drop outdated and unused recipe. (#11938)
Not required on-tree since d9f746a859.

Users should try to `pip install` this, if they need it.
2025-03-13 05:25:55 +00:00
OscarL
9bbd29f0e4 polib: drop outdated and unused recipe. (#11939)
Not required on-tree since e777491cec.

Users should try to `pip install` this, if they need it.
2025-03-13 05:25:30 +00:00
OscarL
44b38628da pypandoc: drop outdated, unused, and disabled recipe. (#11940)
Originally added as dep of gertty, but never actually used by it, AFAICT.

We don't have `cmd:pandoc` (requires haskell), so no point in having this
anyway.
2025-03-13 05:25:04 +00:00
OscarL
668a0cf78f pyopengl: drop outdated and unused recipe. (#11941)
This was broken before 8dec539418, and never
referenced on-tree since then (`git log --since=2020-03 -S pyopengl`
gives nothing except that commit).

Users should try to `pip install` this, if they need it.
2025-03-13 05:24:41 +00:00
OscarL
76b21857c8 rdflib: drop outdated and unused recipe. (#11942)
While this provides several `cmd:`s to work with rdf files, none seems
used on-tree. Do we really need this packaged?

Users should try to `pip install` this, if they need it.
2025-03-13 05:24:25 +00:00
OscarL
35e7ce02dd typogrify: drop outdated and unused recipe. (#11943)
Seems it was never used on-tree since it was introduced in
4cdf5a4ab8
(`git log --since=2022-07 -S typogrify` gives nothing besides that commit).

Users should try to `pip install` this, if they need it.
2025-03-13 05:23:24 +00:00
waddlesplash
d39c4d4883 make: Enable 4.4.1. 2025-03-12 21:56:47 -04:00
Schrijvers Luc
a6d8a8a27e klickety, bump version, switch to KF6 (#11925) 2025-03-12 17:41:37 +00:00
Schrijvers Luc
8be2075016 konsole_kf6, bump version (#11924) 2025-03-12 17:31:31 +00:00
Schrijvers Luc
d12c9b543b ksquares, bump version, switch to KF6 (#11923) 2025-03-12 17:05:59 +00:00
kenmays
121c69c513 Kmahjongg: bump version (#11918) 2025-03-12 17:05:21 +00:00
Schrijvers Luc
b44842e059 khangman, KDE hangman game (#11922) 2025-03-12 16:39:46 +00:00
Schrijvers Luc
27212158b3 kdeedu-data, add new KF6 recipe, required data for games (#11921) 2025-03-12 16:37:06 +00:00
Schrijvers Luc
0574de90ae kshisen, bump version, switch to KF6 (#11920) 2025-03-12 14:42:13 +00:00
Schrijvers Luc
a0bf609f4d libkeduvocdocument, new KDE library (used in games) (#11919) 2025-03-12 14:28:08 +00:00
kenmays
66f0d20dcf libmahjongg: added 24.12.3 for KF6/QT6 (#11887) 2025-03-12 14:12:58 +00:00
Schrijvers Luc
cc9406490b libkexiv2_kf6, bump version (#11917) 2025-03-12 12:26:50 +00:00
Schrijvers Luc
00ffac022a libkomparediff2, bump KF6 version, rename recipes (#11916) 2025-03-12 11:18:29 +00:00
Schrijvers Luc
dc3ab93afc itinerary, bump version (#11915) 2025-03-12 10:24:35 +00:00
Schrijvers Luc
87869ae959 kosmindoormap_kf6, bump version (#11914) 2025-03-12 10:03:46 +00:00
Schrijvers Luc
a40e6b628c kpublictransport_kf6, bump version (#11913) 2025-03-12 09:56:35 +00:00
Schrijvers Luc
806e5eaf3b kopeninghours_kf6, bump version (#11912) 2025-03-12 09:45:39 +00:00
Schrijvers Luc
eb309af1ab khealthcertificate_kf6, bump version (#11911) 2025-03-12 09:38:54 +00:00
Schrijvers Luc
9dfe91f2bf kitinerary_kf6, bump version (#11910) 2025-03-12 09:31:32 +00:00
Schrijvers Luc
0880890bd3 kpkpass_kf6, bump version (#11909) 2025-03-12 09:13:49 +00:00
Schrijvers Luc
bdab1d69cf kmime_kf6, bump version (#11908) 2025-03-12 08:54:39 +00:00
Schrijvers Luc
8f39bb037e markdownpart_kf6, bump version (#11907) 2025-03-12 08:43:24 +00:00
Schrijvers Luc
b46563ff3d kio_gdrive_kf6, bump version (#11906) 2025-03-12 08:38:33 +00:00
Schrijvers Luc
757a60501a kdiamond, bump version (#11905) 2025-03-12 08:23:44 +00:00
Schrijvers Luc
7ddbc155cc libkgapi_kf6, bump version (#11903) 2025-03-12 08:05:52 +00:00