26132 Commits

Author SHA1 Message Date
sthen
da9edfd7d7 update to py3-setuptools-64.0.3, ok kmos@ (maintainer)
next commit will fix some other ports to work with this
2022-08-18 02:19:28 +00:00
sthen
9fba6fb278 +py-jaraco-envs py-jaraco-path py-path 2022-08-18 02:12:11 +00:00
sthen
8cd944df30 import ports/devel/py-jaraco-envs, ok kmos@
Classes for orchestrating Python (virtual) environments.
2022-08-18 02:11:24 +00:00
sthen
ad7ce4441f import ports/devel/py-jaraco-path, ok kmos@
jaraco.path provides cross platform hidden file detection.
2022-08-18 02:11:02 +00:00
sthen
0b30580497 import ports/devel/py-path, ok kmos@
path (aka path pie, formerly path.py) implements path objects as
first-class entities, allowing common operations on files to be invoked
on those path objects directly.
2022-08-18 02:10:42 +00:00
sthen
38a456be88 +py-poetry-core 2022-08-18 00:50:08 +00:00
sthen
55caa40607 import ports/devel/py-poetry-core, a PEP517 build backend. ok kmos@ 2022-08-18 00:49:42 +00:00
sthen
ad5f96885c move py-parsing back to using "pip wheel" instead of py-build to avoid recursion 2022-08-17 15:28:13 +00:00
sthen
8c517eaed8 needs python.port.mk to provide MODPY_FLAVOR, so that the correct (py3)
flavour of py-yaml is installed
2022-08-17 09:52:16 +00:00
rsadowski
db3df6c770 Update jenkins-devel to 2.364 2022-08-17 05:54:53 +00:00
jca
2f2499611b Restrict rizin to amd64 and i386 (sole archs supported by the native debug code)
It may be possible to disable the native debug code to benefit from
other rizin features on other archs, but it's not clear to me how to do
that using the meson build system.
2022-08-16 22:03:35 +00:00
sthen
3d3ce64cdc rizin: add py-yaml as a BDEP, it's picked up during
configure and used during build. reported by naddy@, ok edd@
2022-08-16 21:46:23 +00:00
sthen
e5780fd782 update to ipython-8.4.0, many thanks to bket@ for testing with
jupyter-notebook.  ok bket@
2022-08-16 19:30:17 +00:00
sthen
4fc3c82918 avoid BDEP loop 2022-08-16 19:17:49 +00:00
sthen
6fb9e0a07b avoid BDEP loop 2022-08-16 19:15:17 +00:00
sthen
89c16d202d +py-asttokens py-executing py-littleutils py-pure_eval py-stack_data py-typeguard 2022-08-16 18:54:37 +00:00
sthen
6eddbd43f6 import ports/devel/py-typeguard, ok bket@
This library provides run-time type checking for functions defined with
PEP 484 argument (and return) type annotations.
2022-08-16 18:52:12 +00:00
sthen
a24002e98e import ports/devel/py-stack_data, tweak/ok bket@
This is a library that extracts data from stack frames and tracebacks,
particularly to display more useful tracebacks than the default.
It powers the tracebacks in IPython and futurecoder.
2022-08-16 18:51:56 +00:00
sthen
e031e07f13 import ports/devel/py-pure_eval, ok bket@
This is a Python package that lets you safely evaluate certain AST nodes
without triggering arbitrary code that may have unwanted side effects.
2022-08-16 18:51:42 +00:00
sthen
f682c72102 import ports/devel/py-littleutils, ok bket@
Small personal collection of python utility functions.
2022-08-16 18:51:22 +00:00
sthen
9c9e60b3ed import ports/devel/py-executing, ok bket@
This mini-package lets you get information about what a frame is
currently doing, particularly the AST node being executed.
2022-08-16 18:51:07 +00:00
sthen
e24781aaf2 import ports/devel/py-asttokens, tweak/ok bket
The asttokens module annotates Python abstract syntax trees (ASTs) with
the positions of tokens and text in the source code that generated them.

