Skip to content

Commit

Permalink
dev-python/setuptools: Bump v.67.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 29, 2023
1 parent 3ca2dba commit 91809aa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
31 changes: 15 additions & 16 deletions packages/atoms/base/dev-python/setuptools/build.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +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:
- >-
wget https://github.com/Sabayon/pkgs-checker/releases/download/v0.10.5/pkgs-checker-v0.10.5-linux-amd64 -O /usr/bin/pkgs-checker && chmod a+x /usr/bin/pkgs-checker
- 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
15 changes: 9 additions & 6 deletions packages/atoms/base/dev-python/setuptools/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
name: setuptools
version: 67.2.0
version: 67.6.0
category: dev-python
use_flags:
- -python_targets_pypy3
- -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: setuptools-compat
- name: python
version: '>=0'
category: dev-python
category: dev-lang-3.7
- name: python-exec
version: '>=0'
category: dev-lang-2
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Collection of extensions to Distutils
uri:
- https://github.com/pypa/setuptools https://pypi.org/project/setuptools/
license: MIT
Expand All @@ -37,4 +40,4 @@ labels:
kit: python-modules-kit
original.package.name: dev-python/setuptools
original.package.slot: "0"
original.package.version: 67.2.0
original.package.version: 67.6.0

0 comments on commit 91809aa

Please sign in to comment.