Skip to content

Commit

Permalink
dev-python/pytz: Bump v.2023.2+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 13, 2023
1 parent baf8476 commit 996f045
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
3 changes: 1 addition & 2 deletions packages/atoms/python/dev-python/pytz/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 Down
23 changes: 9 additions & 14 deletions packages/atoms/python/dev-python/pytz/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: pytz
version: "2023.2"
version: 2023.2+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_python2_7
- python_targets_python3_7
requires:
- name: python
version: '>=0'
category: dev-lang-3.7
- name: python-exec
version: '>=0'
category: dev-lang-2
- name: setuptools
version: '>=0'
category: dev-python
Expand All @@ -22,13 +16,14 @@ requires:
category: sys-libs
annotations:
subsets:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: World timezone definitions for Python
uri:
- https://pythonhosted.org/pytz/ https://pypi.org/project/pytz/
- http://pythonhosted.org/pytz https://pypi.org/project/pytz/
license: MIT
labels:
BDEPEND: python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_9?
Expand Down

0 comments on commit 996f045

Please sign in to comment.