Commit Graph

17 Commits

Author SHA1 Message Date
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kmos
e5f6e6a805 Move tests to MODPY_PYTEST 2019-12-02 15:31:36 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
sthen
114b1e4413 Bump the remaining ports to trigger updates following cpu stats
changes (CPUSTATES/etc). Last part.

- some of these might be in code that's not actually built or rarely
used but it's not worth the hassle evaluating that, i'm just bumping &
moving on.

- as mentioned before, there might still be runtime problems relating
to the addition or renumbering.
2018-06-01 15:44:28 +00:00
jasper
c6c6faafab update to py-psutil-5.4.3 2018-01-24 18:16:27 +00:00
nigel
c1784225b0 Update for python3 includes py-ipadress
Ok sthen@
2017-01-13 12:44:28 +00:00
landry
32d30e681c bump ports depending on python3 in sysutils 2017-01-03 19:26:58 +00:00
landry
cc4309a5a4 Update to py-psutil 4.4.2.
ok danj@
2016-11-01 16:38:27 +00:00
ajacoutot
7629791f8a Add a python3 FLAVOR. 2016-08-31 12:44:52 +00:00
landry
013b978c70 Update to py-psutil 4.1.0.
Mostly from visa@, i just removed REVISION and added a patch to ensure
scripts were found in the correct location when running the tests.
2016-04-26 13:03:40 +00:00
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
landry
313c952562 Update to py-psutil 3.3.0 final, remove patches merged upstream. 2015-11-26 07:53:30 +00:00
landry
7e8715b599 Add links to upstream PR. 2015-11-14 08:38:08 +00:00
landry
baf4eae578 Import py-psutil from github commit fc1e59d0, versionning it 3.3.0pre0.
This now supports OpenBSDi mostly properly, the patches in the port
fixing the build and warnings being pushed back.

psutil (python system and process utilities) is a cross-platform library
for retrieving information on running processes and system utilization
(CPU, memory, disks, network) in Python. It is useful mainly for system
monitoring, profiling and limiting process resources and management of
running processes. It implements many functionalities offered by command
line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill,
free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap.

ok/reqd by sthen@
2015-11-14 07:35:29 +00:00