Skip to content

Commit

Permalink
dev-python/pymongo: Bump v.4.3.3+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 13, 2023
1 parent 319865f commit d75358f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/atoms-extra/dev/dev-python/pymongo/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
9 changes: 5 additions & 4 deletions packages/atoms-extra/dev/dev-python/pymongo/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: pymongo
version: 4.3.3
version: 4.3.3+1
category: dev-python
use_flags:
- -kerberos
- -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: python
version: '>=0'
category: dev-lang-3.7
- name: pymongo-compat
- name: python-exec
version: '>=0'
category: dev-python
category: dev-lang-2
annotations:
subsets:
rules:
Expand Down

0 comments on commit d75358f

Please sign in to comment.