Skip to content

Commit

Permalink
dev-lang-2/python-exec: Bump v.2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 12, 2023
1 parent ba8cc97 commit 3bffa9d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/atoms/base/dev-lang-2/python-exec/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +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"
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
package_dir: /pkgdir/{{ .Values.name }}
excludes:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: funtoo-base
version: '>=0'
category: seed
24 changes: 24 additions & 0 deletions packages/atoms/base/dev-lang-2/python-exec/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: python-exec
version: 2.4.6
category: dev-lang-2
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Python script wrapper
uri:
- https://github.com/mgorny/python-exec/
license: BSD-2
labels:
IUSE: python_targets_pypy3 python_targets_python3_7 python_targets_python3_9 python_targets_python3_8
python_targets_python2_7 python_targets_python3_10
RDEPEND: '!<app-eselect/eselect-python-20160206 !<dev-lang/python-2.7.10-r4:2.7
!<dev-lang/python-3.3.5-r4:3.3 !<dev-lang/python-3.4.3-r4:3.4 !<dev-lang/python-3.5.0-r3:3.5'
emerge.packages: dev-lang/python-exec:2
kit: core-kit
original.package.name: dev-lang/python-exec
original.package.slot: "2"
original.package.version: 2.4.6-r2

0 comments on commit 3bffa9d

Please sign in to comment.