Skip to content

Commit

Permalink
dev-python/pyzmq: Bump v.25.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 7, 2023
1 parent ba6572f commit dff2e04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
3 changes: 1 addition & 2 deletions packages/atoms/media-gfx/dev-python/pyzmq/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ 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:
Expand Down
19 changes: 12 additions & 7 deletions packages/atoms/media-gfx/dev-python/pyzmq/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
name: pyzmq
version: 25.0.0
version: 25.0.2
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: pyzmq-compat
- name: cffi
version: '>=0'
category: dev-python
- name: py
version: '>=0'
category: dev-python
- name: zeromq
version: '>=0'
category: net-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Lightweight and super-fast messaging library built on top of the ZeroMQ
library
uri:
- http://www.zeromq.org/bindings:python https://pypi.org/project/pyzmq/
- https://pyzmq.readthedocs.org https://pypi.org/project/pyzmq/
license: LGPL-3
labels:
BDEPEND: python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_7?
Expand All @@ -41,4 +46,4 @@ labels:
kit: python-modules-kit
original.package.name: dev-python/pyzmq
original.package.slot: "0"
original.package.version: 25.0.0
original.package.version: 25.0.2

0 comments on commit dff2e04

Please sign in to comment.