Skip to content

Commit

Permalink
dev-python/m2r: Bump v.0.3.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 13, 2023
1 parent a722a24 commit 3ac7f2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 3 additions & 4 deletions packages/atoms-extra/dev/dev-python/m2r/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ 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:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: wstools
- name: macaroni-funtoo-race5
version: '>=0'
category: dev-python
category: seed
8 changes: 5 additions & 3 deletions packages/atoms-extra/dev/dev-python/m2r/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: m2r
version: 0.3.1
version: 0.3.1+1
category: dev-python
use_flags:
- -test
- python_targets_python2_7
- -python_targets_python2_7
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- python_targets_python3_7
requires:
- name: docutils
Expand Down

0 comments on commit 3ac7f2a

Please sign in to comment.