Skip to content

Commit

Permalink
dev-python/docker-py: Bump v.6.0.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 14, 2023
1 parent ed6eb38 commit 3cf707b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ env:
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
- |
eval 'mkdir -p /var/cache/portage/distfiles || true' && \
chown portage:portage -R /var/cache/portage/ && \
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge {{ ( index .Values.labels "emerge.packages" ) }} -pv -t
{{- else }}
Expand All @@ -19,14 +21,13 @@ 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:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: cached-property
- name: macaroni-funtoo-race6
version: '>=0'
category: dev-python
category: seed
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: docker-py
version: 6.0.1
version: 6.0.1+1
category: dev-python
use_flags:
- -doc
- -test
- python_targets_python2_7
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- python_targets_python3_7
requires:
- name: docker-pycreds
version: '>=0'
category: dev-python
- name: ipaddress
version: '>=0'
category: dev-python
- name: requests
version: '>=0'
category: dev-python
Expand All @@ -29,7 +24,7 @@ annotations:
description: Python client for Docker
uri:
- https://github.com/docker/docker-py
license: Apache-2.0
license: BSD
labels:
BDEPEND: doc? ( || ( ( dev-lang/python:3.10 >=dev-python/sphinx-4.5.0-r1[python_targets_python3_10(-),python_single_target_python3_10(+)]
dev-python/recommonmark[python_targets_python3_10(-),python_single_target_python3_10(+)]
Expand All @@ -47,23 +42,6 @@ labels:
( dev-lang/python:3.9 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_10?
( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
>=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
DEPEND: dev-python/setuptools[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
test? ( >=dev-python/docker-pycreds-0.4.0[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
!~dev-python/requests-2.18.0[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
>=dev-python/requests-2.14.2[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
>=dev-python/six-1.4.0[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
>=dev-python/websocket-client-0.32.0[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
python_targets_python2_7? ( >=dev-python/backports-ssl-match-hostname-3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
) python_targets_python2_7? ( >=dev-python/ipaddress-1.0.16[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
) >=dev-python/mock-1.0.1[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
dev-python/paramiko[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
dev-python/pytest-runner[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
>=dev-python/pytest-2.9.1[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
) doc? ( dev-python/recommonmark[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
>=dev-python/sphinx-1.4.6[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python2_7?
( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
>=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
IUSE: doc python_targets_python3_7 python_targets_python3_9 python_targets_python3_8
python_targets_python3_10
RDEPEND: '>=dev-python/requests-2.24.0[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
Expand Down

0 comments on commit 3cf707b

Please sign in to comment.