Skip to content

Commit

Permalink
dev-python/markdown: Bump v.3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 11, 2023
1 parent 3f1e93b commit 405c395
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions packages/atoms/server/dev-python/markdown/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
16 changes: 8 additions & 8 deletions packages/atoms/server/dev-python/markdown/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: markdown
version: 3.4.1
version: 3.4.3
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: python
version: '>=0'
category: dev-lang-3.7
- name: importlib_metadata
- name: python-exec
version: '>=0'
category: dev-python
- name: markdown-compat
category: dev-lang-2
- name: importlib_metadata
version: '>=0'
category: dev-python
annotations:
Expand All @@ -24,9 +25,8 @@ annotations:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Python implementation of the markdown markup language
uri:
- https://python-markdown.github.io/ https://pypi.org/project/Markdown/ https://github.com/Python-Markdown/markdown
- https://pypi.org/project/Markdown/
license: BSD
labels:
BDEPEND: python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_7?
Expand All @@ -48,4 +48,4 @@ labels:
kit: python-modules-kit
original.package.name: dev-python/markdown
original.package.slot: "0"
original.package.version: 3.4.1
original.package.version: 3.4.3

0 comments on commit 405c395

Please sign in to comment.