Skip to content

Commit

Permalink
dev-python/importlib_metadata: Bump v.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 29, 2023
1 parent 90598a0 commit 67a53d4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
29 changes: 15 additions & 14 deletions packages/atoms/base/dev-python/importlib_metadata/build.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
env:
- JOBS={{ ( index .Values.labels "jobs" ) | default "3" }}
- LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages"
- LUET_PORTAGE_IGNORE_TAR_WARNING=1
- LUET_PORTAGE_PKGMETA=1
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
- JOBS={{ ( index .Values.labels "jobs" ) | default "3" }}
- LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages"
- LUET_PORTAGE_IGNORE_TAR_WARNING=1
- LUET_PORTAGE_PKGMETA=1
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage --dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
package_dir: /pkgdir/{{ .Values.name }}
requires:
- name: funtoo-base
version: '>=0'
category: seed
excludes:
- ^/var/cache/portage/
- ^/var/git/
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: funtoo-base
version: '>=0'
category: seed
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: importlib_metadata
version: 6.0.0
version: 6.1.0
category: dev-python
use_flags:
- -doc
- -python_targets_python2_7
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- python_targets_python2_7
- python_targets_python3_7
requires:
- name: importlib_metadata-compat
- name: typing-extensions
version: '>=0'
category: dev-python
- name: typing-extensions
- name: zipp
version: '>=0'
category: dev-python
annotations:
Expand All @@ -21,9 +22,8 @@ annotations:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Read metadata from Python packages
uri:
- https://importlib-metadata.readthedocs.io/
- https://github.com/python/importlib_metadata https://pypi.org/project/importlib-metadata/
license: Apache-2.0
labels:
BDEPEND: doc? ( || ( ( dev-lang/python:3.10 >=dev-python/sphinx-4.5.0-r1[python_targets_python3_10(-),python_single_target_python3_10(+)]
Expand Down Expand Up @@ -54,4 +54,4 @@ labels:
kit: python-modules-kit
original.package.name: dev-python/importlib_metadata
original.package.slot: "0"
original.package.version: 6.0.0
original.package.version: 6.1.0

0 comments on commit 67a53d4

Please sign in to comment.