Skip to content

Commit

Permalink
dev-python/keyring: Update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 13, 2023
1 parent 52ac727 commit 593dd10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packages/atoms-extra/dev/dev-python/keyring/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
13 changes: 8 additions & 5 deletions packages/atoms-extra/dev/dev-python/keyring/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ name: keyring
version: 23.13.1
category: dev-python
use_flags:
- -doc
- -python_targets_pypy3
- -test
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- python_targets_python3_7
requires:
- name: entrypoints
version: '>=0'
category: dev-python
- name: importlib_metadata
version: '>=0'
category: dev-python
- name: secretstorage
version: '>=0'
category: dev-python
Expand All @@ -22,8 +25,8 @@ annotations:
- ^/var/db/pkg/
description: Provides access to the system keyring service
uri:
- https://github.com/jaraco/keyring
license: PSF-2
- https://github.com/jaraco/keyring https://pypi.org/project/keyring/
license: MIT
labels:
BDEPEND: python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_9?
( dev-lang/python:3.9 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_10?
Expand Down

0 comments on commit 593dd10

Please sign in to comment.