Skip to content

Commit

Permalink
dev-util/psutil: Revert to 5.9.2 (FL-10627) and drop py2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 11, 2023
1 parent c6cb227 commit 0797130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions packages/atoms/server/dev-python/psutil/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ prelude:
emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
{{- end }}
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages"
) }}
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
package_dir: /pkgdir/{{ .Values.name }}
excludes:
Expand Down
10 changes: 4 additions & 6 deletions packages/atoms/server/dev-python/psutil/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: psutil
version: 5.9.3
version: 5.9.2
category: dev-python
use_flags:
- -python_targets_pypy3
- -python_targets_python2_7
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- -test
- python_targets_python2_7
- python_targets_python3_7
requires:
- name: python
version: '>=0'
category: dev-lang-2.7
- name: python
version: '>=0'
category: dev-lang-3.7
Expand Down Expand Up @@ -49,4 +47,4 @@ labels:
kit: python-modules-kit
original.package.name: dev-python/psutil
original.package.slot: "0"
original.package.version: 5.9.3
original.package.version: 5.9.2

0 comments on commit 0797130

Please sign in to comment.