Skip to content

Commit

Permalink
dev-python/pycryptodome: Bump v.3.9.8+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 13, 2023
1 parent 5b2a6ed commit 1952be4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
6 changes: 4 additions & 2 deletions packages/atoms/python/dev-python/pycryptodome/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ env:
- 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"
) }}
--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 All @@ -18,3 +17,6 @@ requires:
- name: macaroni-funtoo-python
version: '>=0'
category: seed
- name: gpep517
version: '>=0'
category: dev-python
18 changes: 10 additions & 8 deletions packages/atoms/python/dev-python/pycryptodome/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: pycryptodome
version: 3.9.8
version: 3.9.8+1
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_python3_7
requires:
- name: gmp
Expand All @@ -14,13 +15,14 @@ requires:
category: virtual
annotations:
subsets:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: A self-contained cryptographic library for Python
uri:
- https://www.pycryptodome.org https://github.com/Legrandin/pycryptodome https://pypi.org/project/pycryptodome/
- https://www.pycryptodome.org/ https://github.com/Legrandin/pycryptodome/ https://pypi.org/project/pycryptodome/
license: BSD-2 Unlicense
labels:
BDEPEND: virtual/python-cffi[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 1952be4

Please sign in to comment.