Skip to content

Commit

Permalink
dev-python/charset_normalizer: Bump v.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 29, 2023
1 parent 36d28ff commit 96d7735
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
29 changes: 15 additions & 14 deletions packages/atoms/base/dev-python/charset_normalizer/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,7 +1,8 @@
name: charset_normalizer
version: 3.0.1
version: 3.1.0
category: dev-python
use_flags:
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- python_targets_python3_7
Expand All @@ -19,9 +20,8 @@ annotations:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: The Real First Universal Charset Detector
uri:
- https://github.com/ousret/charset_normalizer
- https://github.com/Ousret/charset_normalizer https://pypi.org/project/charset-normalizer/
license: MIT
labels:
BDEPEND: python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_9?
Expand All @@ -37,4 +37,4 @@ labels:
kit: python-modules-kit
original.package.name: dev-python/charset_normalizer
original.package.slot: "0"
original.package.version: 3.0.1
original.package.version: 3.1.0

0 comments on commit 96d7735

Please sign in to comment.