It makes it possible for tools that work with logical AST nodes to
find the particular text that resulted in those nodes, for example for
automated refactoring or highlighting.
2022-08-16 18:50:50 +00:00
sthen
ceb5991ffe use MODPY_PEP517 2022-08-16 12:14:27 +00:00
sthen
e0d6ad3776 remove now-unneeded comment 2022-08-16 12:13:25 +00:00
sthen
5ded5c2185 use MODPY_PEP517 2022-08-16 12:12:36 +00:00
sthen
c8e783c86b py-gevent: move zope.event/zope.interface from TDEP to RDEP
spotted by robert@
2022-08-16 11:46:33 +00:00
sthen
077ed189b9 update to py3-test-forked-1.4.0 2022-08-16 10:44:35 +00:00
sthen
fef2d31131 update to py3-flexmock-0.11.3 2022-08-16 10:44:17 +00:00
sthen
49b1ff26a7 update to py3-test-mock-3.8.2 2022-08-16 10:31:03 +00:00
sthen
2dd0f099eb update to py3-frozendict-2.3.4 2022-08-16 10:29:44 +00:00
sthen
4f1b5ff3c6 update to py3-babel-2.10.3 2022-08-16 10:06:48 +00:00
sthen
40d8315c6f update to py3-backcall-0.2.0 2022-08-16 10:05:30 +00:00
sthen
8f222eb333 py-lief: backport upstream commit to fix with newer setuptools 2022-08-16 00:16:24 +00:00
sthen
0c70f91ac1 update to py3-easyprocess-1.1 2022-08-15 23:46:09 +00:00
sthen
d1613520ba update to py3-blessings-1.7 2022-08-15 22:54:54 +00:00
sthen
7be5ed1616 setuptools_scm also needs typing-extensions 2022-08-15 17:43:20 +00:00
sthen
cc282d54a3 setuptools_scm now needs py-packaging as BDEP 2022-08-15 17:37:01 +00:00
sthen
27a8d5e64f update to py3-coverage-6.4.3 2022-08-15 16:35:02 +00:00
tracey
1294f2b061 Update arduino to 1.8.19. ok sthen@ 2022-08-15 15:27:26 +00:00
tracey
170fae8283 Update devel/py-esptool to 4.2.1. ok kn@ 2022-08-15 14:02:47 +00:00
sthen
162f4112ef update to py3-setuptools_scm-7.0.5 2022-08-15 12:13:51 +00:00
sthen
46c0ce89f1 update to py3-setuptools_scm_git_archive-1.4 2022-08-15 11:49:00 +00:00
sthen
9518ecd564 update to py-tabulate-0.8.10 (still needs py2 for security/floss) 2022-08-15 11:28:30 +00:00
sthen
71da81e98f update to py3-hatchling-1.7.1 2022-08-15 10:45:03 +00:00
rsadowski
6b68454b02 Update KDE Frameworks to 5.97.0
https://kde.org/announcements/frameworks/5/5.97.0/
2022-08-15 04:50:13 +00:00
rsadowski
09caecef9f Update Qt5 Python and friends
- py-qscintilla to 2.13.3
- py-qt-builder to 1.13.0
- py-qt5 to 5.15.7
- py-qtawesome to 1.1.1
- py-qtpy to 2.1.0
- py-qtwebengine to 5.15.6
- py-sip to 6.6.2
- py-sip-qt5 to 12.11.0
- qscintilla to 2.13.3

Feedback and OK caspar@, ok landry@
2022-08-14 13:55:40 +00:00
sthen
171075fb49 use MODPY_PEP517 2022-08-14 13:39:48 +00:00
anton
f41cf161cc update to knfmt-3.0.1 2022-08-14 12:06:00 +00:00
ajacoutot
0398563ea3 Update to meson-0.63.1. 2022-08-14 06:01:25 +00:00
sthen
e20aa4233e update to py3-tz-2022.2.1 2022-08-13 17:29:01 +00:00